@aws-sdk/client-elastic-beanstalk 3.529.1 → 3.535.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/dist-types/ElasticBeanstalk.d.ts +25 -1
  2. package/dist-types/ElasticBeanstalkClient.d.ts +1 -1
  3. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +2 -1
  4. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  6. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +2 -1
  7. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
  12. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateStorageLocationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -1
  18. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +2 -1
  32. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +2 -1
  34. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +2 -1
  38. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +2 -1
  39. package/dist-types/commands/RestartAppServerCommand.d.ts +2 -1
  40. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -1
  41. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -1
  42. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +2 -1
  46. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +2 -1
  50. package/dist-types/models/models_0.d.ts +610 -610
  51. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  52. package/dist-types/runtimeConfig.d.ts +2 -2
  53. package/dist-types/runtimeConfig.native.d.ts +2 -2
  54. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  55. package/dist-types/ts3.4/ElasticBeanstalk.d.ts +24 -0
  56. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  107. package/package.json +41 -41
@@ -1,27 +1,27 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ElasticBeanstalkServiceException as __BaseException } from "./ElasticBeanstalkServiceException";
3
3
  /**
4
- * @public
5
4
  * <p></p>
5
+ * @public
6
6
  */
7
7
  export interface AbortEnvironmentUpdateMessage {
8
8
  /**
9
- * @public
10
9
  * <p>This specifies the ID of the environment with the in-progress update that you want to
11
10
  * cancel.</p>
11
+ * @public
12
12
  */
13
13
  EnvironmentId?: string;
14
14
  /**
15
- * @public
16
15
  * <p>This specifies the name of the environment with the in-progress update that you want to
17
16
  * cancel.</p>
17
+ * @public
18
18
  */
19
19
  EnvironmentName?: string;
20
20
  }
21
21
  /**
22
- * @public
23
22
  * <p>The specified account does not have sufficient privileges for one or more AWS
24
23
  * services.</p>
24
+ * @public
25
25
  */
26
26
  export declare class InsufficientPrivilegesException extends __BaseException {
27
27
  readonly name: "InsufficientPrivilegesException";
@@ -72,86 +72,85 @@ export declare const ActionType: {
72
72
  */
73
73
  export type ActionType = (typeof ActionType)[keyof typeof ActionType];
74
74
  /**
75
- * @public
76
75
  * <p>A lifecycle rule that deletes application versions after the specified number of
77
76
  * days.</p>
77
+ * @public
78
78
  */
79
79
  export interface MaxAgeRule {
80
80
  /**
81
- * @public
82
81
  * <p>Specify <code>true</code> to apply the rule, or <code>false</code> to disable
83
82
  * it.</p>
83
+ * @public
84
84
  */
85
85
  Enabled: boolean | undefined;
86
86
  /**
87
- * @public
88
87
  * <p>Specify the number of days to retain an application versions.</p>
88
+ * @public
89
89
  */
90
90
  MaxAgeInDays?: number;
91
91
  /**
92
- * @public
93
92
  * <p>Set to <code>true</code> to delete a version's source bundle from Amazon S3 when
94
93
  * Elastic Beanstalk deletes the application version.</p>
94
+ * @public
95
95
  */
96
96
  DeleteSourceFromS3?: boolean;
97
97
  }
98
98
  /**
99
- * @public
100
99
  * <p>A lifecycle rule that deletes the oldest application version when the maximum count is
101
100
  * exceeded.</p>
101
+ * @public
102
102
  */
103
103
  export interface MaxCountRule {
104
104
  /**
105
- * @public
106
105
  * <p>Specify <code>true</code> to apply the rule, or <code>false</code> to disable
107
106
  * it.</p>
107
+ * @public
108
108
  */
109
109
  Enabled: boolean | undefined;
110
110
  /**
111
- * @public
112
111
  * <p>Specify the maximum number of application versions to retain.</p>
112
+ * @public
113
113
  */
114
114
  MaxCount?: number;
115
115
  /**
116
- * @public
117
116
  * <p>Set to <code>true</code> to delete a version's source bundle from Amazon S3 when
118
117
  * Elastic Beanstalk deletes the application version.</p>
118
+ * @public
119
119
  */
120
120
  DeleteSourceFromS3?: boolean;
121
121
  }
122
122
  /**
123
- * @public
124
123
  * <p>The application version lifecycle settings for an application. Defines the rules that
125
124
  * Elastic Beanstalk applies to an application's versions in order to avoid hitting the
126
125
  * per-region limit for application versions.</p>
127
126
  * <p>When Elastic Beanstalk deletes an application version from its database, you can no
128
127
  * longer deploy that version to an environment. The source bundle remains in S3 unless you
129
128
  * configure the rule to delete it.</p>
129
+ * @public
130
130
  */
131
131
  export interface ApplicationVersionLifecycleConfig {
132
132
  /**
133
- * @public
134
133
  * <p>Specify a max count rule to restrict the number of application versions that are
135
134
  * retained for an application.</p>
135
+ * @public
136
136
  */
137
137
  MaxCountRule?: MaxCountRule;
138
138
  /**
139
- * @public
140
139
  * <p>Specify a max age rule to restrict the length of time that application versions are
141
140
  * retained for an application.</p>
141
+ * @public
142
142
  */
143
143
  MaxAgeRule?: MaxAgeRule;
144
144
  }
145
145
  /**
146
- * @public
147
146
  * <p>The resource lifecycle configuration for an application. Defines lifecycle settings for
148
147
  * resources that belong to the application, and the service role that AWS Elastic Beanstalk assumes
149
148
  * in order to apply lifecycle settings. The version lifecycle configuration defines lifecycle
150
149
  * settings for application versions.</p>
150
+ * @public
151
151
  */
152
152
  export interface ApplicationResourceLifecycleConfig {
153
153
  /**
154
- * @public
155
154
  * <p>The ARN of an IAM service role that Elastic Beanstalk has permission to
156
155
  * assume.</p>
157
156
  * <p>The <code>ServiceRole</code> property is required the first time that you provide a
@@ -161,197 +160,198 @@ export interface ApplicationResourceLifecycleConfig {
161
160
  * application, and you don't need to specify it again in subsequent
162
161
  * <code>UpdateApplicationResourceLifecycle</code> calls. You can, however, specify it in
163
162
  * subsequent calls to change the Service Role to another value.</p>
163
+ * @public
164
164
  */
165
165
  ServiceRole?: string;
166
166
  /**
167
- * @public
168
167
  * <p>Defines lifecycle settings for application versions.</p>
168
+ * @public
169
169
  */
170
170
  VersionLifecycleConfig?: ApplicationVersionLifecycleConfig;
171
171
  }
172
172
  /**
173
- * @public
174
173
  * <p>Describes the properties of an application.</p>
174
+ * @public
175
175
  */
176
176
  export interface ApplicationDescription {
177
177
  /**
178
- * @public
179
178
  * <p>The Amazon Resource Name (ARN) of the application.</p>
179
+ * @public
180
180
  */
181
181
  ApplicationArn?: string;
182
182
  /**
183
- * @public
184
183
  * <p>The name of the application.</p>
184
+ * @public
185
185
  */
186
186
  ApplicationName?: string;
187
187
  /**
188
- * @public
189
188
  * <p>User-defined description of the application.</p>
189
+ * @public
190
190
  */
191
191
  Description?: string;
192
192
  /**
193
- * @public
194
193
  * <p>The date when the application was created.</p>
194
+ * @public
195
195
  */
196
196
  DateCreated?: Date;
197
197
  /**
198
- * @public
199
198
  * <p>The date when the application was last modified.</p>
199
+ * @public
200
200
  */
201
201
  DateUpdated?: Date;
202
202
  /**
203
- * @public
204
203
  * <p>The names of the versions for this application.</p>
204
+ * @public
205
205
  */
206
206
  Versions?: string[];
207
207
  /**
208
- * @public
209
208
  * <p>The names of the configuration templates associated with this application.</p>
209
+ * @public
210
210
  */
211
211
  ConfigurationTemplates?: string[];
212
212
  /**
213
- * @public
214
213
  * <p>The lifecycle settings for the application.</p>
214
+ * @public
215
215
  */
216
216
  ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
217
217
  }
218
218
  /**
219
- * @public
220
219
  * <p>Result message containing a single description of an application.</p>
220
+ * @public
221
221
  */
222
222
  export interface ApplicationDescriptionMessage {
223
223
  /**
224
- * @public
225
224
  * <p> The <a>ApplicationDescription</a> of the application. </p>
225
+ * @public
226
226
  */
227
227
  Application?: ApplicationDescription;
228
228
  }
229
229
  /**
230
- * @public
231
230
  * <p>Result message containing a list of application descriptions.</p>
231
+ * @public
232
232
  */
233
233
  export interface ApplicationDescriptionsMessage {
234
234
  /**
235
- * @public
236
235
  * <p>This parameter contains a list of <a>ApplicationDescription</a>.</p>
236
+ * @public
237
237
  */
238
238
  Applications?: ApplicationDescription[];
239
239
  }
240
240
  /**
241
- * @public
242
241
  * <p>Represents the average latency for the slowest X percent of requests over the last 10
243
242
  * seconds.</p>
243
+ * @public
244
244
  */
245
245
  export interface Latency {
246
246
  /**
247
- * @public
248
247
  * <p>The average latency for the slowest 0.1 percent of requests over the last 10
249
248
  * seconds.</p>
249
+ * @public
250
250
  */
251
251
  P999?: number;
252
252
  /**
253
- * @public
254
253
  * <p>The average latency for the slowest 1 percent of requests over the last 10
255
254
  * seconds.</p>
255
+ * @public
256
256
  */
257
257
  P99?: number;
258
258
  /**
259
- * @public
260
259
  * <p>The average latency for the slowest 5 percent of requests over the last 10
261
260
  * seconds.</p>
261
+ * @public
262
262
  */
263
263
  P95?: number;
264
264
  /**
265
- * @public
266
265
  * <p>The average latency for the slowest 10 percent of requests over the last 10
267
266
  * seconds.</p>
267
+ * @public
268
268
  */
269
269
  P90?: number;
270
270
  /**
271
- * @public
272
271
  * <p>The average latency for the slowest 15 percent of requests over the last 10
273
272
  * seconds.</p>
273
+ * @public
274
274
  */
275
275
  P85?: number;
276
276
  /**
277
- * @public
278
277
  * <p>The average latency for the slowest 25 percent of requests over the last 10
279
278
  * seconds.</p>
279
+ * @public
280
280
  */
281
281
  P75?: number;
282
282
  /**
283
- * @public
284
283
  * <p>The average latency for the slowest 50 percent of requests over the last 10
285
284
  * seconds.</p>
285
+ * @public
286
286
  */
287
287
  P50?: number;
288
288
  /**
289
- * @public
290
289
  * <p>The average latency for the slowest 90 percent of requests over the last 10
291
290
  * seconds.</p>
291
+ * @public
292
292
  */
293
293
  P10?: number;
294
294
  }
295
295
  /**
296
- * @public
297
296
  * <p>Represents the percentage of requests over the last 10 seconds that resulted in each
298
297
  * type of status code response. For more information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">Status Code
299
298
  * Definitions</a>.</p>
299
+ * @public
300
300
  */
301
301
  export interface StatusCodes {
302
302
  /**
303
- * @public
304
303
  * <p>The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201,
305
304
  * etc.) status code.</p>
305
+ * @public
306
306
  */
307
307
  Status2xx?: number;
308
308
  /**
309
- * @public
310
309
  * <p>The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301,
311
310
  * etc.) status code.</p>
311
+ * @public
312
312
  */
313
313
  Status3xx?: number;
314
314
  /**
315
- * @public
316
315
  * <p>The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401,
317
316
  * etc.) status code.</p>
317
+ * @public
318
318
  */
319
319
  Status4xx?: number;
320
320
  /**
321
- * @public
322
321
  * <p>The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501,
323
322
  * etc.) status code.</p>
323
+ * @public
324
324
  */
325
325
  Status5xx?: number;
326
326
  }
327
327
  /**
328
- * @public
329
328
  * <p>Application request metrics for an AWS Elastic Beanstalk environment.</p>
329
+ * @public
330
330
  */
331
331
  export interface ApplicationMetrics {
332
332
  /**
333
- * @public
334
333
  * <p>The amount of time that the metrics cover (usually 10 seconds). For example, you might
335
334
  * have 5 requests (<code>request_count</code>) within the most recent time slice of 10 seconds
336
335
  * (<code>duration</code>).</p>
336
+ * @public
337
337
  */
338
338
  Duration?: number;
339
339
  /**
340
- * @public
341
340
  * <p>Average number of requests handled by the web server per second over the last 10
342
341
  * seconds.</p>
342
+ * @public
343
343
  */
344
344
  RequestCount?: number;
345
345
  /**
346
- * @public
347
346
  * <p>Represents the percentage of requests over the last 10 seconds that resulted in each
348
347
  * type of status code response.</p>
348
+ * @public
349
349
  */
350
350
  StatusCodes?: StatusCodes;
351
351
  /**
352
- * @public
353
352
  * <p>Represents the average latency for the slowest X percent of requests over the last 10
354
353
  * seconds. Latencies are in seconds with one millisecond resolution.</p>
354
+ * @public
355
355
  */
356
356
  Latency?: Latency;
357
357
  }
@@ -360,13 +360,13 @@ export interface ApplicationMetrics {
360
360
  */
361
361
  export interface ApplicationResourceLifecycleDescriptionMessage {
362
362
  /**
363
- * @public
364
363
  * <p>The name of the application.</p>
364
+ * @public
365
365
  */
366
366
  ApplicationName?: string;
367
367
  /**
368
- * @public
369
368
  * <p>The lifecycle configuration.</p>
369
+ * @public
370
370
  */
371
371
  ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
372
372
  }
@@ -395,12 +395,11 @@ export declare const SourceType: {
395
395
  */
396
396
  export type SourceType = (typeof SourceType)[keyof typeof SourceType];
397
397
  /**
398
- * @public
399
398
  * <p>Location of the source code for an application version.</p>
399
+ * @public
400
400
  */
401
401
  export interface SourceBuildInformation {
402
402
  /**
403
- * @public
404
403
  * <p>The type of repository.</p>
405
404
  * <ul>
406
405
  * <li>
@@ -414,10 +413,10 @@ export interface SourceBuildInformation {
414
413
  * </p>
415
414
  * </li>
416
415
  * </ul>
416
+ * @public
417
417
  */
418
418
  SourceType: SourceType | undefined;
419
419
  /**
420
- * @public
421
420
  * <p>Location where the repository is stored.</p>
422
421
  * <ul>
423
422
  * <li>
@@ -431,10 +430,10 @@ export interface SourceBuildInformation {
431
430
  * </p>
432
431
  * </li>
433
432
  * </ul>
433
+ * @public
434
434
  */
435
435
  SourceRepository: SourceRepository | undefined;
436
436
  /**
437
- * @public
438
437
  * <p>The location of the source code, as a formatted string, depending on the value of <code>SourceRepository</code>
439
438
  * </p>
440
439
  * <ul>
@@ -451,22 +450,23 @@ export interface SourceBuildInformation {
451
450
  * <code>my-s3-bucket/Folders/my-source-file</code>.</p>
452
451
  * </li>
453
452
  * </ul>
453
+ * @public
454
454
  */
455
455
  SourceLocation: string | undefined;
456
456
  }
457
457
  /**
458
- * @public
459
458
  * <p>The bucket and key of an item stored in Amazon S3.</p>
459
+ * @public
460
460
  */
461
461
  export interface S3Location {
462
462
  /**
463
- * @public
464
463
  * <p>The Amazon S3 bucket where the data is located.</p>
464
+ * @public
465
465
  */
466
466
  S3Bucket?: string;
467
467
  /**
468
- * @public
469
468
  * <p>The Amazon S3 key where the data is located.</p>
469
+ * @public
470
470
  */
471
471
  S3Key?: string;
472
472
  }
@@ -486,58 +486,57 @@ export declare const ApplicationVersionStatus: {
486
486
  */
487
487
  export type ApplicationVersionStatus = (typeof ApplicationVersionStatus)[keyof typeof ApplicationVersionStatus];
488
488
  /**
489
- * @public
490
489
  * <p>Describes the properties of an application version.</p>
490
+ * @public
491
491
  */
492
492
  export interface ApplicationVersionDescription {
493
493
  /**
494
- * @public
495
494
  * <p>The Amazon Resource Name (ARN) of the application version.</p>
495
+ * @public
496
496
  */
497
497
  ApplicationVersionArn?: string;
498
498
  /**
499
- * @public
500
499
  * <p>The name of the application to which the application version belongs.</p>
500
+ * @public
501
501
  */
502
502
  ApplicationName?: string;
503
503
  /**
504
- * @public
505
504
  * <p>The description of the application version.</p>
505
+ * @public
506
506
  */
507
507
  Description?: string;
508
508
  /**
509
- * @public
510
509
  * <p>A unique identifier for the application version.</p>
510
+ * @public
511
511
  */
512
512
  VersionLabel?: string;
513
513
  /**
514
- * @public
515
514
  * <p>If the version's source code was retrieved from AWS CodeCommit, the location of the
516
515
  * source code for the application version.</p>
516
+ * @public
517
517
  */
518
518
  SourceBuildInformation?: SourceBuildInformation;
519
519
  /**
520
- * @public
521
520
  * <p>Reference to the artifact from the AWS CodeBuild build.</p>
521
+ * @public
522
522
  */
523
523
  BuildArn?: string;
524
524
  /**
525
- * @public
526
525
  * <p>The storage location of the application version's source bundle in Amazon S3.</p>
526
+ * @public
527
527
  */
528
528
  SourceBundle?: S3Location;
529
529
  /**
530
- * @public
531
530
  * <p>The creation date of the application version.</p>
531
+ * @public
532
532
  */
533
533
  DateCreated?: Date;
534
534
  /**
535
- * @public
536
535
  * <p>The last modified date of the application version.</p>
536
+ * @public
537
537
  */
538
538
  DateUpdated?: Date;
539
539
  /**
540
- * @public
541
540
  * <p>The processing status of the application version. Reflects the state of the application
542
541
  * version during its creation. Many of the values are only applicable if you specified
543
542
  * <code>True</code> for the <code>Process</code> parameter of the
@@ -568,89 +567,90 @@ export interface ApplicationVersionDescription {
568
567
  * pass validation. This application version isn't usable.</p>
569
568
  * </li>
570
569
  * </ul>
570
+ * @public
571
571
  */
572
572
  Status?: ApplicationVersionStatus;
573
573
  }
574
574
  /**
575
- * @public
576
575
  * <p>Result message wrapping a single description of an application version.</p>
576
+ * @public
577
577
  */
578
578
  export interface ApplicationVersionDescriptionMessage {
579
579
  /**
580
- * @public
581
580
  * <p> The <a>ApplicationVersionDescription</a> of the application version.
582
581
  * </p>
582
+ * @public
583
583
  */
584
584
  ApplicationVersion?: ApplicationVersionDescription;
585
585
  }
586
586
  /**
587
- * @public
588
587
  * <p>Result message wrapping a list of application version descriptions.</p>
588
+ * @public
589
589
  */
590
590
  export interface ApplicationVersionDescriptionsMessage {
591
591
  /**
592
- * @public
593
592
  * <p>List of <code>ApplicationVersionDescription</code> objects sorted in order of
594
593
  * creation.</p>
594
+ * @public
595
595
  */
596
596
  ApplicationVersions?: ApplicationVersionDescription[];
597
597
  /**
598
- * @public
599
598
  * <p>In a paginated request, the token that you can pass in a subsequent request to get the
600
599
  * next response page.</p>
600
+ * @public
601
601
  */
602
602
  NextToken?: string;
603
603
  }
604
604
  /**
605
- * @public
606
605
  * <p>Request to execute a scheduled managed action immediately.</p>
606
+ * @public
607
607
  */
608
608
  export interface ApplyEnvironmentManagedActionRequest {
609
609
  /**
610
- * @public
611
610
  * <p>The name of the target environment.</p>
611
+ * @public
612
612
  */
613
613
  EnvironmentName?: string;
614
614
  /**
615
- * @public
616
615
  * <p>The environment ID of the target environment.</p>
616
+ * @public
617
617
  */
618
618
  EnvironmentId?: string;
619
619
  /**
620
- * @public
621
620
  * <p>The action ID of the scheduled managed action to execute.</p>
621
+ * @public
622
622
  */
623
623
  ActionId: string | undefined;
624
624
  }
625
625
  /**
626
- * @public
627
626
  * <p>The result message containing information about the managed action.</p>
627
+ * @public
628
628
  */
629
629
  export interface ApplyEnvironmentManagedActionResult {
630
630
  /**
631
- * @public
632
631
  * <p>The action ID of the managed action.</p>
632
+ * @public
633
633
  */
634
634
  ActionId?: string;
635
635
  /**
636
- * @public
637
636
  * <p>A description of the managed action.</p>
637
+ * @public
638
638
  */
639
639
  ActionDescription?: string;
640
640
  /**
641
- * @public
642
641
  * <p>The type of managed action.</p>
642
+ * @public
643
643
  */
644
644
  ActionType?: ActionType;
645
645
  /**
646
- * @public
647
646
  * <p>The status of the managed action.</p>
647
+ * @public
648
648
  */
649
649
  Status?: string;
650
650
  }
651
651
  /**
652
- * @public
653
652
  * <p>A generic service exception has occurred.</p>
653
+ * @public
654
654
  */
655
655
  export declare class ElasticBeanstalkServiceException extends __BaseException {
656
656
  readonly name: "ElasticBeanstalkServiceException";
@@ -661,8 +661,8 @@ export declare class ElasticBeanstalkServiceException extends __BaseException {
661
661
  constructor(opts: __ExceptionOptionType<ElasticBeanstalkServiceException, __BaseException>);
662
662
  }
663
663
  /**
664
- * @public
665
664
  * <p>Cannot modify the managed action in its current state.</p>
665
+ * @public
666
666
  */
667
667
  export declare class ManagedActionInvalidStateException extends __BaseException {
668
668
  readonly name: "ManagedActionInvalidStateException";
@@ -673,67 +673,66 @@ export declare class ManagedActionInvalidStateException extends __BaseException
673
673
  constructor(opts: __ExceptionOptionType<ManagedActionInvalidStateException, __BaseException>);
674
674
  }
675
675
  /**
676
- * @public
677
676
  * <p>Request to add or change the operations role used by an environment.</p>
677
+ * @public
678
678
  */
679
679
  export interface AssociateEnvironmentOperationsRoleMessage {
680
680
  /**
681
- * @public
682
681
  * <p>The name of the environment to which to set the operations role.</p>
682
+ * @public
683
683
  */
684
684
  EnvironmentName: string | undefined;
685
685
  /**
686
- * @public
687
686
  * <p>The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's
688
687
  * operations role.</p>
688
+ * @public
689
689
  */
690
690
  OperationsRole: string | undefined;
691
691
  }
692
692
  /**
693
- * @public
694
693
  * <p>Describes an Auto Scaling launch configuration.</p>
694
+ * @public
695
695
  */
696
696
  export interface AutoScalingGroup {
697
697
  /**
698
- * @public
699
698
  * <p>The name of the <code>AutoScalingGroup</code> . </p>
699
+ * @public
700
700
  */
701
701
  Name?: string;
702
702
  }
703
703
  /**
704
- * @public
705
704
  * <p>Describes the solution stack.</p>
705
+ * @public
706
706
  */
707
707
  export interface SolutionStackDescription {
708
708
  /**
709
- * @public
710
709
  * <p>The name of the solution stack.</p>
710
+ * @public
711
711
  */
712
712
  SolutionStackName?: string;
713
713
  /**
714
- * @public
715
714
  * <p>The permitted file types allowed for a solution stack.</p>
715
+ * @public
716
716
  */
717
717
  PermittedFileTypes?: string[];
718
718
  }
719
719
  /**
720
- * @public
721
720
  * <p>Results message indicating whether a CNAME is available.</p>
721
+ * @public
722
722
  */
723
723
  export interface CheckDNSAvailabilityMessage {
724
724
  /**
725
- * @public
726
725
  * <p>The prefix used when this CNAME is reserved.</p>
726
+ * @public
727
727
  */
728
728
  CNAMEPrefix: string | undefined;
729
729
  }
730
730
  /**
731
- * @public
732
731
  * <p>Indicates if the specified CNAME is available.</p>
732
+ * @public
733
733
  */
734
734
  export interface CheckDNSAvailabilityResultMessage {
735
735
  /**
736
- * @public
737
736
  * <p>Indicates if the specified CNAME is available:</p>
738
737
  * <ul>
739
738
  * <li>
@@ -745,58 +744,59 @@ export interface CheckDNSAvailabilityResultMessage {
745
744
  * <code>false</code> : The CNAME is not available.</p>
746
745
  * </li>
747
746
  * </ul>
747
+ * @public
748
748
  */
749
749
  Available?: boolean;
750
750
  /**
751
- * @public
752
751
  * <p>The fully qualified CNAME to reserve when <a>CreateEnvironment</a> is called
753
752
  * with the provided prefix.</p>
753
+ * @public
754
754
  */
755
755
  FullyQualifiedCNAME?: string;
756
756
  }
757
757
  /**
758
- * @public
759
758
  * <p>Request to create or update a group of environments.</p>
759
+ * @public
760
760
  */
761
761
  export interface ComposeEnvironmentsMessage {
762
762
  /**
763
- * @public
764
763
  * <p>The name of the application to which the specified source bundles belong.</p>
764
+ * @public
765
765
  */
766
766
  ApplicationName?: string;
767
767
  /**
768
- * @public
769
768
  * <p>The name of the group to which the target environments belong. Specify a group name
770
769
  * only if the environment name defined in each target environment's manifest ends with a +
771
770
  * (plus) character. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html">Environment Manifest
772
771
  * (env.yaml)</a> for details.</p>
772
+ * @public
773
773
  */
774
774
  GroupName?: string;
775
775
  /**
776
- * @public
777
776
  * <p>A list of version labels, specifying one or more application source bundles that belong
778
777
  * to the target application. Each source bundle must include an environment manifest that
779
778
  * specifies the name of the environment and the name of the solution stack to use, and
780
779
  * optionally can specify environment links to create.</p>
780
+ * @public
781
781
  */
782
782
  VersionLabels?: string[];
783
783
  }
784
784
  /**
785
- * @public
786
785
  * <p>A link to another environment, defined in the environment's manifest. Links provide
787
786
  * connection information in system properties that can be used to connect to another environment
788
787
  * in the same group. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html">Environment Manifest
789
788
  * (env.yaml)</a> for details.</p>
789
+ * @public
790
790
  */
791
791
  export interface EnvironmentLink {
792
792
  /**
793
- * @public
794
793
  * <p>The name of the link.</p>
794
+ * @public
795
795
  */
796
796
  LinkName?: string;
797
797
  /**
798
- * @public
799
798
  * <p>The name of the linked environment (the dependency).</p>
799
+ * @public
800
800
  */
801
801
  EnvironmentName?: string;
802
802
  }
@@ -834,51 +834,51 @@ export declare const EnvironmentHealthStatus: {
834
834
  */
835
835
  export type EnvironmentHealthStatus = (typeof EnvironmentHealthStatus)[keyof typeof EnvironmentHealthStatus];
836
836
  /**
837
- * @public
838
837
  * <p>Describes the properties of a Listener for the LoadBalancer.</p>
838
+ * @public
839
839
  */
840
840
  export interface Listener {
841
841
  /**
842
- * @public
843
842
  * <p>The protocol that is used by the Listener.</p>
843
+ * @public
844
844
  */
845
845
  Protocol?: string;
846
846
  /**
847
- * @public
848
847
  * <p>The port that is used by the Listener.</p>
848
+ * @public
849
849
  */
850
850
  Port?: number;
851
851
  }
852
852
  /**
853
- * @public
854
853
  * <p>Describes the details of a LoadBalancer.</p>
854
+ * @public
855
855
  */
856
856
  export interface LoadBalancerDescription {
857
857
  /**
858
- * @public
859
858
  * <p>The name of the LoadBalancer.</p>
859
+ * @public
860
860
  */
861
861
  LoadBalancerName?: string;
862
862
  /**
863
- * @public
864
863
  * <p>The domain name of the LoadBalancer.</p>
864
+ * @public
865
865
  */
866
866
  Domain?: string;
867
867
  /**
868
- * @public
869
868
  * <p>A list of Listeners used by the LoadBalancer.</p>
869
+ * @public
870
870
  */
871
871
  Listeners?: Listener[];
872
872
  }
873
873
  /**
874
- * @public
875
874
  * <p>Describes the AWS resources in use by this environment. This data is not live
876
875
  * data.</p>
876
+ * @public
877
877
  */
878
878
  export interface EnvironmentResourcesDescription {
879
879
  /**
880
- * @public
881
880
  * <p>Describes the LoadBalancer.</p>
881
+ * @public
882
882
  */
883
883
  LoadBalancer?: LoadBalancerDescription;
884
884
  }
@@ -901,12 +901,11 @@ export declare const EnvironmentStatus: {
901
901
  */
902
902
  export type EnvironmentStatus = (typeof EnvironmentStatus)[keyof typeof EnvironmentStatus];
903
903
  /**
904
- * @public
905
904
  * <p>Describes the properties of an environment tier</p>
905
+ * @public
906
906
  */
907
907
  export interface EnvironmentTier {
908
908
  /**
909
- * @public
910
909
  * <p>The name of this environment tier.</p>
911
910
  * <p>Valid values:</p>
912
911
  * <ul>
@@ -919,10 +918,10 @@ export interface EnvironmentTier {
919
918
  * </p>
920
919
  * </li>
921
920
  * </ul>
921
+ * @public
922
922
  */
923
923
  Name?: string;
924
924
  /**
925
- * @public
926
925
  * <p>The type of this environment tier.</p>
927
926
  * <p>Valid values:</p>
928
927
  * <ul>
@@ -935,88 +934,88 @@ export interface EnvironmentTier {
935
934
  * </p>
936
935
  * </li>
937
936
  * </ul>
937
+ * @public
938
938
  */
939
939
  Type?: string;
940
940
  /**
941
- * @public
942
941
  * <p>The version of this environment tier. When you don't set a value to it, Elastic Beanstalk uses the
943
942
  * latest compatible worker tier version.</p>
944
943
  * <note>
945
944
  * <p>This member is deprecated. Any specific version that you set may become out of date.
946
945
  * We recommend leaving it unspecified.</p>
947
946
  * </note>
947
+ * @public
948
948
  */
949
949
  Version?: string;
950
950
  }
951
951
  /**
952
- * @public
953
952
  * <p>Describes the properties of an environment.</p>
953
+ * @public
954
954
  */
955
955
  export interface EnvironmentDescription {
956
956
  /**
957
- * @public
958
957
  * <p>The name of this environment.</p>
958
+ * @public
959
959
  */
960
960
  EnvironmentName?: string;
961
961
  /**
962
- * @public
963
962
  * <p>The ID of this environment.</p>
963
+ * @public
964
964
  */
965
965
  EnvironmentId?: string;
966
966
  /**
967
- * @public
968
967
  * <p>The name of the application associated with this environment.</p>
968
+ * @public
969
969
  */
970
970
  ApplicationName?: string;
971
971
  /**
972
- * @public
973
972
  * <p>The application version deployed in this environment.</p>
973
+ * @public
974
974
  */
975
975
  VersionLabel?: string;
976
976
  /**
977
- * @public
978
977
  * <p> The name of the <code>SolutionStack</code> deployed with this environment. </p>
978
+ * @public
979
979
  */
980
980
  SolutionStackName?: string;
981
981
  /**
982
- * @public
983
982
  * <p>The ARN of the platform version.</p>
983
+ * @public
984
984
  */
985
985
  PlatformArn?: string;
986
986
  /**
987
- * @public
988
987
  * <p>The name of the configuration template used to originally launch this
989
988
  * environment.</p>
989
+ * @public
990
990
  */
991
991
  TemplateName?: string;
992
992
  /**
993
- * @public
994
993
  * <p>Describes this environment.</p>
994
+ * @public
995
995
  */
996
996
  Description?: string;
997
997
  /**
998
- * @public
999
998
  * <p>For load-balanced, autoscaling environments, the URL to the LoadBalancer. For
1000
999
  * single-instance environments, the IP address of the instance.</p>
1000
+ * @public
1001
1001
  */
1002
1002
  EndpointURL?: string;
1003
1003
  /**
1004
- * @public
1005
1004
  * <p>The URL to the CNAME for this environment.</p>
1005
+ * @public
1006
1006
  */
1007
1007
  CNAME?: string;
1008
1008
  /**
1009
- * @public
1010
1009
  * <p>The creation date for this environment.</p>
1010
+ * @public
1011
1011
  */
1012
1012
  DateCreated?: Date;
1013
1013
  /**
1014
- * @public
1015
1014
  * <p>The last modified date for this environment.</p>
1015
+ * @public
1016
1016
  */
1017
1017
  DateUpdated?: Date;
1018
1018
  /**
1019
- * @public
1020
1019
  * <p>The current operational status of the environment:</p>
1021
1020
  * <ul>
1022
1021
  * <li>
@@ -1042,20 +1041,20 @@ export interface EnvironmentDescription {
1042
1041
  * <code>Terminated</code>: Environment is not running.</p>
1043
1042
  * </li>
1044
1043
  * </ul>
1044
+ * @public
1045
1045
  */
1046
1046
  Status?: EnvironmentStatus;
1047
1047
  /**
1048
- * @public
1049
1048
  * <p>Indicates if there is an in-progress environment configuration update or application
1050
1049
  * version deployment that you can cancel.</p>
1051
1050
  * <p>
1052
1051
  * <code>true:</code> There is an update in progress. </p>
1053
1052
  * <p>
1054
1053
  * <code>false:</code> There are no updates currently in progress. </p>
1054
+ * @public
1055
1055
  */
1056
1056
  AbortableOperationInProgress?: boolean;
1057
1057
  /**
1058
- * @public
1059
1058
  * <p>Describes the health status of the environment. AWS Elastic Beanstalk indicates the
1060
1059
  * failure levels for a running environment:</p>
1061
1060
  * <ul>
@@ -1082,62 +1081,63 @@ export interface EnvironmentDescription {
1082
1081
  * </ul>
1083
1082
  * <p> Default: <code>Grey</code>
1084
1083
  * </p>
1084
+ * @public
1085
1085
  */
1086
1086
  Health?: EnvironmentHealth;
1087
1087
  /**
1088
- * @public
1089
1088
  * <p>Returns the health status of the application running in your environment. For more
1090
1089
  * information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and
1091
1090
  * Statuses</a>.</p>
1091
+ * @public
1092
1092
  */
1093
1093
  HealthStatus?: EnvironmentHealthStatus;
1094
1094
  /**
1095
- * @public
1096
1095
  * <p>The description of the AWS resources used by this environment.</p>
1096
+ * @public
1097
1097
  */
1098
1098
  Resources?: EnvironmentResourcesDescription;
1099
1099
  /**
1100
- * @public
1101
1100
  * <p>Describes the current tier of this environment.</p>
1101
+ * @public
1102
1102
  */
1103
1103
  Tier?: EnvironmentTier;
1104
1104
  /**
1105
- * @public
1106
1105
  * <p>A list of links to other environments in the same group.</p>
1106
+ * @public
1107
1107
  */
1108
1108
  EnvironmentLinks?: EnvironmentLink[];
1109
1109
  /**
1110
- * @public
1111
1110
  * <p>The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.</p>
1111
+ * @public
1112
1112
  */
1113
1113
  EnvironmentArn?: string;
1114
1114
  /**
1115
- * @public
1116
1115
  * <p>The Amazon Resource Name (ARN) of the environment's operations role. For more information,
1117
1116
  * see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html">Operations roles</a> in the <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
1117
+ * @public
1118
1118
  */
1119
1119
  OperationsRole?: string;
1120
1120
  }
1121
1121
  /**
1122
- * @public
1123
1122
  * <p>Result message containing a list of environment descriptions.</p>
1123
+ * @public
1124
1124
  */
1125
1125
  export interface EnvironmentDescriptionsMessage {
1126
1126
  /**
1127
- * @public
1128
1127
  * <p> Returns an <a>EnvironmentDescription</a> list. </p>
1128
+ * @public
1129
1129
  */
1130
1130
  Environments?: EnvironmentDescription[];
1131
1131
  /**
1132
- * @public
1133
1132
  * <p>In a paginated request, the token that you can pass in a subsequent request to get the
1134
1133
  * next response page.</p>
1134
+ * @public
1135
1135
  */
1136
1136
  NextToken?: string;
1137
1137
  }
1138
1138
  /**
1139
- * @public
1140
1139
  * <p>The specified account has reached its limit of environments.</p>
1140
+ * @public
1141
1141
  */
1142
1142
  export declare class TooManyEnvironmentsException extends __BaseException {
1143
1143
  readonly name: "TooManyEnvironmentsException";
@@ -1148,53 +1148,53 @@ export declare class TooManyEnvironmentsException extends __BaseException {
1148
1148
  constructor(opts: __ExceptionOptionType<TooManyEnvironmentsException, __BaseException>);
1149
1149
  }
1150
1150
  /**
1151
- * @public
1152
1151
  * <p>Describes a tag applied to a resource in an environment.</p>
1152
+ * @public
1153
1153
  */
1154
1154
  export interface Tag {
1155
1155
  /**
1156
- * @public
1157
1156
  * <p>The key of the tag.</p>
1157
+ * @public
1158
1158
  */
1159
1159
  Key?: string;
1160
1160
  /**
1161
- * @public
1162
1161
  * <p>The value of the tag.</p>
1162
+ * @public
1163
1163
  */
1164
1164
  Value?: string;
1165
1165
  }
1166
1166
  /**
1167
- * @public
1168
1167
  * <p>Request to create an application.</p>
1168
+ * @public
1169
1169
  */
1170
1170
  export interface CreateApplicationMessage {
1171
1171
  /**
1172
- * @public
1173
1172
  * <p>The name of the application. Must be unique within your account.</p>
1173
+ * @public
1174
1174
  */
1175
1175
  ApplicationName: string | undefined;
1176
1176
  /**
1177
- * @public
1178
1177
  * <p>Your description of the application.</p>
1178
+ * @public
1179
1179
  */
1180
1180
  Description?: string;
1181
1181
  /**
1182
- * @public
1183
1182
  * <p>Specifies an application resource lifecycle configuration to prevent your application
1184
1183
  * from accumulating too many versions.</p>
1184
+ * @public
1185
1185
  */
1186
1186
  ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
1187
1187
  /**
1188
- * @public
1189
1188
  * <p>Specifies the tags applied to the application.</p>
1190
1189
  * <p>Elastic Beanstalk applies these tags only to the application. Environments that you create in the
1191
1190
  * application don't inherit the tags.</p>
1191
+ * @public
1192
1192
  */
1193
1193
  Tags?: Tag[];
1194
1194
  }
1195
1195
  /**
1196
- * @public
1197
1196
  * <p>The specified account has reached its limit of applications.</p>
1197
+ * @public
1198
1198
  */
1199
1199
  export declare class TooManyApplicationsException extends __BaseException {
1200
1200
  readonly name: "TooManyApplicationsException";
@@ -1205,8 +1205,8 @@ export declare class TooManyApplicationsException extends __BaseException {
1205
1205
  constructor(opts: __ExceptionOptionType<TooManyApplicationsException, __BaseException>);
1206
1206
  }
1207
1207
  /**
1208
- * @public
1209
1208
  * <p>AWS CodeBuild is not available in the specified region.</p>
1209
+ * @public
1210
1210
  */
1211
1211
  export declare class CodeBuildNotInServiceRegionException extends __BaseException {
1212
1212
  readonly name: "CodeBuildNotInServiceRegionException";
@@ -1230,27 +1230,26 @@ export declare const ComputeType: {
1230
1230
  */
1231
1231
  export type ComputeType = (typeof ComputeType)[keyof typeof ComputeType];
1232
1232
  /**
1233
- * @public
1234
1233
  * <p>Settings for an AWS CodeBuild build.</p>
1234
+ * @public
1235
1235
  */
1236
1236
  export interface BuildConfiguration {
1237
1237
  /**
1238
- * @public
1239
1238
  * <p>The name of the artifact of the CodeBuild build.
1240
1239
  * If provided, Elastic Beanstalk stores the build artifact in the S3 location
1241
1240
  * <i>S3-bucket</i>/resources/<i>application-name</i>/codebuild/codebuild-<i>version-label</i>-<i>artifact-name</i>.zip.
1242
1241
  * If not provided, Elastic Beanstalk stores the build artifact in the S3 location
1243
1242
  * <i>S3-bucket</i>/resources/<i>application-name</i>/codebuild/codebuild-<i>version-label</i>.zip.
1244
1243
  * </p>
1244
+ * @public
1245
1245
  */
1246
1246
  ArtifactName?: string;
1247
1247
  /**
1248
- * @public
1249
1248
  * <p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.</p>
1249
+ * @public
1250
1250
  */
1251
1251
  CodeBuildServiceRole: string | undefined;
1252
1252
  /**
1253
- * @public
1254
1253
  * <p>Information about the compute resources the build project will use.</p>
1255
1254
  * <ul>
1256
1255
  * <li>
@@ -1269,52 +1268,52 @@ export interface BuildConfiguration {
1269
1268
  * </p>
1270
1269
  * </li>
1271
1270
  * </ul>
1271
+ * @public
1272
1272
  */
1273
1273
  ComputeType?: ComputeType;
1274
1274
  /**
1275
- * @public
1276
1275
  * <p>The ID of the Docker image to use for this build project.</p>
1276
+ * @public
1277
1277
  */
1278
1278
  Image: string | undefined;
1279
1279
  /**
1280
- * @public
1281
1280
  * <p>How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes.</p>
1281
+ * @public
1282
1282
  */
1283
1283
  TimeoutInMinutes?: number;
1284
1284
  }
1285
1285
  /**
1286
- * @public
1287
1286
  * <p></p>
1287
+ * @public
1288
1288
  */
1289
1289
  export interface CreateApplicationVersionMessage {
1290
1290
  /**
1291
- * @public
1292
1291
  * <p> The name of the application. If no application is found with this name, and
1293
1292
  * <code>AutoCreateApplication</code> is <code>false</code>, returns an
1294
1293
  * <code>InvalidParameterValue</code> error. </p>
1294
+ * @public
1295
1295
  */
1296
1296
  ApplicationName: string | undefined;
1297
1297
  /**
1298
- * @public
1299
1298
  * <p>A label identifying this version.</p>
1300
1299
  * <p>Constraint: Must be unique per application. If an application version already exists
1301
1300
  * with this label for the specified application, AWS Elastic Beanstalk returns an
1302
1301
  * <code>InvalidParameterValue</code> error. </p>
1302
+ * @public
1303
1303
  */
1304
1304
  VersionLabel: string | undefined;
1305
1305
  /**
1306
- * @public
1307
1306
  * <p>A description of this application version.</p>
1307
+ * @public
1308
1308
  */
1309
1309
  Description?: string;
1310
1310
  /**
1311
- * @public
1312
1311
  * <p>Specify a commit in an AWS CodeCommit Git repository to use as the source code for the
1313
1312
  * application version.</p>
1313
+ * @public
1314
1314
  */
1315
1315
  SourceBuildInformation?: SourceBuildInformation;
1316
1316
  /**
1317
- * @public
1318
1317
  * <p>The Amazon S3 bucket and key that identify the location of the source bundle for this
1319
1318
  * version.</p>
1320
1319
  * <note>
@@ -1325,21 +1324,21 @@ export interface CreateApplicationVersionMessage {
1325
1324
  * <code>SourceBuildInformation</code>), but not both. If neither <code>SourceBundle</code> nor
1326
1325
  * <code>SourceBuildInformation</code> are provided, Elastic Beanstalk uses a sample
1327
1326
  * application.</p>
1327
+ * @public
1328
1328
  */
1329
1329
  SourceBundle?: S3Location;
1330
1330
  /**
1331
- * @public
1332
1331
  * <p>Settings for an AWS CodeBuild build.</p>
1332
+ * @public
1333
1333
  */
1334
1334
  BuildConfiguration?: BuildConfiguration;
1335
1335
  /**
1336
- * @public
1337
1336
  * <p>Set to <code>true</code> to create an application with the specified name if it doesn't
1338
1337
  * already exist.</p>
1338
+ * @public
1339
1339
  */
1340
1340
  AutoCreateApplication?: boolean;
1341
1341
  /**
1342
- * @public
1343
1342
  * <p>Pre-processes and validates the environment manifest (<code>env.yaml</code>) and
1344
1343
  * configuration files (<code>*.config</code> files in the <code>.ebextensions</code> folder) in
1345
1344
  * the source bundle. Validating configuration files can identify issues prior to deploying the
@@ -1352,18 +1351,18 @@ export interface CreateApplicationVersionMessage {
1352
1351
  * doesn't validate your application's configuration files, like proxy server or Docker
1353
1352
  * configuration.</p>
1354
1353
  * </note>
1354
+ * @public
1355
1355
  */
1356
1356
  Process?: boolean;
1357
1357
  /**
1358
- * @public
1359
1358
  * <p>Specifies the tags applied to the application version.</p>
1360
1359
  * <p>Elastic Beanstalk applies these tags only to the application version. Environments that use the
1361
1360
  * application version don't inherit the tags.</p>
1361
+ * @public
1362
1362
  */
1363
1363
  Tags?: Tag[];
1364
1364
  }
1365
1365
  /**
1366
- * @public
1367
1366
  * <p>The specified S3 bucket does not belong to the S3 region in which the service is
1368
1367
  * running. The following regions are supported:</p>
1369
1368
  * <ul>
@@ -1377,6 +1376,7 @@ export interface CreateApplicationVersionMessage {
1377
1376
  * <p>DUB/eu-west-1</p>
1378
1377
  * </li>
1379
1378
  * </ul>
1379
+ * @public
1380
1380
  */
1381
1381
  export declare class S3LocationNotInServiceRegionException extends __BaseException {
1382
1382
  readonly name: "S3LocationNotInServiceRegionException";
@@ -1387,8 +1387,8 @@ export declare class S3LocationNotInServiceRegionException extends __BaseExcepti
1387
1387
  constructor(opts: __ExceptionOptionType<S3LocationNotInServiceRegionException, __BaseException>);
1388
1388
  }
1389
1389
  /**
1390
- * @public
1391
1390
  * <p>The specified account has reached its limit of application versions.</p>
1391
+ * @public
1392
1392
  */
1393
1393
  export declare class TooManyApplicationVersionsException extends __BaseException {
1394
1394
  readonly name: "TooManyApplicationVersionsException";
@@ -1412,72 +1412,71 @@ export declare const ConfigurationDeploymentStatus: {
1412
1412
  */
1413
1413
  export type ConfigurationDeploymentStatus = (typeof ConfigurationDeploymentStatus)[keyof typeof ConfigurationDeploymentStatus];
1414
1414
  /**
1415
- * @public
1416
1415
  * <p>A specification identifying an individual configuration option along with its current
1417
1416
  * value. For a list of possible namespaces and option values, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html">Option Values</a> in the
1418
1417
  * <i>AWS Elastic Beanstalk Developer Guide</i>. </p>
1418
+ * @public
1419
1419
  */
1420
1420
  export interface ConfigurationOptionSetting {
1421
1421
  /**
1422
- * @public
1423
1422
  * <p>A unique resource name for the option setting. Use it for a time–based scaling configuration option.</p>
1423
+ * @public
1424
1424
  */
1425
1425
  ResourceName?: string;
1426
1426
  /**
1427
- * @public
1428
1427
  * <p>A unique namespace that identifies the option's associated AWS resource.</p>
1428
+ * @public
1429
1429
  */
1430
1430
  Namespace?: string;
1431
1431
  /**
1432
- * @public
1433
1432
  * <p>The name of the configuration option.</p>
1433
+ * @public
1434
1434
  */
1435
1435
  OptionName?: string;
1436
1436
  /**
1437
- * @public
1438
1437
  * <p>The current value for the configuration option.</p>
1438
+ * @public
1439
1439
  */
1440
1440
  Value?: string;
1441
1441
  }
1442
1442
  /**
1443
- * @public
1444
1443
  * <p>Describes the settings for a configuration set.</p>
1444
+ * @public
1445
1445
  */
1446
1446
  export interface ConfigurationSettingsDescription {
1447
1447
  /**
1448
- * @public
1449
1448
  * <p>The name of the solution stack this configuration set uses.</p>
1449
+ * @public
1450
1450
  */
1451
1451
  SolutionStackName?: string;
1452
1452
  /**
1453
- * @public
1454
1453
  * <p>The ARN of the platform version.</p>
1454
+ * @public
1455
1455
  */
1456
1456
  PlatformArn?: string;
1457
1457
  /**
1458
- * @public
1459
1458
  * <p>The name of the application associated with this configuration set.</p>
1459
+ * @public
1460
1460
  */
1461
1461
  ApplicationName?: string;
1462
1462
  /**
1463
- * @public
1464
1463
  * <p> If not <code>null</code>, the name of the configuration template for this
1465
1464
  * configuration set. </p>
1465
+ * @public
1466
1466
  */
1467
1467
  TemplateName?: string;
1468
1468
  /**
1469
- * @public
1470
1469
  * <p>Describes this configuration set.</p>
1470
+ * @public
1471
1471
  */
1472
1472
  Description?: string;
1473
1473
  /**
1474
- * @public
1475
1474
  * <p> If not <code>null</code>, the name of the environment for this configuration set.
1476
1475
  * </p>
1476
+ * @public
1477
1477
  */
1478
1478
  EnvironmentName?: string;
1479
1479
  /**
1480
- * @public
1481
1480
  * <p> If this configuration set is associated with an environment, the
1482
1481
  * <code>DeploymentStatus</code> parameter indicates the deployment status of this
1483
1482
  * configuration set: </p>
@@ -1503,60 +1502,60 @@ export interface ConfigurationSettingsDescription {
1503
1502
  * deploy.</p>
1504
1503
  * </li>
1505
1504
  * </ul>
1505
+ * @public
1506
1506
  */
1507
1507
  DeploymentStatus?: ConfigurationDeploymentStatus;
1508
1508
  /**
1509
- * @public
1510
1509
  * <p>The date (in UTC time) when this configuration set was created.</p>
1510
+ * @public
1511
1511
  */
1512
1512
  DateCreated?: Date;
1513
1513
  /**
1514
- * @public
1515
1514
  * <p>The date (in UTC time) when this configuration set was last modified.</p>
1515
+ * @public
1516
1516
  */
1517
1517
  DateUpdated?: Date;
1518
1518
  /**
1519
- * @public
1520
1519
  * <p>A list of the configuration options and their values in this configuration
1521
1520
  * set.</p>
1521
+ * @public
1522
1522
  */
1523
1523
  OptionSettings?: ConfigurationOptionSetting[];
1524
1524
  }
1525
1525
  /**
1526
- * @public
1527
1526
  * <p>A specification for an environment configuration.</p>
1527
+ * @public
1528
1528
  */
1529
1529
  export interface SourceConfiguration {
1530
1530
  /**
1531
- * @public
1532
1531
  * <p>The name of the application associated with the configuration.</p>
1532
+ * @public
1533
1533
  */
1534
1534
  ApplicationName?: string;
1535
1535
  /**
1536
- * @public
1537
1536
  * <p>The name of the configuration template.</p>
1537
+ * @public
1538
1538
  */
1539
1539
  TemplateName?: string;
1540
1540
  }
1541
1541
  /**
1542
- * @public
1543
1542
  * <p>Request to create a configuration template.</p>
1543
+ * @public
1544
1544
  */
1545
1545
  export interface CreateConfigurationTemplateMessage {
1546
1546
  /**
1547
- * @public
1548
1547
  * <p>The name of the Elastic Beanstalk application to associate with this configuration
1549
1548
  * template.</p>
1549
+ * @public
1550
1550
  */
1551
1551
  ApplicationName: string | undefined;
1552
1552
  /**
1553
- * @public
1554
1553
  * <p>The name of the configuration template.</p>
1555
1554
  * <p>Constraint: This name must be unique per application.</p>
1555
+ * @public
1556
1556
  */
1557
1557
  TemplateName: string | undefined;
1558
1558
  /**
1559
- * @public
1560
1559
  * <p>The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses. For
1561
1560
  * example, <code>64bit Amazon Linux 2013.09 running Tomcat 7 Java 7</code>. A solution stack
1562
1561
  * specifies the operating system, runtime, and application server for a configuration template.
@@ -1570,20 +1569,20 @@ export interface CreateConfigurationTemplateMessage {
1570
1569
  * <code>ListAvailableSolutionStacks</code>
1571
1570
  * </a> API to obtain a list of available
1572
1571
  * solution stacks.</p>
1572
+ * @public
1573
1573
  */
1574
1574
  SolutionStackName?: string;
1575
1575
  /**
1576
- * @public
1577
1576
  * <p>The Amazon Resource Name (ARN) of the custom platform. For more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/custom-platforms.html"> Custom
1578
1577
  * Platforms</a> in the <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
1579
1578
  * <note>
1580
1579
  * <p>If you specify <code>PlatformArn</code>, then don't specify
1581
1580
  * <code>SolutionStackName</code>.</p>
1582
1581
  * </note>
1582
+ * @public
1583
1583
  */
1584
1584
  PlatformArn?: string;
1585
1585
  /**
1586
- * @public
1587
1586
  * <p>An Elastic Beanstalk configuration template to base this one on. If specified, Elastic Beanstalk uses the configuration values from the specified
1588
1587
  * configuration template to create a new configuration.</p>
1589
1588
  * <p>Values specified in <code>OptionSettings</code> override any values obtained from the
@@ -1594,38 +1593,39 @@ export interface CreateConfigurationTemplateMessage {
1594
1593
  * <p>Constraint: If both solution stack name and source configuration are specified, the
1595
1594
  * solution stack of the source configuration template must match the specified solution stack
1596
1595
  * name.</p>
1596
+ * @public
1597
1597
  */
1598
1598
  SourceConfiguration?: SourceConfiguration;
1599
1599
  /**
1600
- * @public
1601
1600
  * <p>The ID of an environment whose settings you want to use to create the configuration
1602
1601
  * template. You must specify <code>EnvironmentId</code> if you don't specify
1603
1602
  * <code>PlatformArn</code>, <code>SolutionStackName</code>, or
1604
1603
  * <code>SourceConfiguration</code>.</p>
1604
+ * @public
1605
1605
  */
1606
1606
  EnvironmentId?: string;
1607
1607
  /**
1608
- * @public
1609
1608
  * <p>An optional description for this configuration.</p>
1609
+ * @public
1610
1610
  */
1611
1611
  Description?: string;
1612
1612
  /**
1613
- * @public
1614
1613
  * <p>Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these
1615
1614
  * values override the values obtained from the solution stack or the source configuration
1616
1615
  * template. For a complete list of Elastic Beanstalk configuration options, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html">Option Values</a> in the
1617
1616
  * <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
1617
+ * @public
1618
1618
  */
1619
1619
  OptionSettings?: ConfigurationOptionSetting[];
1620
1620
  /**
1621
- * @public
1622
1621
  * <p>Specifies the tags applied to the configuration template.</p>
1622
+ * @public
1623
1623
  */
1624
1624
  Tags?: Tag[];
1625
1625
  }
1626
1626
  /**
1627
- * @public
1628
1627
  * <p>The specified account has reached its limit of Amazon S3 buckets.</p>
1628
+ * @public
1629
1629
  */
1630
1630
  export declare class TooManyBucketsException extends __BaseException {
1631
1631
  readonly name: "TooManyBucketsException";
@@ -1636,8 +1636,8 @@ export declare class TooManyBucketsException extends __BaseException {
1636
1636
  constructor(opts: __ExceptionOptionType<TooManyBucketsException, __BaseException>);
1637
1637
  }
1638
1638
  /**
1639
- * @public
1640
1639
  * <p>The specified account has reached its limit of configuration templates.</p>
1640
+ * @public
1641
1641
  */
1642
1642
  export declare class TooManyConfigurationTemplatesException extends __BaseException {
1643
1643
  readonly name: "TooManyConfigurationTemplatesException";
@@ -1648,38 +1648,37 @@ export declare class TooManyConfigurationTemplatesException extends __BaseExcept
1648
1648
  constructor(opts: __ExceptionOptionType<TooManyConfigurationTemplatesException, __BaseException>);
1649
1649
  }
1650
1650
  /**
1651
- * @public
1652
1651
  * <p>A specification identifying an individual configuration option.</p>
1652
+ * @public
1653
1653
  */
1654
1654
  export interface OptionSpecification {
1655
1655
  /**
1656
- * @public
1657
1656
  * <p>A unique resource name for a time-based scaling configuration option.</p>
1657
+ * @public
1658
1658
  */
1659
1659
  ResourceName?: string;
1660
1660
  /**
1661
- * @public
1662
1661
  * <p>A unique namespace identifying the option's associated AWS resource.</p>
1662
+ * @public
1663
1663
  */
1664
1664
  Namespace?: string;
1665
1665
  /**
1666
- * @public
1667
1666
  * <p>The name of the configuration option.</p>
1667
+ * @public
1668
1668
  */
1669
1669
  OptionName?: string;
1670
1670
  }
1671
1671
  /**
1672
- * @public
1673
1672
  * <p></p>
1673
+ * @public
1674
1674
  */
1675
1675
  export interface CreateEnvironmentMessage {
1676
1676
  /**
1677
- * @public
1678
1677
  * <p>The name of the application that is associated with this environment.</p>
1678
+ * @public
1679
1679
  */
1680
1680
  ApplicationName: string | undefined;
1681
1681
  /**
1682
- * @public
1683
1682
  * <p>A unique name for the environment.</p>
1684
1683
  * <p>Constraint: Must be from 4 to 40 characters in length. The name can contain only
1685
1684
  * letters, numbers, and hyphens. It can't start or end with a hyphen. This name must be unique
@@ -1687,57 +1686,57 @@ export interface CreateEnvironmentMessage {
1687
1686
  * <code>InvalidParameterValue</code> error. </p>
1688
1687
  * <p>If you don't specify the <code>CNAMEPrefix</code> parameter, the environment name becomes part of
1689
1688
  * the CNAME, and therefore part of the visible URL for your application.</p>
1689
+ * @public
1690
1690
  */
1691
1691
  EnvironmentName?: string;
1692
1692
  /**
1693
- * @public
1694
1693
  * <p>The name of the group to which the target environment belongs. Specify a group name
1695
1694
  * only if the environment's name is specified in an environment manifest and not with the
1696
1695
  * environment name parameter. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html">Environment Manifest
1697
1696
  * (env.yaml)</a> for details.</p>
1697
+ * @public
1698
1698
  */
1699
1699
  GroupName?: string;
1700
1700
  /**
1701
- * @public
1702
1701
  * <p>Your description for this environment.</p>
1702
+ * @public
1703
1703
  */
1704
1704
  Description?: string;
1705
1705
  /**
1706
- * @public
1707
1706
  * <p>If specified, the environment attempts to use this value as the prefix for the CNAME in
1708
1707
  * your Elastic Beanstalk environment URL. If not specified, the CNAME is generated automatically by
1709
1708
  * appending a random alphanumeric string to the environment name.</p>
1709
+ * @public
1710
1710
  */
1711
1711
  CNAMEPrefix?: string;
1712
1712
  /**
1713
- * @public
1714
1713
  * <p>Specifies the tier to use in creating this environment. The environment tier that you
1715
1714
  * choose determines whether Elastic Beanstalk provisions resources to support a web application that handles
1716
1715
  * HTTP(S) requests or a web application that handles background-processing tasks.</p>
1716
+ * @public
1717
1717
  */
1718
1718
  Tier?: EnvironmentTier;
1719
1719
  /**
1720
- * @public
1721
1720
  * <p>Specifies the tags applied to resources in the environment.</p>
1721
+ * @public
1722
1722
  */
1723
1723
  Tags?: Tag[];
1724
1724
  /**
1725
- * @public
1726
1725
  * <p>The name of the application version to deploy.</p>
1727
1726
  * <p>Default: If not specified, Elastic Beanstalk attempts to deploy the sample application.</p>
1727
+ * @public
1728
1728
  */
1729
1729
  VersionLabel?: string;
1730
1730
  /**
1731
- * @public
1732
1731
  * <p>The name of the Elastic Beanstalk configuration template to use with the environment.</p>
1733
1732
  * <note>
1734
1733
  * <p>If you specify <code>TemplateName</code>, then don't specify
1735
1734
  * <code>SolutionStackName</code>.</p>
1736
1735
  * </note>
1736
+ * @public
1737
1737
  */
1738
1738
  TemplateName?: string;
1739
1739
  /**
1740
- * @public
1741
1740
  * <p>The name of an Elastic Beanstalk solution stack (platform version) to use with the environment. If
1742
1741
  * specified, Elastic Beanstalk sets the configuration values to the default values associated with the
1743
1742
  * specified solution stack. For a list of current solution stacks, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html">Elastic Beanstalk Supported Platforms</a> in the <i>AWS Elastic Beanstalk
@@ -1746,10 +1745,10 @@ export interface CreateEnvironmentMessage {
1746
1745
  * <p>If you specify <code>SolutionStackName</code>, don't specify <code>PlatformArn</code> or
1747
1746
  * <code>TemplateName</code>.</p>
1748
1747
  * </note>
1748
+ * @public
1749
1749
  */
1750
1750
  SolutionStackName?: string;
1751
1751
  /**
1752
- * @public
1753
1752
  * <p>The Amazon Resource Name (ARN) of the custom platform to use with the environment. For
1754
1753
  * more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/custom-platforms.html">Custom Platforms</a> in the
1755
1754
  * <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
@@ -1757,78 +1756,79 @@ export interface CreateEnvironmentMessage {
1757
1756
  * <p>If you specify <code>PlatformArn</code>, don't specify
1758
1757
  * <code>SolutionStackName</code>.</p>
1759
1758
  * </note>
1759
+ * @public
1760
1760
  */
1761
1761
  PlatformArn?: string;
1762
1762
  /**
1763
- * @public
1764
1763
  * <p>If specified, AWS Elastic Beanstalk sets the specified configuration options to the
1765
1764
  * requested value in the configuration set for the new environment. These override the values
1766
1765
  * obtained from the solution stack or the configuration template.</p>
1766
+ * @public
1767
1767
  */
1768
1768
  OptionSettings?: ConfigurationOptionSetting[];
1769
1769
  /**
1770
- * @public
1771
1770
  * <p>A list of custom user-defined configuration options to remove from the configuration
1772
1771
  * set for this new environment.</p>
1772
+ * @public
1773
1773
  */
1774
1774
  OptionsToRemove?: OptionSpecification[];
1775
1775
  /**
1776
- * @public
1777
1776
  * <p>The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's
1778
1777
  * operations role. If specified, Elastic Beanstalk uses the operations role for permissions to downstream
1779
1778
  * services during this call and during subsequent calls acting on this environment. To specify
1780
1779
  * an operations role, you must have the <code>iam:PassRole</code> permission for the role. For
1781
1780
  * more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html">Operations roles</a> in the
1782
1781
  * <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
1782
+ * @public
1783
1783
  */
1784
1784
  OperationsRole?: string;
1785
1785
  }
1786
1786
  /**
1787
- * @public
1788
1787
  * <p>Request to create a new platform version.</p>
1788
+ * @public
1789
1789
  */
1790
1790
  export interface CreatePlatformVersionRequest {
1791
1791
  /**
1792
- * @public
1793
1792
  * <p>The name of your custom platform.</p>
1793
+ * @public
1794
1794
  */
1795
1795
  PlatformName: string | undefined;
1796
1796
  /**
1797
- * @public
1798
1797
  * <p>The number, such as 1.0.2, for the new platform version.</p>
1798
+ * @public
1799
1799
  */
1800
1800
  PlatformVersion: string | undefined;
1801
1801
  /**
1802
- * @public
1803
1802
  * <p>The location of the platform definition archive in Amazon S3.</p>
1803
+ * @public
1804
1804
  */
1805
1805
  PlatformDefinitionBundle: S3Location | undefined;
1806
1806
  /**
1807
- * @public
1808
1807
  * <p>The name of the builder environment.</p>
1808
+ * @public
1809
1809
  */
1810
1810
  EnvironmentName?: string;
1811
1811
  /**
1812
- * @public
1813
1812
  * <p>The configuration option settings to apply to the builder environment.</p>
1813
+ * @public
1814
1814
  */
1815
1815
  OptionSettings?: ConfigurationOptionSetting[];
1816
1816
  /**
1817
- * @public
1818
1817
  * <p>Specifies the tags applied to the new platform version.</p>
1819
1818
  * <p>Elastic Beanstalk applies these tags only to the platform version. Environments that you create using
1820
1819
  * the platform version don't inherit the tags.</p>
1820
+ * @public
1821
1821
  */
1822
1822
  Tags?: Tag[];
1823
1823
  }
1824
1824
  /**
1825
- * @public
1826
1825
  * <p>The builder used to build the custom platform.</p>
1826
+ * @public
1827
1827
  */
1828
1828
  export interface Builder {
1829
1829
  /**
1830
- * @public
1831
1830
  * <p>The ARN of the builder.</p>
1831
+ * @public
1832
1832
  */
1833
1833
  ARN?: string;
1834
1834
  }
@@ -1848,75 +1848,75 @@ export declare const PlatformStatus: {
1848
1848
  */
1849
1849
  export type PlatformStatus = (typeof PlatformStatus)[keyof typeof PlatformStatus];
1850
1850
  /**
1851
- * @public
1852
1851
  * <p>Summary information about a platform version.</p>
1852
+ * @public
1853
1853
  */
1854
1854
  export interface PlatformSummary {
1855
1855
  /**
1856
- * @public
1857
1856
  * <p>The ARN of the platform version.</p>
1857
+ * @public
1858
1858
  */
1859
1859
  PlatformArn?: string;
1860
1860
  /**
1861
- * @public
1862
1861
  * <p>The AWS account ID of the person who created the platform version.</p>
1862
+ * @public
1863
1863
  */
1864
1864
  PlatformOwner?: string;
1865
1865
  /**
1866
- * @public
1867
1866
  * <p>The status of the platform version. You can create an environment from the platform
1868
1867
  * version once it is ready.</p>
1868
+ * @public
1869
1869
  */
1870
1870
  PlatformStatus?: PlatformStatus;
1871
1871
  /**
1872
- * @public
1873
1872
  * <p>The category of platform version.</p>
1873
+ * @public
1874
1874
  */
1875
1875
  PlatformCategory?: string;
1876
1876
  /**
1877
- * @public
1878
1877
  * <p>The operating system used by the platform version.</p>
1878
+ * @public
1879
1879
  */
1880
1880
  OperatingSystemName?: string;
1881
1881
  /**
1882
- * @public
1883
1882
  * <p>The version of the operating system used by the platform version.</p>
1883
+ * @public
1884
1884
  */
1885
1885
  OperatingSystemVersion?: string;
1886
1886
  /**
1887
- * @public
1888
1887
  * <p>The tiers in which the platform version runs.</p>
1888
+ * @public
1889
1889
  */
1890
1890
  SupportedTierList?: string[];
1891
1891
  /**
1892
- * @public
1893
1892
  * <p>The additions associated with the platform version.</p>
1893
+ * @public
1894
1894
  */
1895
1895
  SupportedAddonList?: string[];
1896
1896
  /**
1897
- * @public
1898
1897
  * <p>The state of the platform version in its lifecycle.</p>
1899
1898
  * <p>Possible values: <code>recommended</code> | empty</p>
1900
1899
  * <p>If an empty value is returned, the platform version is supported but isn't the recommended
1901
1900
  * one for its branch.</p>
1901
+ * @public
1902
1902
  */
1903
1903
  PlatformLifecycleState?: string;
1904
1904
  /**
1905
- * @public
1906
1905
  * <p>The version string of the platform version.</p>
1906
+ * @public
1907
1907
  */
1908
1908
  PlatformVersion?: string;
1909
1909
  /**
1910
- * @public
1911
1910
  * <p>The platform branch to which the platform version belongs.</p>
1911
+ * @public
1912
1912
  */
1913
1913
  PlatformBranchName?: string;
1914
1914
  /**
1915
- * @public
1916
1915
  * <p>The state of the platform version's branch in its lifecycle.</p>
1917
1916
  * <p>Possible values: <code>beta</code> | <code>supported</code> | <code>deprecated</code> |
1918
1917
  * <code>retired</code>
1919
1918
  * </p>
1919
+ * @public
1920
1920
  */
1921
1921
  PlatformBranchLifecycleState?: string;
1922
1922
  }
@@ -1925,19 +1925,19 @@ export interface PlatformSummary {
1925
1925
  */
1926
1926
  export interface CreatePlatformVersionResult {
1927
1927
  /**
1928
- * @public
1929
1928
  * <p>Detailed information about the new version of the custom platform.</p>
1929
+ * @public
1930
1930
  */
1931
1931
  PlatformSummary?: PlatformSummary;
1932
1932
  /**
1933
- * @public
1934
1933
  * <p>The builder used to create the custom platform.</p>
1934
+ * @public
1935
1935
  */
1936
1936
  Builder?: Builder;
1937
1937
  }
1938
1938
  /**
1939
- * @public
1940
1939
  * <p>You have exceeded the maximum number of allowed platforms associated with the account.</p>
1940
+ * @public
1941
1941
  */
1942
1942
  export declare class TooManyPlatformsException extends __BaseException {
1943
1943
  readonly name: "TooManyPlatformsException";
@@ -1948,19 +1948,19 @@ export declare class TooManyPlatformsException extends __BaseException {
1948
1948
  constructor(opts: __ExceptionOptionType<TooManyPlatformsException, __BaseException>);
1949
1949
  }
1950
1950
  /**
1951
- * @public
1952
1951
  * <p>Results of a <a>CreateStorageLocationResult</a> call.</p>
1952
+ * @public
1953
1953
  */
1954
1954
  export interface CreateStorageLocationResultMessage {
1955
1955
  /**
1956
- * @public
1957
1956
  * <p>The name of the Amazon S3 bucket created.</p>
1957
+ * @public
1958
1958
  */
1959
1959
  S3Bucket?: string;
1960
1960
  }
1961
1961
  /**
1962
- * @public
1963
1962
  * <p>The specified account does not have a subscription to Amazon S3.</p>
1963
+ * @public
1964
1964
  */
1965
1965
  export declare class S3SubscriptionRequiredException extends __BaseException {
1966
1966
  readonly name: "S3SubscriptionRequiredException";
@@ -1971,26 +1971,26 @@ export declare class S3SubscriptionRequiredException extends __BaseException {
1971
1971
  constructor(opts: __ExceptionOptionType<S3SubscriptionRequiredException, __BaseException>);
1972
1972
  }
1973
1973
  /**
1974
- * @public
1975
1974
  * <p>Request to delete an application.</p>
1975
+ * @public
1976
1976
  */
1977
1977
  export interface DeleteApplicationMessage {
1978
1978
  /**
1979
- * @public
1980
1979
  * <p>The name of the application to delete.</p>
1980
+ * @public
1981
1981
  */
1982
1982
  ApplicationName: string | undefined;
1983
1983
  /**
1984
- * @public
1985
1984
  * <p>When set to true, running environments will be terminated before deleting the
1986
1985
  * application.</p>
1986
+ * @public
1987
1987
  */
1988
1988
  TerminateEnvByForce?: boolean;
1989
1989
  }
1990
1990
  /**
1991
- * @public
1992
1991
  * <p>Unable to perform the specified operation because another operation that effects an
1993
1992
  * element in this activity is already in progress.</p>
1993
+ * @public
1994
1994
  */
1995
1995
  export declare class OperationInProgressException extends __BaseException {
1996
1996
  readonly name: "OperationInProgressException";
@@ -2001,32 +2001,32 @@ export declare class OperationInProgressException extends __BaseException {
2001
2001
  constructor(opts: __ExceptionOptionType<OperationInProgressException, __BaseException>);
2002
2002
  }
2003
2003
  /**
2004
- * @public
2005
2004
  * <p>Request to delete an application version.</p>
2005
+ * @public
2006
2006
  */
2007
2007
  export interface DeleteApplicationVersionMessage {
2008
2008
  /**
2009
- * @public
2010
2009
  * <p>The name of the application to which the version belongs.</p>
2010
+ * @public
2011
2011
  */
2012
2012
  ApplicationName: string | undefined;
2013
2013
  /**
2014
- * @public
2015
2014
  * <p>The label of the version to delete.</p>
2015
+ * @public
2016
2016
  */
2017
2017
  VersionLabel: string | undefined;
2018
2018
  /**
2019
- * @public
2020
2019
  * <p>Set to <code>true</code> to delete the source bundle from your storage bucket.
2021
2020
  * Otherwise, the application version is deleted only from Elastic Beanstalk and the source
2022
2021
  * bundle remains in Amazon S3.</p>
2022
+ * @public
2023
2023
  */
2024
2024
  DeleteSourceBundle?: boolean;
2025
2025
  }
2026
2026
  /**
2027
- * @public
2028
2027
  * <p>Unable to delete the Amazon S3 source bundle associated with the application version.
2029
2028
  * The application version was deleted successfully.</p>
2029
+ * @public
2030
2030
  */
2031
2031
  export declare class SourceBundleDeletionException extends __BaseException {
2032
2032
  readonly name: "SourceBundleDeletionException";
@@ -2037,34 +2037,34 @@ export declare class SourceBundleDeletionException extends __BaseException {
2037
2037
  constructor(opts: __ExceptionOptionType<SourceBundleDeletionException, __BaseException>);
2038
2038
  }
2039
2039
  /**
2040
- * @public
2041
2040
  * <p>Request to delete a configuration template.</p>
2041
+ * @public
2042
2042
  */
2043
2043
  export interface DeleteConfigurationTemplateMessage {
2044
2044
  /**
2045
- * @public
2046
2045
  * <p>The name of the application to delete the configuration template from.</p>
2046
+ * @public
2047
2047
  */
2048
2048
  ApplicationName: string | undefined;
2049
2049
  /**
2050
- * @public
2051
2050
  * <p>The name of the configuration template to delete.</p>
2051
+ * @public
2052
2052
  */
2053
2053
  TemplateName: string | undefined;
2054
2054
  }
2055
2055
  /**
2056
- * @public
2057
2056
  * <p>Request to delete a draft environment configuration.</p>
2057
+ * @public
2058
2058
  */
2059
2059
  export interface DeleteEnvironmentConfigurationMessage {
2060
2060
  /**
2061
- * @public
2062
2061
  * <p>The name of the application the environment is associated with.</p>
2062
+ * @public
2063
2063
  */
2064
2064
  ApplicationName: string | undefined;
2065
2065
  /**
2066
- * @public
2067
2066
  * <p>The name of the environment to delete the draft configuration from.</p>
2067
+ * @public
2068
2068
  */
2069
2069
  EnvironmentName: string | undefined;
2070
2070
  }
@@ -2073,8 +2073,8 @@ export interface DeleteEnvironmentConfigurationMessage {
2073
2073
  */
2074
2074
  export interface DeletePlatformVersionRequest {
2075
2075
  /**
2076
- * @public
2077
2076
  * <p>The ARN of the version of the custom platform.</p>
2077
+ * @public
2078
2078
  */
2079
2079
  PlatformArn?: string;
2080
2080
  }
@@ -2083,14 +2083,14 @@ export interface DeletePlatformVersionRequest {
2083
2083
  */
2084
2084
  export interface DeletePlatformVersionResult {
2085
2085
  /**
2086
- * @public
2087
2086
  * <p>Detailed information about the version of the custom platform.</p>
2087
+ * @public
2088
2088
  */
2089
2089
  PlatformSummary?: PlatformSummary;
2090
2090
  }
2091
2091
  /**
2092
- * @public
2093
2092
  * <p>You cannot delete the platform version because there are still environments running on it.</p>
2093
+ * @public
2094
2094
  */
2095
2095
  export declare class PlatformVersionStillReferencedException extends __BaseException {
2096
2096
  readonly name: "PlatformVersionStillReferencedException";
@@ -2101,47 +2101,47 @@ export declare class PlatformVersionStillReferencedException extends __BaseExcep
2101
2101
  constructor(opts: __ExceptionOptionType<PlatformVersionStillReferencedException, __BaseException>);
2102
2102
  }
2103
2103
  /**
2104
- * @public
2105
2104
  * <p>The AWS Elastic Beanstalk quota information for a single resource type in an AWS account. It
2106
2105
  * reflects the resource's limits for this account.</p>
2106
+ * @public
2107
2107
  */
2108
2108
  export interface ResourceQuota {
2109
2109
  /**
2110
- * @public
2111
2110
  * <p>The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can
2112
2111
  * use.</p>
2112
+ * @public
2113
2113
  */
2114
2114
  Maximum?: number;
2115
2115
  }
2116
2116
  /**
2117
- * @public
2118
2117
  * <p>A set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect
2119
2118
  * Elastic Beanstalk resource limits for this account.</p>
2119
+ * @public
2120
2120
  */
2121
2121
  export interface ResourceQuotas {
2122
2122
  /**
2123
- * @public
2124
2123
  * <p>The quota for applications in the AWS account.</p>
2124
+ * @public
2125
2125
  */
2126
2126
  ApplicationQuota?: ResourceQuota;
2127
2127
  /**
2128
- * @public
2129
2128
  * <p>The quota for application versions in the AWS account.</p>
2129
+ * @public
2130
2130
  */
2131
2131
  ApplicationVersionQuota?: ResourceQuota;
2132
2132
  /**
2133
- * @public
2134
2133
  * <p>The quota for environments in the AWS account.</p>
2134
+ * @public
2135
2135
  */
2136
2136
  EnvironmentQuota?: ResourceQuota;
2137
2137
  /**
2138
- * @public
2139
2138
  * <p>The quota for configuration templates in the AWS account.</p>
2139
+ * @public
2140
2140
  */
2141
2141
  ConfigurationTemplateQuota?: ResourceQuota;
2142
2142
  /**
2143
- * @public
2144
2143
  * <p>The quota for custom platforms in the AWS account.</p>
2144
+ * @public
2145
2145
  */
2146
2146
  CustomPlatformQuota?: ResourceQuota;
2147
2147
  }
@@ -2150,70 +2150,70 @@ export interface ResourceQuotas {
2150
2150
  */
2151
2151
  export interface DescribeAccountAttributesResult {
2152
2152
  /**
2153
- * @public
2154
2153
  * <p>The Elastic Beanstalk resource quotas associated with the calling AWS account.</p>
2154
+ * @public
2155
2155
  */
2156
2156
  ResourceQuotas?: ResourceQuotas;
2157
2157
  }
2158
2158
  /**
2159
- * @public
2160
2159
  * <p>Request to describe one or more applications.</p>
2160
+ * @public
2161
2161
  */
2162
2162
  export interface DescribeApplicationsMessage {
2163
2163
  /**
2164
- * @public
2165
2164
  * <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include
2166
2165
  * those with the specified names.</p>
2166
+ * @public
2167
2167
  */
2168
2168
  ApplicationNames?: string[];
2169
2169
  }
2170
2170
  /**
2171
- * @public
2172
2171
  * <p>Request to describe application versions.</p>
2172
+ * @public
2173
2173
  */
2174
2174
  export interface DescribeApplicationVersionsMessage {
2175
2175
  /**
2176
- * @public
2177
2176
  * <p>Specify an application name to show only application versions for that
2178
2177
  * application.</p>
2178
+ * @public
2179
2179
  */
2180
2180
  ApplicationName?: string;
2181
2181
  /**
2182
- * @public
2183
2182
  * <p>Specify a version label to show a specific application version.</p>
2183
+ * @public
2184
2184
  */
2185
2185
  VersionLabels?: string[];
2186
2186
  /**
2187
- * @public
2188
2187
  * <p>For a paginated request. Specify a maximum number of application versions to include in
2189
2188
  * each response.</p>
2190
2189
  * <p>If no <code>MaxRecords</code> is specified, all available application versions are
2191
2190
  * retrieved in a single response.</p>
2191
+ * @public
2192
2192
  */
2193
2193
  MaxRecords?: number;
2194
2194
  /**
2195
- * @public
2196
2195
  * <p>For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other
2197
2196
  * parameter values must be identical to the ones specified in the initial request.</p>
2198
2197
  * <p>If no <code>NextToken</code> is specified, the first page is retrieved.</p>
2198
+ * @public
2199
2199
  */
2200
2200
  NextToken?: string;
2201
2201
  }
2202
2202
  /**
2203
- * @public
2204
2203
  * <p>A regular expression representing a restriction on a string configuration option
2205
2204
  * value.</p>
2205
+ * @public
2206
2206
  */
2207
2207
  export interface OptionRestrictionRegex {
2208
2208
  /**
2209
- * @public
2210
2209
  * <p>The regular expression pattern that a string configuration option value with this
2211
2210
  * restriction must match.</p>
2211
+ * @public
2212
2212
  */
2213
2213
  Pattern?: string;
2214
2214
  /**
2215
- * @public
2216
2215
  * <p>A unique name representing this regular expression.</p>
2216
+ * @public
2217
2217
  */
2218
2218
  Label?: string;
2219
2219
  }
@@ -2230,27 +2230,26 @@ export declare const ConfigurationOptionValueType: {
2230
2230
  */
2231
2231
  export type ConfigurationOptionValueType = (typeof ConfigurationOptionValueType)[keyof typeof ConfigurationOptionValueType];
2232
2232
  /**
2233
- * @public
2234
2233
  * <p>Describes the possible values for a configuration option.</p>
2234
+ * @public
2235
2235
  */
2236
2236
  export interface ConfigurationOptionDescription {
2237
2237
  /**
2238
- * @public
2239
2238
  * <p>A unique namespace identifying the option's associated AWS resource.</p>
2239
+ * @public
2240
2240
  */
2241
2241
  Namespace?: string;
2242
2242
  /**
2243
- * @public
2244
2243
  * <p>The name of the configuration option.</p>
2244
+ * @public
2245
2245
  */
2246
2246
  Name?: string;
2247
2247
  /**
2248
- * @public
2249
2248
  * <p>The default value for this configuration option.</p>
2249
+ * @public
2250
2250
  */
2251
2251
  DefaultValue?: string;
2252
2252
  /**
2253
- * @public
2254
2253
  * <p>An indication of which action is required if the value for this configuration option
2255
2254
  * changes:</p>
2256
2255
  * <ul>
@@ -2272,10 +2271,10 @@ export interface ConfigurationOptionDescription {
2272
2271
  * Amazon EC2 instances are restarted.</p>
2273
2272
  * </li>
2274
2273
  * </ul>
2274
+ * @public
2275
2275
  */
2276
2276
  ChangeSeverity?: string;
2277
2277
  /**
2278
- * @public
2279
2278
  * <p>An indication of whether the user defined this configuration option:</p>
2280
2279
  * <ul>
2281
2280
  * <li>
@@ -2292,10 +2291,10 @@ export interface ConfigurationOptionDescription {
2292
2291
  * <p> Constraint: You can remove only <code>UserDefined</code> options from a configuration. </p>
2293
2292
  * <p> Valid Values: <code>true</code> | <code>false</code>
2294
2293
  * </p>
2294
+ * @public
2295
2295
  */
2296
2296
  UserDefined?: boolean;
2297
2297
  /**
2298
- * @public
2299
2298
  * <p>An indication of which type of values this option has and whether it is allowable to
2300
2299
  * select one or more than one of the possible values:</p>
2301
2300
  * <ul>
@@ -2321,139 +2320,140 @@ export interface ConfigurationOptionDescription {
2321
2320
  * <code>ConfigDocument</code>.</p>
2322
2321
  * </li>
2323
2322
  * </ul>
2323
+ * @public
2324
2324
  */
2325
2325
  ValueType?: ConfigurationOptionValueType;
2326
2326
  /**
2327
- * @public
2328
2327
  * <p>If specified, values for the configuration option are selected from this
2329
2328
  * list.</p>
2329
+ * @public
2330
2330
  */
2331
2331
  ValueOptions?: string[];
2332
2332
  /**
2333
- * @public
2334
2333
  * <p>If specified, the configuration option must be a numeric value greater than this
2335
2334
  * value.</p>
2335
+ * @public
2336
2336
  */
2337
2337
  MinValue?: number;
2338
2338
  /**
2339
- * @public
2340
2339
  * <p>If specified, the configuration option must be a numeric value less than this
2341
2340
  * value.</p>
2341
+ * @public
2342
2342
  */
2343
2343
  MaxValue?: number;
2344
2344
  /**
2345
- * @public
2346
2345
  * <p>If specified, the configuration option must be a string value no longer than this
2347
2346
  * value.</p>
2347
+ * @public
2348
2348
  */
2349
2349
  MaxLength?: number;
2350
2350
  /**
2351
- * @public
2352
2351
  * <p>If specified, the configuration option must be a string value that satisfies this
2353
2352
  * regular expression.</p>
2353
+ * @public
2354
2354
  */
2355
2355
  Regex?: OptionRestrictionRegex;
2356
2356
  }
2357
2357
  /**
2358
- * @public
2359
2358
  * <p>Describes the settings for a specified configuration set.</p>
2359
+ * @public
2360
2360
  */
2361
2361
  export interface ConfigurationOptionsDescription {
2362
2362
  /**
2363
- * @public
2364
2363
  * <p>The name of the solution stack these configuration options belong to.</p>
2364
+ * @public
2365
2365
  */
2366
2366
  SolutionStackName?: string;
2367
2367
  /**
2368
- * @public
2369
2368
  * <p>The ARN of the platform version.</p>
2369
+ * @public
2370
2370
  */
2371
2371
  PlatformArn?: string;
2372
2372
  /**
2373
- * @public
2374
2373
  * <p> A list of <a>ConfigurationOptionDescription</a>. </p>
2374
+ * @public
2375
2375
  */
2376
2376
  Options?: ConfigurationOptionDescription[];
2377
2377
  }
2378
2378
  /**
2379
- * @public
2380
2379
  * <p>Result message containing a list of application version descriptions.</p>
2380
+ * @public
2381
2381
  */
2382
2382
  export interface DescribeConfigurationOptionsMessage {
2383
2383
  /**
2384
- * @public
2385
2384
  * <p>The name of the application associated with the configuration template or environment.
2386
2385
  * Only needed if you want to describe the configuration options associated with either the
2387
2386
  * configuration template or environment.</p>
2387
+ * @public
2388
2388
  */
2389
2389
  ApplicationName?: string;
2390
2390
  /**
2391
- * @public
2392
2391
  * <p>The name of the configuration template whose configuration options you want to
2393
2392
  * describe.</p>
2393
+ * @public
2394
2394
  */
2395
2395
  TemplateName?: string;
2396
2396
  /**
2397
- * @public
2398
2397
  * <p>The name of the environment whose configuration options you want to describe.</p>
2398
+ * @public
2399
2399
  */
2400
2400
  EnvironmentName?: string;
2401
2401
  /**
2402
- * @public
2403
2402
  * <p>The name of the solution stack whose configuration options you want to
2404
2403
  * describe.</p>
2404
+ * @public
2405
2405
  */
2406
2406
  SolutionStackName?: string;
2407
2407
  /**
2408
- * @public
2409
2408
  * <p>The ARN of the custom platform.</p>
2409
+ * @public
2410
2410
  */
2411
2411
  PlatformArn?: string;
2412
2412
  /**
2413
- * @public
2414
2413
  * <p>If specified, restricts the descriptions to only the specified options.</p>
2414
+ * @public
2415
2415
  */
2416
2416
  Options?: OptionSpecification[];
2417
2417
  }
2418
2418
  /**
2419
- * @public
2420
2419
  * <p>The results from a request to change the configuration settings of an
2421
2420
  * environment.</p>
2421
+ * @public
2422
2422
  */
2423
2423
  export interface ConfigurationSettingsDescriptions {
2424
2424
  /**
2425
- * @public
2426
2425
  * <p> A list of <a>ConfigurationSettingsDescription</a>. </p>
2426
+ * @public
2427
2427
  */
2428
2428
  ConfigurationSettings?: ConfigurationSettingsDescription[];
2429
2429
  }
2430
2430
  /**
2431
- * @public
2432
2431
  * <p>Result message containing all of the configuration settings for a specified solution
2433
2432
  * stack or configuration template.</p>
2433
+ * @public
2434
2434
  */
2435
2435
  export interface DescribeConfigurationSettingsMessage {
2436
2436
  /**
2437
- * @public
2438
2437
  * <p>The application for the environment or configuration template.</p>
2438
+ * @public
2439
2439
  */
2440
2440
  ApplicationName: string | undefined;
2441
2441
  /**
2442
- * @public
2443
2442
  * <p>The name of the configuration template to describe.</p>
2444
2443
  * <p> Conditional: You must specify either this parameter or an EnvironmentName, but not
2445
2444
  * both. If you specify both, AWS Elastic Beanstalk returns an
2446
2445
  * <code>InvalidParameterCombination</code> error. If you do not specify either, AWS Elastic
2447
2446
  * Beanstalk returns a <code>MissingRequiredParameter</code> error. </p>
2447
+ * @public
2448
2448
  */
2449
2449
  TemplateName?: string;
2450
2450
  /**
2451
- * @public
2452
2451
  * <p>The name of the environment to describe.</p>
2453
2452
  * <p> Condition: You must specify either this or a TemplateName, but not both. If you
2454
2453
  * specify both, AWS Elastic Beanstalk returns an <code>InvalidParameterCombination</code> error.
2455
2454
  * If you do not specify either, AWS Elastic Beanstalk returns
2456
2455
  * <code>MissingRequiredParameter</code> error. </p>
2456
+ * @public
2457
2457
  */
2458
2458
  EnvironmentName?: string;
2459
2459
  }
@@ -2476,146 +2476,146 @@ export declare const EnvironmentHealthAttribute: {
2476
2476
  */
2477
2477
  export type EnvironmentHealthAttribute = (typeof EnvironmentHealthAttribute)[keyof typeof EnvironmentHealthAttribute];
2478
2478
  /**
2479
- * @public
2480
2479
  * <p>See the example below to learn how to create a request body.</p>
2480
+ * @public
2481
2481
  */
2482
2482
  export interface DescribeEnvironmentHealthRequest {
2483
2483
  /**
2484
- * @public
2485
2484
  * <p>Specify the environment by name.</p>
2486
2485
  * <p>You must specify either this or an EnvironmentName, or both.</p>
2486
+ * @public
2487
2487
  */
2488
2488
  EnvironmentName?: string;
2489
2489
  /**
2490
- * @public
2491
2490
  * <p>Specify the environment by ID.</p>
2492
2491
  * <p>You must specify either this or an EnvironmentName, or both.</p>
2492
+ * @public
2493
2493
  */
2494
2494
  EnvironmentId?: string;
2495
2495
  /**
2496
- * @public
2497
2496
  * <p>Specify the response elements to return. To retrieve all attributes, set to
2498
2497
  * <code>All</code>. If no attribute names are specified, returns the name of the
2499
2498
  * environment.</p>
2499
+ * @public
2500
2500
  */
2501
2501
  AttributeNames?: EnvironmentHealthAttribute[];
2502
2502
  }
2503
2503
  /**
2504
- * @public
2505
2504
  * <p>Represents summary information about the health of an instance. For more information,
2506
2505
  * see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and Statuses</a>.</p>
2506
+ * @public
2507
2507
  */
2508
2508
  export interface InstanceHealthSummary {
2509
2509
  /**
2510
- * @public
2511
2510
  * <p>
2512
2511
  * <b>Grey.</b> AWS Elastic Beanstalk and the health agent are
2513
2512
  * reporting no data on an instance.</p>
2513
+ * @public
2514
2514
  */
2515
2515
  NoData?: number;
2516
2516
  /**
2517
- * @public
2518
2517
  * <p>
2519
2518
  * <b>Grey.</b> AWS Elastic Beanstalk and the health agent are
2520
2519
  * reporting an insufficient amount of data on an instance.</p>
2520
+ * @public
2521
2521
  */
2522
2522
  Unknown?: number;
2523
2523
  /**
2524
- * @public
2525
2524
  * <p>
2526
2525
  * <b>Grey.</b> An operation is in progress on an instance within the
2527
2526
  * command timeout.</p>
2527
+ * @public
2528
2528
  */
2529
2529
  Pending?: number;
2530
2530
  /**
2531
- * @public
2532
2531
  * <p>
2533
2532
  * <b>Green.</b> An instance is passing health checks and the health
2534
2533
  * agent is not reporting any problems.</p>
2534
+ * @public
2535
2535
  */
2536
2536
  Ok?: number;
2537
2537
  /**
2538
- * @public
2539
2538
  * <p>
2540
2539
  * <b>Green.</b> An operation is in progress on an instance.</p>
2540
+ * @public
2541
2541
  */
2542
2542
  Info?: number;
2543
2543
  /**
2544
- * @public
2545
2544
  * <p>
2546
2545
  * <b>Yellow.</b> The health agent is reporting a moderate number of
2547
2546
  * request failures or other issues for an instance or environment.</p>
2547
+ * @public
2548
2548
  */
2549
2549
  Warning?: number;
2550
2550
  /**
2551
- * @public
2552
2551
  * <p>
2553
2552
  * <b>Red.</b> The health agent is reporting a high number of request
2554
2553
  * failures or other issues for an instance or environment.</p>
2554
+ * @public
2555
2555
  */
2556
2556
  Degraded?: number;
2557
2557
  /**
2558
- * @public
2559
2558
  * <p>
2560
2559
  * <b>Red.</b> The health agent is reporting a very high number of
2561
2560
  * request failures or other issues for an instance or environment.</p>
2561
+ * @public
2562
2562
  */
2563
2563
  Severe?: number;
2564
2564
  }
2565
2565
  /**
2566
- * @public
2567
2566
  * <p>Health details for an AWS Elastic Beanstalk environment.</p>
2567
+ * @public
2568
2568
  */
2569
2569
  export interface DescribeEnvironmentHealthResult {
2570
2570
  /**
2571
- * @public
2572
2571
  * <p>The environment's name.</p>
2572
+ * @public
2573
2573
  */
2574
2574
  EnvironmentName?: string;
2575
2575
  /**
2576
- * @public
2577
2576
  * <p>The <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">health status</a> of the
2578
2577
  * environment. For example, <code>Ok</code>.</p>
2578
+ * @public
2579
2579
  */
2580
2580
  HealthStatus?: string;
2581
2581
  /**
2582
- * @public
2583
2582
  * <p>The environment's operational status. <code>Ready</code>, <code>Launching</code>,
2584
2583
  * <code>Updating</code>, <code>Terminating</code>, or <code>Terminated</code>.</p>
2584
+ * @public
2585
2585
  */
2586
2586
  Status?: EnvironmentHealth;
2587
2587
  /**
2588
- * @public
2589
2588
  * <p>The <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">health color</a> of the
2590
2589
  * environment.</p>
2590
+ * @public
2591
2591
  */
2592
2592
  Color?: string;
2593
2593
  /**
2594
- * @public
2595
2594
  * <p>Descriptions of the data that contributed to the environment's current health
2596
2595
  * status.</p>
2596
+ * @public
2597
2597
  */
2598
2598
  Causes?: string[];
2599
2599
  /**
2600
- * @public
2601
2600
  * <p>Application request metrics for the environment.</p>
2601
+ * @public
2602
2602
  */
2603
2603
  ApplicationMetrics?: ApplicationMetrics;
2604
2604
  /**
2605
- * @public
2606
2605
  * <p>Summary health information for the instances in the environment.</p>
2606
+ * @public
2607
2607
  */
2608
2608
  InstancesHealth?: InstanceHealthSummary;
2609
2609
  /**
2610
- * @public
2611
2610
  * <p>The date and time that the health information was retrieved.</p>
2611
+ * @public
2612
2612
  */
2613
2613
  RefreshedAt?: Date;
2614
2614
  }
2615
2615
  /**
2616
- * @public
2617
2616
  * <p>One or more input parameters is not valid. Please correct the input parameters and try
2618
2617
  * the operation again.</p>
2618
+ * @public
2619
2619
  */
2620
2620
  export declare class InvalidRequestException extends __BaseException {
2621
2621
  readonly name: "InvalidRequestException";
@@ -2626,28 +2626,28 @@ export declare class InvalidRequestException extends __BaseException {
2626
2626
  constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
2627
2627
  }
2628
2628
  /**
2629
- * @public
2630
2629
  * <p>Request to list completed and failed managed actions.</p>
2630
+ * @public
2631
2631
  */
2632
2632
  export interface DescribeEnvironmentManagedActionHistoryRequest {
2633
2633
  /**
2634
- * @public
2635
2634
  * <p>The environment ID of the target environment.</p>
2635
+ * @public
2636
2636
  */
2637
2637
  EnvironmentId?: string;
2638
2638
  /**
2639
- * @public
2640
2639
  * <p>The name of the target environment.</p>
2640
+ * @public
2641
2641
  */
2642
2642
  EnvironmentName?: string;
2643
2643
  /**
2644
- * @public
2645
2644
  * <p>The pagination token returned by a previous request.</p>
2645
+ * @public
2646
2646
  */
2647
2647
  NextToken?: string;
2648
2648
  /**
2649
- * @public
2650
2649
  * <p>The maximum number of items to return for a single request.</p>
2650
+ * @public
2651
2651
  */
2652
2652
  MaxItems?: number;
2653
2653
  }
@@ -2669,341 +2669,341 @@ export declare const FailureType: {
2669
2669
  */
2670
2670
  export type FailureType = (typeof FailureType)[keyof typeof FailureType];
2671
2671
  /**
2672
- * @public
2673
2672
  * <p>The record of a completed or failed managed action.</p>
2673
+ * @public
2674
2674
  */
2675
2675
  export interface ManagedActionHistoryItem {
2676
2676
  /**
2677
- * @public
2678
2677
  * <p>A unique identifier for the managed action.</p>
2678
+ * @public
2679
2679
  */
2680
2680
  ActionId?: string;
2681
2681
  /**
2682
- * @public
2683
2682
  * <p>The type of the managed action.</p>
2683
+ * @public
2684
2684
  */
2685
2685
  ActionType?: ActionType;
2686
2686
  /**
2687
- * @public
2688
2687
  * <p>A description of the managed action.</p>
2688
+ * @public
2689
2689
  */
2690
2690
  ActionDescription?: string;
2691
2691
  /**
2692
- * @public
2693
2692
  * <p>If the action failed, the type of failure.</p>
2693
+ * @public
2694
2694
  */
2695
2695
  FailureType?: FailureType;
2696
2696
  /**
2697
- * @public
2698
2697
  * <p>The status of the action.</p>
2698
+ * @public
2699
2699
  */
2700
2700
  Status?: ActionHistoryStatus;
2701
2701
  /**
2702
- * @public
2703
2702
  * <p>If the action failed, a description of the failure.</p>
2703
+ * @public
2704
2704
  */
2705
2705
  FailureDescription?: string;
2706
2706
  /**
2707
- * @public
2708
2707
  * <p>The date and time that the action started executing.</p>
2708
+ * @public
2709
2709
  */
2710
2710
  ExecutedTime?: Date;
2711
2711
  /**
2712
- * @public
2713
2712
  * <p>The date and time that the action finished executing.</p>
2713
+ * @public
2714
2714
  */
2715
2715
  FinishedTime?: Date;
2716
2716
  }
2717
2717
  /**
2718
- * @public
2719
2718
  * <p>A result message containing a list of completed and failed managed actions.</p>
2719
+ * @public
2720
2720
  */
2721
2721
  export interface DescribeEnvironmentManagedActionHistoryResult {
2722
2722
  /**
2723
- * @public
2724
2723
  * <p>A list of completed and failed managed actions.</p>
2724
+ * @public
2725
2725
  */
2726
2726
  ManagedActionHistoryItems?: ManagedActionHistoryItem[];
2727
2727
  /**
2728
- * @public
2729
2728
  * <p>A pagination token that you pass to <a>DescribeEnvironmentManagedActionHistory</a> to get the next page of
2730
2729
  * results.</p>
2730
+ * @public
2731
2731
  */
2732
2732
  NextToken?: string;
2733
2733
  }
2734
2734
  /**
2735
- * @public
2736
2735
  * <p>Request to list an environment's upcoming and in-progress managed actions.</p>
2736
+ * @public
2737
2737
  */
2738
2738
  export interface DescribeEnvironmentManagedActionsRequest {
2739
2739
  /**
2740
- * @public
2741
2740
  * <p>The name of the target environment.</p>
2741
+ * @public
2742
2742
  */
2743
2743
  EnvironmentName?: string;
2744
2744
  /**
2745
- * @public
2746
2745
  * <p>The environment ID of the target environment.</p>
2746
+ * @public
2747
2747
  */
2748
2748
  EnvironmentId?: string;
2749
2749
  /**
2750
- * @public
2751
2750
  * <p>To show only actions with a particular status, specify a status.</p>
2751
+ * @public
2752
2752
  */
2753
2753
  Status?: ActionStatus;
2754
2754
  }
2755
2755
  /**
2756
- * @public
2757
2756
  * <p>The record of an upcoming or in-progress managed action.</p>
2757
+ * @public
2758
2758
  */
2759
2759
  export interface ManagedAction {
2760
2760
  /**
2761
- * @public
2762
2761
  * <p>A unique identifier for the managed action.</p>
2762
+ * @public
2763
2763
  */
2764
2764
  ActionId?: string;
2765
2765
  /**
2766
- * @public
2767
2766
  * <p>A description of the managed action.</p>
2767
+ * @public
2768
2768
  */
2769
2769
  ActionDescription?: string;
2770
2770
  /**
2771
- * @public
2772
2771
  * <p>The type of managed action.</p>
2772
+ * @public
2773
2773
  */
2774
2774
  ActionType?: ActionType;
2775
2775
  /**
2776
- * @public
2777
2776
  * <p>The status of the managed action. If the action is <code>Scheduled</code>, you can
2778
2777
  * apply it immediately with <a>ApplyEnvironmentManagedAction</a>.</p>
2778
+ * @public
2779
2779
  */
2780
2780
  Status?: ActionStatus;
2781
2781
  /**
2782
- * @public
2783
2782
  * <p>The start time of the maintenance window in which the managed action will
2784
2783
  * execute.</p>
2784
+ * @public
2785
2785
  */
2786
2786
  WindowStartTime?: Date;
2787
2787
  }
2788
2788
  /**
2789
- * @public
2790
2789
  * <p>The result message containing a list of managed actions.</p>
2790
+ * @public
2791
2791
  */
2792
2792
  export interface DescribeEnvironmentManagedActionsResult {
2793
2793
  /**
2794
- * @public
2795
2794
  * <p>A list of upcoming and in-progress managed actions.</p>
2795
+ * @public
2796
2796
  */
2797
2797
  ManagedActions?: ManagedAction[];
2798
2798
  }
2799
2799
  /**
2800
- * @public
2801
2800
  * <p>Request to describe the resources in an environment.</p>
2801
+ * @public
2802
2802
  */
2803
2803
  export interface DescribeEnvironmentResourcesMessage {
2804
2804
  /**
2805
- * @public
2806
2805
  * <p>The ID of the environment to retrieve AWS resource usage data.</p>
2807
2806
  * <p> Condition: You must specify either this or an EnvironmentName, or both. If you do not
2808
2807
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
2809
2808
  * </p>
2809
+ * @public
2810
2810
  */
2811
2811
  EnvironmentId?: string;
2812
2812
  /**
2813
- * @public
2814
2813
  * <p>The name of the environment to retrieve AWS resource usage data.</p>
2815
2814
  * <p> Condition: You must specify either this or an EnvironmentId, or both. If you do not
2816
2815
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
2817
2816
  * </p>
2817
+ * @public
2818
2818
  */
2819
2819
  EnvironmentName?: string;
2820
2820
  }
2821
2821
  /**
2822
- * @public
2823
2822
  * <p>The description of an Amazon EC2 instance.</p>
2823
+ * @public
2824
2824
  */
2825
2825
  export interface Instance {
2826
2826
  /**
2827
- * @public
2828
2827
  * <p>The ID of the Amazon EC2 instance.</p>
2828
+ * @public
2829
2829
  */
2830
2830
  Id?: string;
2831
2831
  }
2832
2832
  /**
2833
- * @public
2834
2833
  * <p>Describes an Auto Scaling launch configuration.</p>
2834
+ * @public
2835
2835
  */
2836
2836
  export interface LaunchConfiguration {
2837
2837
  /**
2838
- * @public
2839
2838
  * <p>The name of the launch configuration.</p>
2839
+ * @public
2840
2840
  */
2841
2841
  Name?: string;
2842
2842
  }
2843
2843
  /**
2844
- * @public
2845
2844
  * <p>Describes an Amazon EC2 launch template.</p>
2845
+ * @public
2846
2846
  */
2847
2847
  export interface LaunchTemplate {
2848
2848
  /**
2849
- * @public
2850
2849
  * <p>The ID of the launch template.</p>
2850
+ * @public
2851
2851
  */
2852
2852
  Id?: string;
2853
2853
  }
2854
2854
  /**
2855
- * @public
2856
2855
  * <p>Describes a LoadBalancer.</p>
2856
+ * @public
2857
2857
  */
2858
2858
  export interface LoadBalancer {
2859
2859
  /**
2860
- * @public
2861
2860
  * <p>The name of the LoadBalancer.</p>
2861
+ * @public
2862
2862
  */
2863
2863
  Name?: string;
2864
2864
  }
2865
2865
  /**
2866
- * @public
2867
2866
  * <p>Describes a queue.</p>
2867
+ * @public
2868
2868
  */
2869
2869
  export interface Queue {
2870
2870
  /**
2871
- * @public
2872
2871
  * <p>The name of the queue.</p>
2872
+ * @public
2873
2873
  */
2874
2874
  Name?: string;
2875
2875
  /**
2876
- * @public
2877
2876
  * <p>The URL of the queue.</p>
2877
+ * @public
2878
2878
  */
2879
2879
  URL?: string;
2880
2880
  }
2881
2881
  /**
2882
- * @public
2883
2882
  * <p>Describes a trigger.</p>
2883
+ * @public
2884
2884
  */
2885
2885
  export interface Trigger {
2886
2886
  /**
2887
- * @public
2888
2887
  * <p>The name of the trigger.</p>
2888
+ * @public
2889
2889
  */
2890
2890
  Name?: string;
2891
2891
  }
2892
2892
  /**
2893
- * @public
2894
2893
  * <p>Describes the AWS resources in use by this environment. This data is live.</p>
2894
+ * @public
2895
2895
  */
2896
2896
  export interface EnvironmentResourceDescription {
2897
2897
  /**
2898
- * @public
2899
2898
  * <p>The name of the environment.</p>
2899
+ * @public
2900
2900
  */
2901
2901
  EnvironmentName?: string;
2902
2902
  /**
2903
- * @public
2904
2903
  * <p> The <code>AutoScalingGroups</code> used by this environment. </p>
2904
+ * @public
2905
2905
  */
2906
2906
  AutoScalingGroups?: AutoScalingGroup[];
2907
2907
  /**
2908
- * @public
2909
2908
  * <p>The Amazon EC2 instances used by this environment.</p>
2909
+ * @public
2910
2910
  */
2911
2911
  Instances?: Instance[];
2912
2912
  /**
2913
- * @public
2914
2913
  * <p>The Auto Scaling launch configurations in use by this environment.</p>
2914
+ * @public
2915
2915
  */
2916
2916
  LaunchConfigurations?: LaunchConfiguration[];
2917
2917
  /**
2918
- * @public
2919
2918
  * <p>The Amazon EC2 launch templates in use by this environment.</p>
2919
+ * @public
2920
2920
  */
2921
2921
  LaunchTemplates?: LaunchTemplate[];
2922
2922
  /**
2923
- * @public
2924
2923
  * <p>The LoadBalancers in use by this environment.</p>
2924
+ * @public
2925
2925
  */
2926
2926
  LoadBalancers?: LoadBalancer[];
2927
2927
  /**
2928
- * @public
2929
2928
  * <p>The <code>AutoScaling</code> triggers in use by this environment. </p>
2929
+ * @public
2930
2930
  */
2931
2931
  Triggers?: Trigger[];
2932
2932
  /**
2933
- * @public
2934
2933
  * <p>The queues used by this environment.</p>
2934
+ * @public
2935
2935
  */
2936
2936
  Queues?: Queue[];
2937
2937
  }
2938
2938
  /**
2939
- * @public
2940
2939
  * <p>Result message containing a list of environment resource descriptions.</p>
2940
+ * @public
2941
2941
  */
2942
2942
  export interface EnvironmentResourceDescriptionsMessage {
2943
2943
  /**
2944
- * @public
2945
2944
  * <p> A list of <a>EnvironmentResourceDescription</a>. </p>
2945
+ * @public
2946
2946
  */
2947
2947
  EnvironmentResources?: EnvironmentResourceDescription;
2948
2948
  }
2949
2949
  /**
2950
- * @public
2951
2950
  * <p>Request to describe one or more environments.</p>
2951
+ * @public
2952
2952
  */
2953
2953
  export interface DescribeEnvironmentsMessage {
2954
2954
  /**
2955
- * @public
2956
2955
  * <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only
2957
2956
  * those that are associated with this application.</p>
2957
+ * @public
2958
2958
  */
2959
2959
  ApplicationName?: string;
2960
2960
  /**
2961
- * @public
2962
2961
  * <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only
2963
2962
  * those that are associated with this application version.</p>
2963
+ * @public
2964
2964
  */
2965
2965
  VersionLabel?: string;
2966
2966
  /**
2967
- * @public
2968
2967
  * <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only
2969
2968
  * those that have the specified IDs.</p>
2969
+ * @public
2970
2970
  */
2971
2971
  EnvironmentIds?: string[];
2972
2972
  /**
2973
- * @public
2974
2973
  * <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only
2975
2974
  * those that have the specified names.</p>
2975
+ * @public
2976
2976
  */
2977
2977
  EnvironmentNames?: string[];
2978
2978
  /**
2979
- * @public
2980
2979
  * <p>Indicates whether to include deleted environments:</p>
2981
2980
  * <p>
2982
2981
  * <code>true</code>: Environments that have been deleted after
2983
2982
  * <code>IncludedDeletedBackTo</code> are displayed.</p>
2984
2983
  * <p>
2985
2984
  * <code>false</code>: Do not include deleted environments.</p>
2985
+ * @public
2986
2986
  */
2987
2987
  IncludeDeleted?: boolean;
2988
2988
  /**
2989
- * @public
2990
2989
  * <p> If specified when <code>IncludeDeleted</code> is set to <code>true</code>, then
2991
2990
  * environments deleted after this date are displayed. </p>
2991
+ * @public
2992
2992
  */
2993
2993
  IncludedDeletedBackTo?: Date;
2994
2994
  /**
2995
- * @public
2996
2995
  * <p>For a paginated request. Specify a maximum number of environments to include in
2997
2996
  * each response.</p>
2998
2997
  * <p>If no <code>MaxRecords</code> is specified, all available environments are
2999
2998
  * retrieved in a single response.</p>
2999
+ * @public
3000
3000
  */
3001
3001
  MaxRecords?: number;
3002
3002
  /**
3003
- * @public
3004
3003
  * <p>For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other
3005
3004
  * parameter values must be identical to the ones specified in the initial request.</p>
3006
3005
  * <p>If no <code>NextToken</code> is specified, the first page is retrieved.</p>
3006
+ * @public
3007
3007
  */
3008
3008
  NextToken?: string;
3009
3009
  }
@@ -3024,147 +3024,147 @@ export declare const EventSeverity: {
3024
3024
  */
3025
3025
  export type EventSeverity = (typeof EventSeverity)[keyof typeof EventSeverity];
3026
3026
  /**
3027
- * @public
3028
3027
  * <p>Request to retrieve a list of events for an environment.</p>
3028
+ * @public
3029
3029
  */
3030
3030
  export interface DescribeEventsMessage {
3031
3031
  /**
3032
- * @public
3033
3032
  * <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only
3034
3033
  * those associated with this application.</p>
3034
+ * @public
3035
3035
  */
3036
3036
  ApplicationName?: string;
3037
3037
  /**
3038
- * @public
3039
3038
  * <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
3040
3039
  * associated with this application version.</p>
3040
+ * @public
3041
3041
  */
3042
3042
  VersionLabel?: string;
3043
3043
  /**
3044
- * @public
3045
3044
  * <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that
3046
3045
  * are associated with this environment configuration.</p>
3046
+ * @public
3047
3047
  */
3048
3048
  TemplateName?: string;
3049
3049
  /**
3050
- * @public
3051
3050
  * <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
3052
3051
  * associated with this environment.</p>
3052
+ * @public
3053
3053
  */
3054
3054
  EnvironmentId?: string;
3055
3055
  /**
3056
- * @public
3057
3056
  * <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
3058
3057
  * associated with this environment.</p>
3058
+ * @public
3059
3059
  */
3060
3060
  EnvironmentName?: string;
3061
3061
  /**
3062
- * @public
3063
3062
  * <p>The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the
3064
3063
  * returned descriptions to those associated with this custom platform version.</p>
3064
+ * @public
3065
3065
  */
3066
3066
  PlatformArn?: string;
3067
3067
  /**
3068
- * @public
3069
3068
  * <p>If specified, AWS Elastic Beanstalk restricts the described events to include only
3070
3069
  * those associated with this request ID.</p>
3070
+ * @public
3071
3071
  */
3072
3072
  RequestId?: string;
3073
3073
  /**
3074
- * @public
3075
3074
  * <p>If specified, limits the events returned from this call to include only those with the
3076
3075
  * specified severity or higher.</p>
3076
+ * @public
3077
3077
  */
3078
3078
  Severity?: EventSeverity;
3079
3079
  /**
3080
- * @public
3081
3080
  * <p>If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that
3082
3081
  * occur on or after this time.</p>
3082
+ * @public
3083
3083
  */
3084
3084
  StartTime?: Date;
3085
3085
  /**
3086
- * @public
3087
3086
  * <p> If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that
3088
3087
  * occur up to, but not including, the <code>EndTime</code>. </p>
3088
+ * @public
3089
3089
  */
3090
3090
  EndTime?: Date;
3091
3091
  /**
3092
- * @public
3093
3092
  * <p>Specifies the maximum number of events that can be returned, beginning with the most
3094
3093
  * recent event.</p>
3094
+ * @public
3095
3095
  */
3096
3096
  MaxRecords?: number;
3097
3097
  /**
3098
- * @public
3099
3098
  * <p>Pagination token. If specified, the events return the next batch of results.</p>
3099
+ * @public
3100
3100
  */
3101
3101
  NextToken?: string;
3102
3102
  }
3103
3103
  /**
3104
- * @public
3105
3104
  * <p>Describes an event.</p>
3105
+ * @public
3106
3106
  */
3107
3107
  export interface EventDescription {
3108
3108
  /**
3109
- * @public
3110
3109
  * <p>The date when the event occurred.</p>
3110
+ * @public
3111
3111
  */
3112
3112
  EventDate?: Date;
3113
3113
  /**
3114
- * @public
3115
3114
  * <p>The event message.</p>
3115
+ * @public
3116
3116
  */
3117
3117
  Message?: string;
3118
3118
  /**
3119
- * @public
3120
3119
  * <p>The application associated with the event.</p>
3120
+ * @public
3121
3121
  */
3122
3122
  ApplicationName?: string;
3123
3123
  /**
3124
- * @public
3125
3124
  * <p>The release label for the application version associated with this event.</p>
3125
+ * @public
3126
3126
  */
3127
3127
  VersionLabel?: string;
3128
3128
  /**
3129
- * @public
3130
3129
  * <p>The name of the configuration associated with this event.</p>
3130
+ * @public
3131
3131
  */
3132
3132
  TemplateName?: string;
3133
3133
  /**
3134
- * @public
3135
3134
  * <p>The name of the environment associated with this event.</p>
3135
+ * @public
3136
3136
  */
3137
3137
  EnvironmentName?: string;
3138
3138
  /**
3139
- * @public
3140
3139
  * <p>The ARN of the platform version.</p>
3140
+ * @public
3141
3141
  */
3142
3142
  PlatformArn?: string;
3143
3143
  /**
3144
- * @public
3145
3144
  * <p>The web service request ID for the activity of this event.</p>
3145
+ * @public
3146
3146
  */
3147
3147
  RequestId?: string;
3148
3148
  /**
3149
- * @public
3150
3149
  * <p>The severity level of this event.</p>
3150
+ * @public
3151
3151
  */
3152
3152
  Severity?: EventSeverity;
3153
3153
  }
3154
3154
  /**
3155
- * @public
3156
3155
  * <p>Result message wrapping a list of event descriptions.</p>
3156
+ * @public
3157
3157
  */
3158
3158
  export interface EventDescriptionsMessage {
3159
3159
  /**
3160
- * @public
3161
3160
  * <p> A list of <a>EventDescription</a>. </p>
3161
+ * @public
3162
3162
  */
3163
3163
  Events?: EventDescription[];
3164
3164
  /**
3165
- * @public
3166
3165
  * <p> If returned, this indicates that there are more results to obtain. Use this token in
3167
3166
  * the next <a>DescribeEvents</a> call to get the next batch of events. </p>
3167
+ * @public
3168
3168
  */
3169
3169
  NextToken?: string;
3170
3170
  }
@@ -3190,51 +3190,50 @@ export declare const InstancesHealthAttribute: {
3190
3190
  */
3191
3191
  export type InstancesHealthAttribute = (typeof InstancesHealthAttribute)[keyof typeof InstancesHealthAttribute];
3192
3192
  /**
3193
- * @public
3194
3193
  * <p>Parameters for a call to <code>DescribeInstancesHealth</code>.</p>
3194
+ * @public
3195
3195
  */
3196
3196
  export interface DescribeInstancesHealthRequest {
3197
3197
  /**
3198
- * @public
3199
3198
  * <p>Specify the AWS Elastic Beanstalk environment by name.</p>
3199
+ * @public
3200
3200
  */
3201
3201
  EnvironmentName?: string;
3202
3202
  /**
3203
- * @public
3204
3203
  * <p>Specify the AWS Elastic Beanstalk environment by ID.</p>
3204
+ * @public
3205
3205
  */
3206
3206
  EnvironmentId?: string;
3207
3207
  /**
3208
- * @public
3209
3208
  * <p>Specifies the response elements you wish to receive. To retrieve all attributes, set to
3210
3209
  * <code>All</code>. If no attribute names are specified, returns a list of
3211
3210
  * instances.</p>
3211
+ * @public
3212
3212
  */
3213
3213
  AttributeNames?: InstancesHealthAttribute[];
3214
3214
  /**
3215
- * @public
3216
3215
  * <p>Specify the pagination token returned by a previous call.</p>
3216
+ * @public
3217
3217
  */
3218
3218
  NextToken?: string;
3219
3219
  }
3220
3220
  /**
3221
- * @public
3222
3221
  * <p>Information about an application version deployment.</p>
3222
+ * @public
3223
3223
  */
3224
3224
  export interface Deployment {
3225
3225
  /**
3226
- * @public
3227
3226
  * <p>The version label of the application version in the deployment.</p>
3227
+ * @public
3228
3228
  */
3229
3229
  VersionLabel?: string;
3230
3230
  /**
3231
- * @public
3232
3231
  * <p>The ID of the deployment. This number increases by one each time that you deploy source
3233
3232
  * code or change instance configuration settings.</p>
3233
+ * @public
3234
3234
  */
3235
3235
  DeploymentId?: number;
3236
3236
  /**
3237
- * @public
3238
3237
  * <p>The status of the deployment:</p>
3239
3238
  * <ul>
3240
3239
  * <li>
@@ -3250,175 +3249,176 @@ export interface Deployment {
3250
3249
  * <code>Failed</code> : The deployment failed.</p>
3251
3250
  * </li>
3252
3251
  * </ul>
3252
+ * @public
3253
3253
  */
3254
3254
  Status?: string;
3255
3255
  /**
3256
- * @public
3257
3256
  * <p>For in-progress deployments, the time that the deployment started.</p>
3258
3257
  * <p>For completed deployments, the time that the deployment ended.</p>
3258
+ * @public
3259
3259
  */
3260
3260
  DeploymentTime?: Date;
3261
3261
  }
3262
3262
  /**
3263
- * @public
3264
3263
  * <p>CPU utilization metrics for an instance.</p>
3264
+ * @public
3265
3265
  */
3266
3266
  export interface CPUUtilization {
3267
3267
  /**
3268
- * @public
3269
3268
  * <p>Percentage of time that the CPU has spent in the <code>User</code> state over the last
3270
3269
  * 10 seconds.</p>
3270
+ * @public
3271
3271
  */
3272
3272
  User?: number;
3273
3273
  /**
3274
- * @public
3275
3274
  * <p>Available on Linux environments only.</p>
3276
3275
  * <p>Percentage of time that the CPU has spent in the <code>Nice</code> state over the last
3277
3276
  * 10 seconds.</p>
3277
+ * @public
3278
3278
  */
3279
3279
  Nice?: number;
3280
3280
  /**
3281
- * @public
3282
3281
  * <p>Available on Linux environments only.</p>
3283
3282
  * <p>Percentage of time that the CPU has spent in the <code>System</code> state over the
3284
3283
  * last 10 seconds.</p>
3284
+ * @public
3285
3285
  */
3286
3286
  System?: number;
3287
3287
  /**
3288
- * @public
3289
3288
  * <p>Percentage of time that the CPU has spent in the <code>Idle</code> state over the last
3290
3289
  * 10 seconds.</p>
3290
+ * @public
3291
3291
  */
3292
3292
  Idle?: number;
3293
3293
  /**
3294
- * @public
3295
3294
  * <p>Available on Linux environments only.</p>
3296
3295
  * <p>Percentage of time that the CPU has spent in the <code>I/O Wait</code> state over the
3297
3296
  * last 10 seconds.</p>
3297
+ * @public
3298
3298
  */
3299
3299
  IOWait?: number;
3300
3300
  /**
3301
- * @public
3302
3301
  * <p>Available on Linux environments only.</p>
3303
3302
  * <p>Percentage of time that the CPU has spent in the <code>IRQ</code> state over the last
3304
3303
  * 10 seconds.</p>
3304
+ * @public
3305
3305
  */
3306
3306
  IRQ?: number;
3307
3307
  /**
3308
- * @public
3309
3308
  * <p>Available on Linux environments only.</p>
3310
3309
  * <p>Percentage of time that the CPU has spent in the <code>SoftIRQ</code> state over the
3311
3310
  * last 10 seconds.</p>
3311
+ * @public
3312
3312
  */
3313
3313
  SoftIRQ?: number;
3314
3314
  /**
3315
- * @public
3316
3315
  * <p>Available on Windows environments only.</p>
3317
3316
  * <p>Percentage of time that the CPU has spent in the <code>Privileged</code> state over the
3318
3317
  * last 10 seconds.</p>
3318
+ * @public
3319
3319
  */
3320
3320
  Privileged?: number;
3321
3321
  }
3322
3322
  /**
3323
- * @public
3324
3323
  * <p>CPU utilization and load average metrics for an Amazon EC2 instance.</p>
3324
+ * @public
3325
3325
  */
3326
3326
  export interface SystemStatus {
3327
3327
  /**
3328
- * @public
3329
3328
  * <p>CPU utilization metrics for the instance.</p>
3329
+ * @public
3330
3330
  */
3331
3331
  CPUUtilization?: CPUUtilization;
3332
3332
  /**
3333
- * @public
3334
3333
  * <p>Load average in the last 1-minute, 5-minute, and 15-minute periods.
3335
3334
  * For more information, see
3336
3335
  * <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-metrics.html#health-enhanced-metrics-os">Operating System Metrics</a>.</p>
3336
+ * @public
3337
3337
  */
3338
3338
  LoadAverage?: number[];
3339
3339
  }
3340
3340
  /**
3341
- * @public
3342
3341
  * <p>Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk
3343
3342
  * environment.</p>
3343
+ * @public
3344
3344
  */
3345
3345
  export interface SingleInstanceHealth {
3346
3346
  /**
3347
- * @public
3348
3347
  * <p>The ID of the Amazon EC2 instance.</p>
3348
+ * @public
3349
3349
  */
3350
3350
  InstanceId?: string;
3351
3351
  /**
3352
- * @public
3353
3352
  * <p>Returns the health status of the specified instance. For more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health
3354
3353
  * Colors and Statuses</a>.</p>
3354
+ * @public
3355
3355
  */
3356
3356
  HealthStatus?: string;
3357
3357
  /**
3358
- * @public
3359
3358
  * <p>Represents the color indicator that gives you information about the health of the EC2
3360
3359
  * instance. For more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html">Health Colors and
3361
3360
  * Statuses</a>.</p>
3361
+ * @public
3362
3362
  */
3363
3363
  Color?: string;
3364
3364
  /**
3365
- * @public
3366
3365
  * <p>Represents the causes, which provide more information about the current health
3367
3366
  * status.</p>
3367
+ * @public
3368
3368
  */
3369
3369
  Causes?: string[];
3370
3370
  /**
3371
- * @public
3372
3371
  * <p>The time at which the EC2 instance was launched.</p>
3372
+ * @public
3373
3373
  */
3374
3374
  LaunchedAt?: Date;
3375
3375
  /**
3376
- * @public
3377
3376
  * <p>Request metrics from your application.</p>
3377
+ * @public
3378
3378
  */
3379
3379
  ApplicationMetrics?: ApplicationMetrics;
3380
3380
  /**
3381
- * @public
3382
3381
  * <p>Operating system metrics from the instance.</p>
3382
+ * @public
3383
3383
  */
3384
3384
  System?: SystemStatus;
3385
3385
  /**
3386
- * @public
3387
3386
  * <p>Information about the most recent deployment to an instance.</p>
3387
+ * @public
3388
3388
  */
3389
3389
  Deployment?: Deployment;
3390
3390
  /**
3391
- * @public
3392
3391
  * <p>The availability zone in which the instance runs.</p>
3392
+ * @public
3393
3393
  */
3394
3394
  AvailabilityZone?: string;
3395
3395
  /**
3396
- * @public
3397
3396
  * <p>The instance's type.</p>
3397
+ * @public
3398
3398
  */
3399
3399
  InstanceType?: string;
3400
3400
  }
3401
3401
  /**
3402
- * @public
3403
3402
  * <p>Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk
3404
3403
  * environment.</p>
3404
+ * @public
3405
3405
  */
3406
3406
  export interface DescribeInstancesHealthResult {
3407
3407
  /**
3408
- * @public
3409
3408
  * <p>Detailed health information about each instance.</p>
3410
3409
  * <p>The output differs slightly between Linux and Windows environments. There is a difference
3411
3410
  * in the members that are supported under the <code><CPUUtilization></code> type.</p>
3411
+ * @public
3412
3412
  */
3413
3413
  InstanceHealthList?: SingleInstanceHealth[];
3414
3414
  /**
3415
- * @public
3416
3415
  * <p>The date and time that the health information was retrieved.</p>
3416
+ * @public
3417
3417
  */
3418
3418
  RefreshedAt?: Date;
3419
3419
  /**
3420
- * @public
3421
3420
  * <p>Pagination token for the next page of results, if available.</p>
3421
+ * @public
3422
3422
  */
3423
3423
  NextToken?: string;
3424
3424
  }
@@ -3427,175 +3427,175 @@ export interface DescribeInstancesHealthResult {
3427
3427
  */
3428
3428
  export interface DescribePlatformVersionRequest {
3429
3429
  /**
3430
- * @public
3431
3430
  * <p>The ARN of the platform version.</p>
3431
+ * @public
3432
3432
  */
3433
3433
  PlatformArn?: string;
3434
3434
  }
3435
3435
  /**
3436
- * @public
3437
3436
  * <p>A custom AMI available to platforms.</p>
3437
+ * @public
3438
3438
  */
3439
3439
  export interface CustomAmi {
3440
3440
  /**
3441
- * @public
3442
3441
  * <p>The type of virtualization used to create the custom AMI.</p>
3442
+ * @public
3443
3443
  */
3444
3444
  VirtualizationType?: string;
3445
3445
  /**
3446
- * @public
3447
3446
  * <p>THe ID of the image used to create the custom AMI.</p>
3447
+ * @public
3448
3448
  */
3449
3449
  ImageId?: string;
3450
3450
  }
3451
3451
  /**
3452
- * @public
3453
3452
  * <p>A framework supported by the platform.</p>
3453
+ * @public
3454
3454
  */
3455
3455
  export interface PlatformFramework {
3456
3456
  /**
3457
- * @public
3458
3457
  * <p>The name of the framework.</p>
3458
+ * @public
3459
3459
  */
3460
3460
  Name?: string;
3461
3461
  /**
3462
- * @public
3463
3462
  * <p>The version of the framework.</p>
3463
+ * @public
3464
3464
  */
3465
3465
  Version?: string;
3466
3466
  }
3467
3467
  /**
3468
- * @public
3469
3468
  * <p>A programming language supported by the platform.</p>
3469
+ * @public
3470
3470
  */
3471
3471
  export interface PlatformProgrammingLanguage {
3472
3472
  /**
3473
- * @public
3474
3473
  * <p>The name of the programming language.</p>
3474
+ * @public
3475
3475
  */
3476
3476
  Name?: string;
3477
3477
  /**
3478
- * @public
3479
3478
  * <p>The version of the programming language.</p>
3479
+ * @public
3480
3480
  */
3481
3481
  Version?: string;
3482
3482
  }
3483
3483
  /**
3484
- * @public
3485
3484
  * <p>Detailed information about a platform version.</p>
3485
+ * @public
3486
3486
  */
3487
3487
  export interface PlatformDescription {
3488
3488
  /**
3489
- * @public
3490
3489
  * <p>The ARN of the platform version.</p>
3490
+ * @public
3491
3491
  */
3492
3492
  PlatformArn?: string;
3493
3493
  /**
3494
- * @public
3495
3494
  * <p>The AWS account ID of the person who created the platform version.</p>
3495
+ * @public
3496
3496
  */
3497
3497
  PlatformOwner?: string;
3498
3498
  /**
3499
- * @public
3500
3499
  * <p>The name of the platform version.</p>
3500
+ * @public
3501
3501
  */
3502
3502
  PlatformName?: string;
3503
3503
  /**
3504
- * @public
3505
3504
  * <p>The version of the platform version.</p>
3505
+ * @public
3506
3506
  */
3507
3507
  PlatformVersion?: string;
3508
3508
  /**
3509
- * @public
3510
3509
  * <p>The name of the solution stack used by the platform version.</p>
3510
+ * @public
3511
3511
  */
3512
3512
  SolutionStackName?: string;
3513
3513
  /**
3514
- * @public
3515
3514
  * <p>The status of the platform version.</p>
3515
+ * @public
3516
3516
  */
3517
3517
  PlatformStatus?: PlatformStatus;
3518
3518
  /**
3519
- * @public
3520
3519
  * <p>The date when the platform version was created.</p>
3520
+ * @public
3521
3521
  */
3522
3522
  DateCreated?: Date;
3523
3523
  /**
3524
- * @public
3525
3524
  * <p>The date when the platform version was last updated.</p>
3525
+ * @public
3526
3526
  */
3527
3527
  DateUpdated?: Date;
3528
3528
  /**
3529
- * @public
3530
3529
  * <p>The category of the platform version.</p>
3530
+ * @public
3531
3531
  */
3532
3532
  PlatformCategory?: string;
3533
3533
  /**
3534
- * @public
3535
3534
  * <p>The description of the platform version.</p>
3535
+ * @public
3536
3536
  */
3537
3537
  Description?: string;
3538
3538
  /**
3539
- * @public
3540
3539
  * <p>Information about the maintainer of the platform version.</p>
3540
+ * @public
3541
3541
  */
3542
3542
  Maintainer?: string;
3543
3543
  /**
3544
- * @public
3545
3544
  * <p>The operating system used by the platform version.</p>
3545
+ * @public
3546
3546
  */
3547
3547
  OperatingSystemName?: string;
3548
3548
  /**
3549
- * @public
3550
3549
  * <p>The version of the operating system used by the platform version.</p>
3550
+ * @public
3551
3551
  */
3552
3552
  OperatingSystemVersion?: string;
3553
3553
  /**
3554
- * @public
3555
3554
  * <p>The programming languages supported by the platform version.</p>
3555
+ * @public
3556
3556
  */
3557
3557
  ProgrammingLanguages?: PlatformProgrammingLanguage[];
3558
3558
  /**
3559
- * @public
3560
3559
  * <p>The frameworks supported by the platform version.</p>
3560
+ * @public
3561
3561
  */
3562
3562
  Frameworks?: PlatformFramework[];
3563
3563
  /**
3564
- * @public
3565
3564
  * <p>The custom AMIs supported by the platform version.</p>
3565
+ * @public
3566
3566
  */
3567
3567
  CustomAmiList?: CustomAmi[];
3568
3568
  /**
3569
- * @public
3570
3569
  * <p>The tiers supported by the platform version.</p>
3570
+ * @public
3571
3571
  */
3572
3572
  SupportedTierList?: string[];
3573
3573
  /**
3574
- * @public
3575
3574
  * <p>The additions supported by the platform version.</p>
3575
+ * @public
3576
3576
  */
3577
3577
  SupportedAddonList?: string[];
3578
3578
  /**
3579
- * @public
3580
3579
  * <p>The state of the platform version in its lifecycle.</p>
3581
3580
  * <p>Possible values: <code>Recommended</code> | <code>null</code>
3582
3581
  * </p>
3583
3582
  * <p>If a null value is returned, the platform version isn't the recommended one for its
3584
3583
  * branch. Each platform branch has a single recommended platform version, typically the most
3585
3584
  * recent one.</p>
3585
+ * @public
3586
3586
  */
3587
3587
  PlatformLifecycleState?: string;
3588
3588
  /**
3589
- * @public
3590
3589
  * <p>The platform branch to which the platform version belongs.</p>
3590
+ * @public
3591
3591
  */
3592
3592
  PlatformBranchName?: string;
3593
3593
  /**
3594
- * @public
3595
3594
  * <p>The state of the platform version's branch in its lifecycle.</p>
3596
3595
  * <p>Possible values: <code>Beta</code> | <code>Supported</code> | <code>Deprecated</code> |
3597
3596
  * <code>Retired</code>
3598
3597
  * </p>
3598
+ * @public
3599
3599
  */
3600
3600
  PlatformBranchLifecycleState?: string;
3601
3601
  }
@@ -3604,40 +3604,39 @@ export interface PlatformDescription {
3604
3604
  */
3605
3605
  export interface DescribePlatformVersionResult {
3606
3606
  /**
3607
- * @public
3608
3607
  * <p>Detailed information about the platform version.</p>
3608
+ * @public
3609
3609
  */
3610
3610
  PlatformDescription?: PlatformDescription;
3611
3611
  }
3612
3612
  /**
3613
- * @public
3614
3613
  * <p>Request to disassociate the operations role from an environment.</p>
3614
+ * @public
3615
3615
  */
3616
3616
  export interface DisassociateEnvironmentOperationsRoleMessage {
3617
3617
  /**
3618
- * @public
3619
3618
  * <p>The name of the environment from which to disassociate the operations role.</p>
3619
+ * @public
3620
3620
  */
3621
3621
  EnvironmentName: string | undefined;
3622
3622
  }
3623
3623
  /**
3624
- * @public
3625
3624
  * <p>A list of available AWS Elastic Beanstalk solution stacks.</p>
3625
+ * @public
3626
3626
  */
3627
3627
  export interface ListAvailableSolutionStacksResultMessage {
3628
3628
  /**
3629
- * @public
3630
3629
  * <p>A list of available solution stacks.</p>
3630
+ * @public
3631
3631
  */
3632
3632
  SolutionStacks?: string[];
3633
3633
  /**
3634
- * @public
3635
3634
  * <p> A list of available solution stacks and their <a>SolutionStackDescription</a>. </p>
3635
+ * @public
3636
3636
  */
3637
3637
  SolutionStackDetails?: SolutionStackDescription[];
3638
3638
  }
3639
3639
  /**
3640
- * @public
3641
3640
  * <p>Describes criteria to restrict a list of results.</p>
3642
3641
  * <p>For operators that apply a single value to the attribute, the filter is evaluated as
3643
3642
  * follows: <code>Attribute Operator Values[1]</code>
@@ -3650,24 +3649,25 @@ export interface ListAvailableSolutionStacksResultMessage {
3650
3649
  * <p>The valid values for attributes of <code>SearchFilter</code> depend on the API action. For
3651
3650
  * valid values, see the reference page for the API action you're calling that takes a
3652
3651
  * <code>SearchFilter</code> parameter.</p>
3652
+ * @public
3653
3653
  */
3654
3654
  export interface SearchFilter {
3655
3655
  /**
3656
- * @public
3657
3656
  * <p>The result attribute to which the filter values are applied. Valid values vary by API
3658
3657
  * action.</p>
3658
+ * @public
3659
3659
  */
3660
3660
  Attribute?: string;
3661
3661
  /**
3662
- * @public
3663
3662
  * <p>The operator to apply to the <code>Attribute</code> with each of the <code>Values</code>.
3664
3663
  * Valid values vary by <code>Attribute</code>.</p>
3664
+ * @public
3665
3665
  */
3666
3666
  Operator?: string;
3667
3667
  /**
3668
- * @public
3669
3668
  * <p>The list of values applied to the <code>Attribute</code> and <code>Operator</code>
3670
3669
  * attributes. Number of values and valid values vary by <code>Attribute</code>.</p>
3670
+ * @public
3671
3671
  */
3672
3672
  Values?: string[];
3673
3673
  }
@@ -3676,7 +3676,6 @@ export interface SearchFilter {
3676
3676
  */
3677
3677
  export interface ListPlatformBranchesRequest {
3678
3678
  /**
3679
- * @public
3680
3679
  * <p>Criteria for restricting the resulting list of platform branches. The filter is evaluated
3681
3680
  * as a logical conjunction (AND) of the separate <code>SearchFilter</code> terms.</p>
3682
3681
  * <p>The following list shows valid attribute values for each of the <code>SearchFilter</code>
@@ -3747,60 +3746,61 @@ export interface ListPlatformBranchesRequest {
3747
3746
  * <p>Array size: limited to 10 <code>SearchFilter</code> objects.</p>
3748
3747
  * <p>Within each <code>SearchFilter</code> item, the <code>Values</code> array is limited to 10
3749
3748
  * items.</p>
3749
+ * @public
3750
3750
  */
3751
3751
  Filters?: SearchFilter[];
3752
3752
  /**
3753
- * @public
3754
3753
  * <p>The maximum number of platform branch values returned in one call.</p>
3754
+ * @public
3755
3755
  */
3756
3756
  MaxRecords?: number;
3757
3757
  /**
3758
- * @public
3759
3758
  * <p>For a paginated request. Specify a token from a previous response page to retrieve the
3760
3759
  * next response page. All other parameter values must be identical to the ones specified in the
3761
3760
  * initial request.</p>
3762
3761
  * <p>If no <code>NextToken</code> is specified, the first page is retrieved.</p>
3762
+ * @public
3763
3763
  */
3764
3764
  NextToken?: string;
3765
3765
  }
3766
3766
  /**
3767
- * @public
3768
3767
  * <p>Summary information about a platform branch.</p>
3768
+ * @public
3769
3769
  */
3770
3770
  export interface PlatformBranchSummary {
3771
3771
  /**
3772
- * @public
3773
3772
  * <p>The name of the platform to which this platform branch belongs.</p>
3773
+ * @public
3774
3774
  */
3775
3775
  PlatformName?: string;
3776
3776
  /**
3777
- * @public
3778
3777
  * <p>The name of the platform branch.</p>
3778
+ * @public
3779
3779
  */
3780
3780
  BranchName?: string;
3781
3781
  /**
3782
- * @public
3783
3782
  * <p>The support life cycle state of the platform branch.</p>
3784
3783
  * <p>Possible values: <code>beta</code> | <code>supported</code> | <code>deprecated</code> |
3785
3784
  * <code>retired</code>
3786
3785
  * </p>
3786
+ * @public
3787
3787
  */
3788
3788
  LifecycleState?: string;
3789
3789
  /**
3790
- * @public
3791
3790
  * <p>An ordinal number that designates the order in which platform branches have been added to
3792
3791
  * a platform. This can be helpful, for example, if your code calls the
3793
3792
  * <code>ListPlatformBranches</code> action and then displays a list of platform
3794
3793
  * branches.</p>
3795
3794
  * <p>A larger <code>BranchOrder</code> value designates a newer platform branch within the
3796
3795
  * platform.</p>
3796
+ * @public
3797
3797
  */
3798
3798
  BranchOrder?: number;
3799
3799
  /**
3800
- * @public
3801
3800
  * <p>The environment tiers that platform versions in this branch support.</p>
3802
3801
  * <p>Possible values: <code>WebServer/Standard</code> | <code>Worker/SQS/HTTP</code>
3803
3802
  * </p>
3803
+ * @public
3804
3804
  */
3805
3805
  SupportedTierList?: string[];
3806
3806
  }
@@ -3809,26 +3809,25 @@ export interface PlatformBranchSummary {
3809
3809
  */
3810
3810
  export interface ListPlatformBranchesResult {
3811
3811
  /**
3812
- * @public
3813
3812
  * <p>Summary information about the platform branches.</p>
3813
+ * @public
3814
3814
  */
3815
3815
  PlatformBranchSummaryList?: PlatformBranchSummary[];
3816
3816
  /**
3817
- * @public
3818
3817
  * <p>In a paginated request, if this value isn't <code>null</code>, it's the token that you can
3819
3818
  * pass in a subsequent request to get the next response page.</p>
3819
+ * @public
3820
3820
  */
3821
3821
  NextToken?: string;
3822
3822
  }
3823
3823
  /**
3824
- * @public
3825
3824
  * <p>Describes criteria to restrict the results when listing platform versions.</p>
3826
3825
  * <p>The filter is evaluated as follows: <code>Type Operator Values[1]</code>
3827
3826
  * </p>
3827
+ * @public
3828
3828
  */
3829
3829
  export interface PlatformFilter {
3830
3830
  /**
3831
- * @public
3832
3831
  * <p>The platform version attribute to which the filter values are applied.</p>
3833
3832
  * <p>Valid values: <code>PlatformName</code> | <code>PlatformVersion</code> |
3834
3833
  * <code>PlatformStatus</code> | <code>PlatformBranchName</code> |
@@ -3836,10 +3835,10 @@ export interface PlatformFilter {
3836
3835
  * <code>SupportedTier</code> | <code>SupportedAddon</code> |
3837
3836
  * <code>ProgrammingLanguageName</code> | <code>OperatingSystemName</code>
3838
3837
  * </p>
3838
+ * @public
3839
3839
  */
3840
3840
  Type?: string;
3841
3841
  /**
3842
- * @public
3843
3842
  * <p>The operator to apply to the <code>Type</code> with each of the
3844
3843
  * <code>Values</code>.</p>
3845
3844
  * <p>Valid values: <code>=</code> | <code>!=</code> |
@@ -3847,10 +3846,10 @@ export interface PlatformFilter {
3847
3846
  * <code>></code> | <code>>=</code> |
3848
3847
  * <code>contains</code> | <code>begins_with</code> | <code>ends_with</code>
3849
3848
  * </p>
3849
+ * @public
3850
3850
  */
3851
3851
  Operator?: string;
3852
3852
  /**
3853
- * @public
3854
3853
  * <p>The list of values applied to the filtering platform version attribute. Only one value is supported
3855
3854
  * for all current operators.</p>
3856
3855
  * <p>The following list shows valid filter values for some filter attributes.</p>
@@ -3879,6 +3878,7 @@ export interface PlatformFilter {
3879
3878
  * </p>
3880
3879
  * </li>
3881
3880
  * </ul>
3881
+ * @public
3882
3882
  */
3883
3883
  Values?: string[];
3884
3884
  }
@@ -3887,23 +3887,23 @@ export interface PlatformFilter {
3887
3887
  */
3888
3888
  export interface ListPlatformVersionsRequest {
3889
3889
  /**
3890
- * @public
3891
3890
  * <p>Criteria for restricting the resulting list of platform versions. The filter is
3892
3891
  * interpreted as a logical conjunction (AND) of the separate <code>PlatformFilter</code>
3893
3892
  * terms.</p>
3893
+ * @public
3894
3894
  */
3895
3895
  Filters?: PlatformFilter[];
3896
3896
  /**
3897
- * @public
3898
3897
  * <p>The maximum number of platform version values returned in one call.</p>
3898
+ * @public
3899
3899
  */
3900
3900
  MaxRecords?: number;
3901
3901
  /**
3902
- * @public
3903
3902
  * <p>For a paginated request. Specify a token from a previous response page to retrieve the
3904
3903
  * next response page. All other parameter values must be identical to the ones specified in the
3905
3904
  * initial request.</p>
3906
3905
  * <p>If no <code>NextToken</code> is specified, the first page is retrieved.</p>
3906
+ * @public
3907
3907
  */
3908
3908
  NextToken?: string;
3909
3909
  }
@@ -3912,14 +3912,14 @@ export interface ListPlatformVersionsRequest {
3912
3912
  */
3913
3913
  export interface ListPlatformVersionsResult {
3914
3914
  /**
3915
- * @public
3916
3915
  * <p>Summary information about the platform versions.</p>
3916
+ * @public
3917
3917
  */
3918
3918
  PlatformSummaryList?: PlatformSummary[];
3919
3919
  /**
3920
- * @public
3921
3920
  * <p>In a paginated request, if this value isn't <code>null</code>, it's the token that you can
3922
3921
  * pass in a subsequent request to get the next response page.</p>
3922
+ * @public
3923
3923
  */
3924
3924
  NextToken?: string;
3925
3925
  }
@@ -3928,15 +3928,15 @@ export interface ListPlatformVersionsResult {
3928
3928
  */
3929
3929
  export interface ListTagsForResourceMessage {
3930
3930
  /**
3931
- * @public
3932
3931
  * <p>The Amazon Resource Name (ARN) of the resouce for which a tag list is requested.</p>
3933
3932
  * <p>Must be the ARN of an Elastic Beanstalk resource.</p>
3933
+ * @public
3934
3934
  */
3935
3935
  ResourceArn: string | undefined;
3936
3936
  }
3937
3937
  /**
3938
- * @public
3939
3938
  * <p>A resource doesn't exist for the specified Amazon Resource Name (ARN).</p>
3939
+ * @public
3940
3940
  */
3941
3941
  export declare class ResourceNotFoundException extends __BaseException {
3942
3942
  readonly name: "ResourceNotFoundException";
@@ -3951,19 +3951,19 @@ export declare class ResourceNotFoundException extends __BaseException {
3951
3951
  */
3952
3952
  export interface ResourceTagsDescriptionMessage {
3953
3953
  /**
3954
- * @public
3955
3954
  * <p>The Amazon Resource Name (ARN) of the resource for which a tag list was requested.</p>
3955
+ * @public
3956
3956
  */
3957
3957
  ResourceArn?: string;
3958
3958
  /**
3959
- * @public
3960
3959
  * <p>A list of tag key-value pairs.</p>
3960
+ * @public
3961
3961
  */
3962
3962
  ResourceTags?: Tag[];
3963
3963
  }
3964
3964
  /**
3965
- * @public
3966
3965
  * <p>The type of the specified Amazon Resource Name (ARN) isn't supported for this operation.</p>
3966
+ * @public
3967
3967
  */
3968
3968
  export declare class ResourceTypeNotSupportedException extends __BaseException {
3969
3969
  readonly name: "ResourceTypeNotSupportedException";
@@ -3974,24 +3974,24 @@ export declare class ResourceTypeNotSupportedException extends __BaseException {
3974
3974
  constructor(opts: __ExceptionOptionType<ResourceTypeNotSupportedException, __BaseException>);
3975
3975
  }
3976
3976
  /**
3977
- * @public
3978
3977
  * <p></p>
3978
+ * @public
3979
3979
  */
3980
3980
  export interface RebuildEnvironmentMessage {
3981
3981
  /**
3982
- * @public
3983
3982
  * <p>The ID of the environment to rebuild.</p>
3984
3983
  * <p> Condition: You must specify either this or an EnvironmentName, or both. If you do not
3985
3984
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
3986
3985
  * </p>
3986
+ * @public
3987
3987
  */
3988
3988
  EnvironmentId?: string;
3989
3989
  /**
3990
- * @public
3991
3990
  * <p>The name of the environment to rebuild.</p>
3992
3991
  * <p> Condition: You must specify either this or an EnvironmentId, or both. If you do not
3993
3992
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
3994
3993
  * </p>
3994
+ * @public
3995
3995
  */
3996
3996
  EnvironmentName?: string;
3997
3997
  }
@@ -4008,193 +4008,192 @@ export declare const EnvironmentInfoType: {
4008
4008
  */
4009
4009
  export type EnvironmentInfoType = (typeof EnvironmentInfoType)[keyof typeof EnvironmentInfoType];
4010
4010
  /**
4011
- * @public
4012
4011
  * <p>Request to retrieve logs from an environment and store them in your Elastic Beanstalk
4013
4012
  * storage bucket.</p>
4013
+ * @public
4014
4014
  */
4015
4015
  export interface RequestEnvironmentInfoMessage {
4016
4016
  /**
4017
- * @public
4018
4017
  * <p>The ID of the environment of the requested data.</p>
4019
4018
  * <p>If no such environment is found, <code>RequestEnvironmentInfo</code> returns an
4020
4019
  * <code>InvalidParameterValue</code> error. </p>
4021
4020
  * <p>Condition: You must specify either this or an EnvironmentName, or both. If you do not
4022
4021
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
4023
4022
  * </p>
4023
+ * @public
4024
4024
  */
4025
4025
  EnvironmentId?: string;
4026
4026
  /**
4027
- * @public
4028
4027
  * <p>The name of the environment of the requested data.</p>
4029
4028
  * <p>If no such environment is found, <code>RequestEnvironmentInfo</code> returns an
4030
4029
  * <code>InvalidParameterValue</code> error. </p>
4031
4030
  * <p>Condition: You must specify either this or an EnvironmentId, or both. If you do not
4032
4031
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
4033
4032
  * </p>
4033
+ * @public
4034
4034
  */
4035
4035
  EnvironmentName?: string;
4036
4036
  /**
4037
- * @public
4038
4037
  * <p>The type of information to request.</p>
4038
+ * @public
4039
4039
  */
4040
4040
  InfoType: EnvironmentInfoType | undefined;
4041
4041
  }
4042
4042
  /**
4043
- * @public
4044
4043
  * <p></p>
4044
+ * @public
4045
4045
  */
4046
4046
  export interface RestartAppServerMessage {
4047
4047
  /**
4048
- * @public
4049
4048
  * <p>The ID of the environment to restart the server for.</p>
4050
4049
  * <p> Condition: You must specify either this or an EnvironmentName, or both. If you do not
4051
4050
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
4052
4051
  * </p>
4052
+ * @public
4053
4053
  */
4054
4054
  EnvironmentId?: string;
4055
4055
  /**
4056
- * @public
4057
4056
  * <p>The name of the environment to restart the server for.</p>
4058
4057
  * <p> Condition: You must specify either this or an EnvironmentId, or both. If you do not
4059
4058
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
4060
4059
  * </p>
4060
+ * @public
4061
4061
  */
4062
4062
  EnvironmentName?: string;
4063
4063
  }
4064
4064
  /**
4065
- * @public
4066
4065
  * <p>Request to download logs retrieved with <a>RequestEnvironmentInfo</a>.</p>
4066
+ * @public
4067
4067
  */
4068
4068
  export interface RetrieveEnvironmentInfoMessage {
4069
4069
  /**
4070
- * @public
4071
4070
  * <p>The ID of the data's environment.</p>
4072
4071
  * <p>If no such environment is found, returns an <code>InvalidParameterValue</code>
4073
4072
  * error.</p>
4074
4073
  * <p>Condition: You must specify either this or an EnvironmentName, or both. If you do not
4075
4074
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code>
4076
4075
  * error.</p>
4076
+ * @public
4077
4077
  */
4078
4078
  EnvironmentId?: string;
4079
4079
  /**
4080
- * @public
4081
4080
  * <p>The name of the data's environment.</p>
4082
4081
  * <p> If no such environment is found, returns an <code>InvalidParameterValue</code> error. </p>
4083
4082
  * <p> Condition: You must specify either this or an EnvironmentId, or both. If you do not
4084
4083
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
4085
4084
  * </p>
4085
+ * @public
4086
4086
  */
4087
4087
  EnvironmentName?: string;
4088
4088
  /**
4089
- * @public
4090
4089
  * <p>The type of information to retrieve.</p>
4090
+ * @public
4091
4091
  */
4092
4092
  InfoType: EnvironmentInfoType | undefined;
4093
4093
  }
4094
4094
  /**
4095
- * @public
4096
4095
  * <p>The information retrieved from the Amazon EC2 instances.</p>
4096
+ * @public
4097
4097
  */
4098
4098
  export interface EnvironmentInfoDescription {
4099
4099
  /**
4100
- * @public
4101
4100
  * <p>The type of information retrieved.</p>
4101
+ * @public
4102
4102
  */
4103
4103
  InfoType?: EnvironmentInfoType;
4104
4104
  /**
4105
- * @public
4106
4105
  * <p>The Amazon EC2 Instance ID for this information.</p>
4106
+ * @public
4107
4107
  */
4108
4108
  Ec2InstanceId?: string;
4109
4109
  /**
4110
- * @public
4111
4110
  * <p>The time stamp when this information was retrieved.</p>
4111
+ * @public
4112
4112
  */
4113
4113
  SampleTimestamp?: Date;
4114
4114
  /**
4115
- * @public
4116
4115
  * <p>The retrieved information. Currently contains a presigned Amazon S3 URL. The files are
4117
4116
  * deleted after 15 minutes.</p>
4118
4117
  * <p>Anyone in possession of this URL can access the files before they are deleted. Make the
4119
4118
  * URL available only to trusted parties.</p>
4119
+ * @public
4120
4120
  */
4121
4121
  Message?: string;
4122
4122
  }
4123
4123
  /**
4124
- * @public
4125
4124
  * <p>Result message containing a description of the requested environment info.</p>
4125
+ * @public
4126
4126
  */
4127
4127
  export interface RetrieveEnvironmentInfoResultMessage {
4128
4128
  /**
4129
- * @public
4130
4129
  * <p> The <a>EnvironmentInfoDescription</a> of the environment. </p>
4130
+ * @public
4131
4131
  */
4132
4132
  EnvironmentInfo?: EnvironmentInfoDescription[];
4133
4133
  }
4134
4134
  /**
4135
- * @public
4136
4135
  * <p>Swaps the CNAMEs of two environments.</p>
4136
+ * @public
4137
4137
  */
4138
4138
  export interface SwapEnvironmentCNAMEsMessage {
4139
4139
  /**
4140
- * @public
4141
4140
  * <p>The ID of the source environment.</p>
4142
4141
  * <p> Condition: You must specify at least the <code>SourceEnvironmentID</code> or the
4143
4142
  * <code>SourceEnvironmentName</code>. You may also specify both. If you specify the
4144
4143
  * <code>SourceEnvironmentId</code>, you must specify the
4145
4144
  * <code>DestinationEnvironmentId</code>. </p>
4145
+ * @public
4146
4146
  */
4147
4147
  SourceEnvironmentId?: string;
4148
4148
  /**
4149
- * @public
4150
4149
  * <p>The name of the source environment.</p>
4151
4150
  * <p> Condition: You must specify at least the <code>SourceEnvironmentID</code> or the
4152
4151
  * <code>SourceEnvironmentName</code>. You may also specify both. If you specify the
4153
4152
  * <code>SourceEnvironmentName</code>, you must specify the
4154
4153
  * <code>DestinationEnvironmentName</code>. </p>
4154
+ * @public
4155
4155
  */
4156
4156
  SourceEnvironmentName?: string;
4157
4157
  /**
4158
- * @public
4159
4158
  * <p>The ID of the destination environment.</p>
4160
4159
  * <p> Condition: You must specify at least the <code>DestinationEnvironmentID</code> or the
4161
4160
  * <code>DestinationEnvironmentName</code>. You may also specify both. You must specify the
4162
4161
  * <code>SourceEnvironmentId</code> with the <code>DestinationEnvironmentId</code>. </p>
4162
+ * @public
4163
4163
  */
4164
4164
  DestinationEnvironmentId?: string;
4165
4165
  /**
4166
- * @public
4167
4166
  * <p>The name of the destination environment.</p>
4168
4167
  * <p> Condition: You must specify at least the <code>DestinationEnvironmentID</code> or the
4169
4168
  * <code>DestinationEnvironmentName</code>. You may also specify both. You must specify the
4170
4169
  * <code>SourceEnvironmentName</code> with the <code>DestinationEnvironmentName</code>.
4171
4170
  * </p>
4171
+ * @public
4172
4172
  */
4173
4173
  DestinationEnvironmentName?: string;
4174
4174
  }
4175
4175
  /**
4176
- * @public
4177
4176
  * <p>Request to terminate an environment.</p>
4177
+ * @public
4178
4178
  */
4179
4179
  export interface TerminateEnvironmentMessage {
4180
4180
  /**
4181
- * @public
4182
4181
  * <p>The ID of the environment to terminate.</p>
4183
4182
  * <p> Condition: You must specify either this or an EnvironmentName, or both. If you do not
4184
4183
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
4185
4184
  * </p>
4185
+ * @public
4186
4186
  */
4187
4187
  EnvironmentId?: string;
4188
4188
  /**
4189
- * @public
4190
4189
  * <p>The name of the environment to terminate.</p>
4191
4190
  * <p> Condition: You must specify either this or an EnvironmentId, or both. If you do not
4192
4191
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
4193
4192
  * </p>
4193
+ * @public
4194
4194
  */
4195
4195
  EnvironmentName?: string;
4196
4196
  /**
4197
- * @public
4198
4197
  * <p>Indicates whether the associated AWS resources should shut down when the environment is
4199
4198
  * terminated:</p>
4200
4199
  * <ul>
@@ -4215,32 +4214,33 @@ export interface TerminateEnvironmentMessage {
4215
4214
  * </p>
4216
4215
  * <p> Valid Values: <code>true</code> | <code>false</code>
4217
4216
  * </p>
4217
+ * @public
4218
4218
  */
4219
4219
  TerminateResources?: boolean;
4220
4220
  /**
4221
- * @public
4222
4221
  * <p>Terminates the target environment even if another environment in the same group is
4223
4222
  * dependent on it.</p>
4223
+ * @public
4224
4224
  */
4225
4225
  ForceTerminate?: boolean;
4226
4226
  }
4227
4227
  /**
4228
- * @public
4229
4228
  * <p>Request to update an application.</p>
4229
+ * @public
4230
4230
  */
4231
4231
  export interface UpdateApplicationMessage {
4232
4232
  /**
4233
- * @public
4234
4233
  * <p>The name of the application to update. If no such application is found,
4235
4234
  * <code>UpdateApplication</code> returns an <code>InvalidParameterValue</code> error.
4236
4235
  * </p>
4236
+ * @public
4237
4237
  */
4238
4238
  ApplicationName: string | undefined;
4239
4239
  /**
4240
- * @public
4241
4240
  * <p>A new description for the application.</p>
4242
4241
  * <p>Default: If not specified, AWS Elastic Beanstalk does not update the
4243
4242
  * description.</p>
4243
+ * @public
4244
4244
  */
4245
4245
  Description?: string;
4246
4246
  }
@@ -4249,176 +4249,176 @@ export interface UpdateApplicationMessage {
4249
4249
  */
4250
4250
  export interface UpdateApplicationResourceLifecycleMessage {
4251
4251
  /**
4252
- * @public
4253
4252
  * <p>The name of the application.</p>
4253
+ * @public
4254
4254
  */
4255
4255
  ApplicationName: string | undefined;
4256
4256
  /**
4257
- * @public
4258
4257
  * <p>The lifecycle configuration.</p>
4258
+ * @public
4259
4259
  */
4260
4260
  ResourceLifecycleConfig: ApplicationResourceLifecycleConfig | undefined;
4261
4261
  }
4262
4262
  /**
4263
- * @public
4264
4263
  * <p></p>
4264
+ * @public
4265
4265
  */
4266
4266
  export interface UpdateApplicationVersionMessage {
4267
4267
  /**
4268
- * @public
4269
4268
  * <p>The name of the application associated with this version.</p>
4270
4269
  * <p> If no application is found with this name, <code>UpdateApplication</code> returns an
4271
4270
  * <code>InvalidParameterValue</code> error.</p>
4271
+ * @public
4272
4272
  */
4273
4273
  ApplicationName: string | undefined;
4274
4274
  /**
4275
- * @public
4276
4275
  * <p>The name of the version to update.</p>
4277
4276
  * <p>If no application version is found with this label, <code>UpdateApplication</code>
4278
4277
  * returns an <code>InvalidParameterValue</code> error. </p>
4278
+ * @public
4279
4279
  */
4280
4280
  VersionLabel: string | undefined;
4281
4281
  /**
4282
- * @public
4283
4282
  * <p>A new description for this version.</p>
4283
+ * @public
4284
4284
  */
4285
4285
  Description?: string;
4286
4286
  }
4287
4287
  /**
4288
- * @public
4289
4288
  * <p>The result message containing the options for the specified solution stack.</p>
4289
+ * @public
4290
4290
  */
4291
4291
  export interface UpdateConfigurationTemplateMessage {
4292
4292
  /**
4293
- * @public
4294
4293
  * <p>The name of the application associated with the configuration template to
4295
4294
  * update.</p>
4296
4295
  * <p> If no application is found with this name, <code>UpdateConfigurationTemplate</code>
4297
4296
  * returns an <code>InvalidParameterValue</code> error. </p>
4297
+ * @public
4298
4298
  */
4299
4299
  ApplicationName: string | undefined;
4300
4300
  /**
4301
- * @public
4302
4301
  * <p>The name of the configuration template to update.</p>
4303
4302
  * <p> If no configuration template is found with this name,
4304
4303
  * <code>UpdateConfigurationTemplate</code> returns an <code>InvalidParameterValue</code>
4305
4304
  * error. </p>
4305
+ * @public
4306
4306
  */
4307
4307
  TemplateName: string | undefined;
4308
4308
  /**
4309
- * @public
4310
4309
  * <p>A new description for the configuration.</p>
4310
+ * @public
4311
4311
  */
4312
4312
  Description?: string;
4313
4313
  /**
4314
- * @public
4315
4314
  * <p>A list of configuration option settings to update with the new specified option
4316
4315
  * value.</p>
4316
+ * @public
4317
4317
  */
4318
4318
  OptionSettings?: ConfigurationOptionSetting[];
4319
4319
  /**
4320
- * @public
4321
4320
  * <p>A list of configuration options to remove from the configuration set.</p>
4322
4321
  * <p> Constraint: You can remove only <code>UserDefined</code> configuration options.
4323
4322
  * </p>
4323
+ * @public
4324
4324
  */
4325
4325
  OptionsToRemove?: OptionSpecification[];
4326
4326
  }
4327
4327
  /**
4328
- * @public
4329
4328
  * <p>Request to update an environment.</p>
4329
+ * @public
4330
4330
  */
4331
4331
  export interface UpdateEnvironmentMessage {
4332
4332
  /**
4333
- * @public
4334
4333
  * <p>The name of the application with which the environment is associated.</p>
4334
+ * @public
4335
4335
  */
4336
4336
  ApplicationName?: string;
4337
4337
  /**
4338
- * @public
4339
4338
  * <p>The ID of the environment to update.</p>
4340
4339
  * <p>If no environment with this ID exists, AWS Elastic Beanstalk returns an
4341
4340
  * <code>InvalidParameterValue</code> error.</p>
4342
4341
  * <p>Condition: You must specify either this or an EnvironmentName, or both. If you do not
4343
4342
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
4344
4343
  * </p>
4344
+ * @public
4345
4345
  */
4346
4346
  EnvironmentId?: string;
4347
4347
  /**
4348
- * @public
4349
4348
  * <p>The name of the environment to update. If no environment with this name exists, AWS
4350
4349
  * Elastic Beanstalk returns an <code>InvalidParameterValue</code> error. </p>
4351
4350
  * <p>Condition: You must specify either this or an EnvironmentId, or both. If you do not
4352
4351
  * specify either, AWS Elastic Beanstalk returns <code>MissingRequiredParameter</code> error.
4353
4352
  * </p>
4353
+ * @public
4354
4354
  */
4355
4355
  EnvironmentName?: string;
4356
4356
  /**
4357
- * @public
4358
4357
  * <p>The name of the group to which the target environment belongs. Specify a group name
4359
4358
  * only if the environment's name is specified in an environment manifest and not with the
4360
4359
  * environment name or environment ID parameters. See <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html">Environment Manifest
4361
4360
  * (env.yaml)</a> for details.</p>
4361
+ * @public
4362
4362
  */
4363
4363
  GroupName?: string;
4364
4364
  /**
4365
- * @public
4366
4365
  * <p>If this parameter is specified, AWS Elastic Beanstalk updates the description of this
4367
4366
  * environment.</p>
4367
+ * @public
4368
4368
  */
4369
4369
  Description?: string;
4370
4370
  /**
4371
- * @public
4372
4371
  * <p>This specifies the tier to use to update the environment.</p>
4373
4372
  * <p>Condition: At this time, if you change the tier version, name, or type, AWS Elastic
4374
4373
  * Beanstalk returns <code>InvalidParameterValue</code> error. </p>
4374
+ * @public
4375
4375
  */
4376
4376
  Tier?: EnvironmentTier;
4377
4377
  /**
4378
- * @public
4379
4378
  * <p>If this parameter is specified, AWS Elastic Beanstalk deploys the named application
4380
4379
  * version to the environment. If no such application version is found, returns an
4381
4380
  * <code>InvalidParameterValue</code> error. </p>
4381
+ * @public
4382
4382
  */
4383
4383
  VersionLabel?: string;
4384
4384
  /**
4385
- * @public
4386
4385
  * <p>If this parameter is specified, AWS Elastic Beanstalk deploys this configuration
4387
4386
  * template to the environment. If no such configuration template is found, AWS Elastic Beanstalk
4388
4387
  * returns an <code>InvalidParameterValue</code> error. </p>
4388
+ * @public
4389
4389
  */
4390
4390
  TemplateName?: string;
4391
4391
  /**
4392
- * @public
4393
4392
  * <p>This specifies the platform version that the environment will run after the environment
4394
4393
  * is updated.</p>
4394
+ * @public
4395
4395
  */
4396
4396
  SolutionStackName?: string;
4397
4397
  /**
4398
- * @public
4399
4398
  * <p>The ARN of the platform, if used.</p>
4399
+ * @public
4400
4400
  */
4401
4401
  PlatformArn?: string;
4402
4402
  /**
4403
- * @public
4404
4403
  * <p>If specified, AWS Elastic Beanstalk updates the configuration set associated with the
4405
4404
  * running environment and sets the specified configuration options to the requested
4406
4405
  * value.</p>
4406
+ * @public
4407
4407
  */
4408
4408
  OptionSettings?: ConfigurationOptionSetting[];
4409
4409
  /**
4410
- * @public
4411
4410
  * <p>A list of custom user-defined configuration options to remove from the configuration
4412
4411
  * set for this environment.</p>
4412
+ * @public
4413
4413
  */
4414
4414
  OptionsToRemove?: OptionSpecification[];
4415
4415
  }
4416
4416
  /**
4417
- * @public
4418
4417
  * <p>The number of tags in the resource would exceed the number of tags that each resource
4419
4418
  * can have.</p>
4420
4419
  * <p>To calculate this, the operation considers both the number of tags the resource already has
4421
4420
  * and the tags this operation would add if it succeeded.</p>
4421
+ * @public
4422
4422
  */
4423
4423
  export declare class TooManyTagsException extends __BaseException {
4424
4424
  readonly name: "TooManyTagsException";
@@ -4433,24 +4433,24 @@ export declare class TooManyTagsException extends __BaseException {
4433
4433
  */
4434
4434
  export interface UpdateTagsForResourceMessage {
4435
4435
  /**
4436
- * @public
4437
4436
  * <p>The Amazon Resource Name (ARN) of the resouce to be updated.</p>
4438
4437
  * <p>Must be the ARN of an Elastic Beanstalk resource.</p>
4438
+ * @public
4439
4439
  */
4440
4440
  ResourceArn: string | undefined;
4441
4441
  /**
4442
- * @public
4443
4442
  * <p>A list of tags to add or update. If a key of an existing tag is added, the tag's value is
4444
4443
  * updated.</p>
4445
4444
  * <p>Specify at least one of these parameters: <code>TagsToAdd</code>,
4446
4445
  * <code>TagsToRemove</code>.</p>
4446
+ * @public
4447
4447
  */
4448
4448
  TagsToAdd?: Tag[];
4449
4449
  /**
4450
- * @public
4451
4450
  * <p>A list of tag keys to remove. If a tag key doesn't exist, it is silently ignored.</p>
4452
4451
  * <p>Specify at least one of these parameters: <code>TagsToAdd</code>,
4453
4452
  * <code>TagsToRemove</code>.</p>
4453
+ * @public
4454
4454
  */
4455
4455
  TagsToRemove?: string[];
4456
4456
  }
@@ -4467,17 +4467,16 @@ export declare const ValidationSeverity: {
4467
4467
  */
4468
4468
  export type ValidationSeverity = (typeof ValidationSeverity)[keyof typeof ValidationSeverity];
4469
4469
  /**
4470
- * @public
4471
4470
  * <p>An error or warning for a desired configuration option value.</p>
4471
+ * @public
4472
4472
  */
4473
4473
  export interface ValidationMessage {
4474
4474
  /**
4475
- * @public
4476
4475
  * <p>A message describing the error or warning.</p>
4476
+ * @public
4477
4477
  */
4478
4478
  Message?: string;
4479
4479
  /**
4480
- * @public
4481
4480
  * <p>An indication of the severity of this message:</p>
4482
4481
  * <ul>
4483
4482
  * <li>
@@ -4491,56 +4490,57 @@ export interface ValidationMessage {
4491
4490
  * account.</p>
4492
4491
  * </li>
4493
4492
  * </ul>
4493
+ * @public
4494
4494
  */
4495
4495
  Severity?: ValidationSeverity;
4496
4496
  /**
4497
- * @public
4498
4497
  * <p>The namespace to which the option belongs.</p>
4498
+ * @public
4499
4499
  */
4500
4500
  Namespace?: string;
4501
4501
  /**
4502
- * @public
4503
4502
  * <p>The name of the option.</p>
4503
+ * @public
4504
4504
  */
4505
4505
  OptionName?: string;
4506
4506
  }
4507
4507
  /**
4508
- * @public
4509
4508
  * <p>Provides a list of validation messages.</p>
4509
+ * @public
4510
4510
  */
4511
4511
  export interface ConfigurationSettingsValidationMessages {
4512
4512
  /**
4513
- * @public
4514
4513
  * <p> A list of <a>ValidationMessage</a>. </p>
4514
+ * @public
4515
4515
  */
4516
4516
  Messages?: ValidationMessage[];
4517
4517
  }
4518
4518
  /**
4519
- * @public
4520
4519
  * <p>A list of validation messages for a specified configuration template.</p>
4520
+ * @public
4521
4521
  */
4522
4522
  export interface ValidateConfigurationSettingsMessage {
4523
4523
  /**
4524
- * @public
4525
4524
  * <p>The name of the application that the configuration template or environment belongs
4526
4525
  * to.</p>
4526
+ * @public
4527
4527
  */
4528
4528
  ApplicationName: string | undefined;
4529
4529
  /**
4530
- * @public
4531
4530
  * <p>The name of the configuration template to validate the settings against.</p>
4532
4531
  * <p>Condition: You cannot specify both this and an environment name.</p>
4532
+ * @public
4533
4533
  */
4534
4534
  TemplateName?: string;
4535
4535
  /**
4536
- * @public
4537
4536
  * <p>The name of the environment to validate the settings against.</p>
4538
4537
  * <p>Condition: You cannot specify both this and a configuration template name.</p>
4538
+ * @public
4539
4539
  */
4540
4540
  EnvironmentName?: string;
4541
4541
  /**
4542
- * @public
4543
4542
  * <p>A list of the options and desired values to evaluate.</p>
4543
+ * @public
4544
4544
  */
4545
4545
  OptionSettings: ConfigurationOptionSetting[] | undefined;
4546
4546
  }