@aws-sdk/client-elastic-beanstalk 3.489.0 → 3.495.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 (69) hide show
  1. package/dist-cjs/ElasticBeanstalk.js +1 -105
  2. package/dist-cjs/ElasticBeanstalkClient.js +1 -43
  3. package/dist-cjs/commands/AbortEnvironmentUpdateCommand.js +1 -28
  4. package/dist-cjs/commands/ApplyEnvironmentManagedActionCommand.js +1 -28
  5. package/dist-cjs/commands/AssociateEnvironmentOperationsRoleCommand.js +1 -28
  6. package/dist-cjs/commands/CheckDNSAvailabilityCommand.js +1 -28
  7. package/dist-cjs/commands/ComposeEnvironmentsCommand.js +1 -28
  8. package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
  9. package/dist-cjs/commands/CreateApplicationVersionCommand.js +1 -28
  10. package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +1 -28
  11. package/dist-cjs/commands/CreateEnvironmentCommand.js +1 -28
  12. package/dist-cjs/commands/CreatePlatformVersionCommand.js +1 -28
  13. package/dist-cjs/commands/CreateStorageLocationCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteApplicationVersionCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteConfigurationTemplateCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteEnvironmentConfigurationCommand.js +1 -28
  18. package/dist-cjs/commands/DeletePlatformVersionCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeApplicationVersionsCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeApplicationsCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeConfigurationOptionsCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeEnvironmentHealthCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeEnvironmentManagedActionsCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeEnvironmentResourcesCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeEnvironmentsCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeEventsCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeInstancesHealthCommand.js +1 -28
  31. package/dist-cjs/commands/DescribePlatformVersionCommand.js +1 -28
  32. package/dist-cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js +1 -28
  33. package/dist-cjs/commands/ListAvailableSolutionStacksCommand.js +1 -28
  34. package/dist-cjs/commands/ListPlatformBranchesCommand.js +1 -28
  35. package/dist-cjs/commands/ListPlatformVersionsCommand.js +1 -28
  36. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  37. package/dist-cjs/commands/RebuildEnvironmentCommand.js +1 -28
  38. package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +1 -28
  39. package/dist-cjs/commands/RestartAppServerCommand.js +1 -28
  40. package/dist-cjs/commands/RetrieveEnvironmentInfoCommand.js +1 -28
  41. package/dist-cjs/commands/SwapEnvironmentCNAMEsCommand.js +1 -28
  42. package/dist-cjs/commands/TerminateEnvironmentCommand.js +1 -28
  43. package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
  44. package/dist-cjs/commands/UpdateApplicationResourceLifecycleCommand.js +1 -28
  45. package/dist-cjs/commands/UpdateApplicationVersionCommand.js +1 -28
  46. package/dist-cjs/commands/UpdateConfigurationTemplateCommand.js +1 -28
  47. package/dist-cjs/commands/UpdateEnvironmentCommand.js +1 -28
  48. package/dist-cjs/commands/UpdateTagsForResourceCommand.js +1 -28
  49. package/dist-cjs/commands/ValidateConfigurationSettingsCommand.js +1 -28
  50. package/dist-cjs/commands/index.js +1 -50
  51. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  52. package/dist-cjs/extensionConfiguration.js +1 -2
  53. package/dist-cjs/index.js +7229 -12
  54. package/dist-cjs/models/ElasticBeanstalkServiceException.js +1 -12
  55. package/dist-cjs/models/index.js +1 -4
  56. package/dist-cjs/models/models_0.js +1 -378
  57. package/dist-cjs/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +1 -7
  58. package/dist-cjs/pagination/DescribeEventsPaginator.js +1 -7
  59. package/dist-cjs/pagination/Interfaces.js +1 -2
  60. package/dist-cjs/pagination/ListPlatformBranchesPaginator.js +1 -7
  61. package/dist-cjs/pagination/ListPlatformVersionsPaginator.js +1 -7
  62. package/dist-cjs/pagination/index.js +1 -8
  63. package/dist-cjs/protocols/Aws_query.js +1 -5597
  64. package/dist-cjs/runtimeExtensions.js +1 -22
  65. package/dist-cjs/waiters/index.js +1 -6
  66. package/dist-cjs/waiters/waitForEnvironmentExists.js +1 -61
  67. package/dist-cjs/waiters/waitForEnvironmentTerminated.js +1 -61
  68. package/dist-cjs/waiters/waitForEnvironmentUpdated.js +1 -61
  69. package/package.json +41 -41
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ElasticBeanstalkServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class ElasticBeanstalkServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, ElasticBeanstalkServiceException.prototype);
10
- }
11
- }
12
- exports.ElasticBeanstalkServiceException = ElasticBeanstalkServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,378 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ValidationSeverity = exports.TooManyTagsException = exports.EnvironmentInfoType = exports.ResourceTypeNotSupportedException = exports.ResourceNotFoundException = exports.InstancesHealthAttribute = exports.EventSeverity = exports.FailureType = exports.InvalidRequestException = exports.EnvironmentHealthAttribute = exports.ConfigurationOptionValueType = exports.PlatformVersionStillReferencedException = exports.SourceBundleDeletionException = exports.OperationInProgressException = exports.S3SubscriptionRequiredException = exports.TooManyPlatformsException = exports.PlatformStatus = exports.TooManyConfigurationTemplatesException = exports.TooManyBucketsException = exports.ConfigurationDeploymentStatus = exports.TooManyApplicationVersionsException = exports.S3LocationNotInServiceRegionException = exports.ComputeType = exports.CodeBuildNotInServiceRegionException = exports.TooManyApplicationsException = exports.TooManyEnvironmentsException = exports.EnvironmentStatus = exports.EnvironmentHealthStatus = exports.EnvironmentHealth = exports.ManagedActionInvalidStateException = exports.ElasticBeanstalkServiceException = exports.ApplicationVersionStatus = exports.SourceType = exports.SourceRepository = exports.ActionType = exports.ActionStatus = exports.ActionHistoryStatus = exports.InsufficientPrivilegesException = void 0;
4
- const ElasticBeanstalkServiceException_1 = require("./ElasticBeanstalkServiceException");
5
- class InsufficientPrivilegesException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
6
- constructor(opts) {
7
- super({
8
- name: "InsufficientPrivilegesException",
9
- $fault: "client",
10
- ...opts,
11
- });
12
- this.name = "InsufficientPrivilegesException";
13
- this.$fault = "client";
14
- Object.setPrototypeOf(this, InsufficientPrivilegesException.prototype);
15
- }
16
- }
17
- exports.InsufficientPrivilegesException = InsufficientPrivilegesException;
18
- exports.ActionHistoryStatus = {
19
- Completed: "Completed",
20
- Failed: "Failed",
21
- Unknown: "Unknown",
22
- };
23
- exports.ActionStatus = {
24
- Pending: "Pending",
25
- Running: "Running",
26
- Scheduled: "Scheduled",
27
- Unknown: "Unknown",
28
- };
29
- exports.ActionType = {
30
- InstanceRefresh: "InstanceRefresh",
31
- PlatformUpdate: "PlatformUpdate",
32
- Unknown: "Unknown",
33
- };
34
- exports.SourceRepository = {
35
- CodeCommit: "CodeCommit",
36
- S3: "S3",
37
- };
38
- exports.SourceType = {
39
- Git: "Git",
40
- Zip: "Zip",
41
- };
42
- exports.ApplicationVersionStatus = {
43
- Building: "Building",
44
- Failed: "Failed",
45
- Processed: "Processed",
46
- Processing: "Processing",
47
- Unprocessed: "Unprocessed",
48
- };
49
- class ElasticBeanstalkServiceException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
50
- constructor(opts) {
51
- super({
52
- name: "ElasticBeanstalkServiceException",
53
- $fault: "client",
54
- ...opts,
55
- });
56
- this.name = "ElasticBeanstalkServiceException";
57
- this.$fault = "client";
58
- Object.setPrototypeOf(this, ElasticBeanstalkServiceException.prototype);
59
- }
60
- }
61
- exports.ElasticBeanstalkServiceException = ElasticBeanstalkServiceException;
62
- class ManagedActionInvalidStateException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
63
- constructor(opts) {
64
- super({
65
- name: "ManagedActionInvalidStateException",
66
- $fault: "client",
67
- ...opts,
68
- });
69
- this.name = "ManagedActionInvalidStateException";
70
- this.$fault = "client";
71
- Object.setPrototypeOf(this, ManagedActionInvalidStateException.prototype);
72
- }
73
- }
74
- exports.ManagedActionInvalidStateException = ManagedActionInvalidStateException;
75
- exports.EnvironmentHealth = {
76
- Green: "Green",
77
- Grey: "Grey",
78
- Red: "Red",
79
- Yellow: "Yellow",
80
- };
81
- exports.EnvironmentHealthStatus = {
82
- Degraded: "Degraded",
83
- Info: "Info",
84
- NoData: "NoData",
85
- Ok: "Ok",
86
- Pending: "Pending",
87
- Severe: "Severe",
88
- Suspended: "Suspended",
89
- Unknown: "Unknown",
90
- Warning: "Warning",
91
- };
92
- exports.EnvironmentStatus = {
93
- Aborting: "Aborting",
94
- Launching: "Launching",
95
- LinkingFrom: "LinkingFrom",
96
- LinkingTo: "LinkingTo",
97
- Ready: "Ready",
98
- Terminated: "Terminated",
99
- Terminating: "Terminating",
100
- Updating: "Updating",
101
- };
102
- class TooManyEnvironmentsException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
103
- constructor(opts) {
104
- super({
105
- name: "TooManyEnvironmentsException",
106
- $fault: "client",
107
- ...opts,
108
- });
109
- this.name = "TooManyEnvironmentsException";
110
- this.$fault = "client";
111
- Object.setPrototypeOf(this, TooManyEnvironmentsException.prototype);
112
- }
113
- }
114
- exports.TooManyEnvironmentsException = TooManyEnvironmentsException;
115
- class TooManyApplicationsException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
116
- constructor(opts) {
117
- super({
118
- name: "TooManyApplicationsException",
119
- $fault: "client",
120
- ...opts,
121
- });
122
- this.name = "TooManyApplicationsException";
123
- this.$fault = "client";
124
- Object.setPrototypeOf(this, TooManyApplicationsException.prototype);
125
- }
126
- }
127
- exports.TooManyApplicationsException = TooManyApplicationsException;
128
- class CodeBuildNotInServiceRegionException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
129
- constructor(opts) {
130
- super({
131
- name: "CodeBuildNotInServiceRegionException",
132
- $fault: "client",
133
- ...opts,
134
- });
135
- this.name = "CodeBuildNotInServiceRegionException";
136
- this.$fault = "client";
137
- Object.setPrototypeOf(this, CodeBuildNotInServiceRegionException.prototype);
138
- }
139
- }
140
- exports.CodeBuildNotInServiceRegionException = CodeBuildNotInServiceRegionException;
141
- exports.ComputeType = {
142
- BUILD_GENERAL1_LARGE: "BUILD_GENERAL1_LARGE",
143
- BUILD_GENERAL1_MEDIUM: "BUILD_GENERAL1_MEDIUM",
144
- BUILD_GENERAL1_SMALL: "BUILD_GENERAL1_SMALL",
145
- };
146
- class S3LocationNotInServiceRegionException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
147
- constructor(opts) {
148
- super({
149
- name: "S3LocationNotInServiceRegionException",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- this.name = "S3LocationNotInServiceRegionException";
154
- this.$fault = "client";
155
- Object.setPrototypeOf(this, S3LocationNotInServiceRegionException.prototype);
156
- }
157
- }
158
- exports.S3LocationNotInServiceRegionException = S3LocationNotInServiceRegionException;
159
- class TooManyApplicationVersionsException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
160
- constructor(opts) {
161
- super({
162
- name: "TooManyApplicationVersionsException",
163
- $fault: "client",
164
- ...opts,
165
- });
166
- this.name = "TooManyApplicationVersionsException";
167
- this.$fault = "client";
168
- Object.setPrototypeOf(this, TooManyApplicationVersionsException.prototype);
169
- }
170
- }
171
- exports.TooManyApplicationVersionsException = TooManyApplicationVersionsException;
172
- exports.ConfigurationDeploymentStatus = {
173
- deployed: "deployed",
174
- failed: "failed",
175
- pending: "pending",
176
- };
177
- class TooManyBucketsException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
178
- constructor(opts) {
179
- super({
180
- name: "TooManyBucketsException",
181
- $fault: "client",
182
- ...opts,
183
- });
184
- this.name = "TooManyBucketsException";
185
- this.$fault = "client";
186
- Object.setPrototypeOf(this, TooManyBucketsException.prototype);
187
- }
188
- }
189
- exports.TooManyBucketsException = TooManyBucketsException;
190
- class TooManyConfigurationTemplatesException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
191
- constructor(opts) {
192
- super({
193
- name: "TooManyConfigurationTemplatesException",
194
- $fault: "client",
195
- ...opts,
196
- });
197
- this.name = "TooManyConfigurationTemplatesException";
198
- this.$fault = "client";
199
- Object.setPrototypeOf(this, TooManyConfigurationTemplatesException.prototype);
200
- }
201
- }
202
- exports.TooManyConfigurationTemplatesException = TooManyConfigurationTemplatesException;
203
- exports.PlatformStatus = {
204
- Creating: "Creating",
205
- Deleted: "Deleted",
206
- Deleting: "Deleting",
207
- Failed: "Failed",
208
- Ready: "Ready",
209
- };
210
- class TooManyPlatformsException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
211
- constructor(opts) {
212
- super({
213
- name: "TooManyPlatformsException",
214
- $fault: "client",
215
- ...opts,
216
- });
217
- this.name = "TooManyPlatformsException";
218
- this.$fault = "client";
219
- Object.setPrototypeOf(this, TooManyPlatformsException.prototype);
220
- }
221
- }
222
- exports.TooManyPlatformsException = TooManyPlatformsException;
223
- class S3SubscriptionRequiredException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
224
- constructor(opts) {
225
- super({
226
- name: "S3SubscriptionRequiredException",
227
- $fault: "client",
228
- ...opts,
229
- });
230
- this.name = "S3SubscriptionRequiredException";
231
- this.$fault = "client";
232
- Object.setPrototypeOf(this, S3SubscriptionRequiredException.prototype);
233
- }
234
- }
235
- exports.S3SubscriptionRequiredException = S3SubscriptionRequiredException;
236
- class OperationInProgressException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
237
- constructor(opts) {
238
- super({
239
- name: "OperationInProgressException",
240
- $fault: "client",
241
- ...opts,
242
- });
243
- this.name = "OperationInProgressException";
244
- this.$fault = "client";
245
- Object.setPrototypeOf(this, OperationInProgressException.prototype);
246
- }
247
- }
248
- exports.OperationInProgressException = OperationInProgressException;
249
- class SourceBundleDeletionException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
250
- constructor(opts) {
251
- super({
252
- name: "SourceBundleDeletionException",
253
- $fault: "client",
254
- ...opts,
255
- });
256
- this.name = "SourceBundleDeletionException";
257
- this.$fault = "client";
258
- Object.setPrototypeOf(this, SourceBundleDeletionException.prototype);
259
- }
260
- }
261
- exports.SourceBundleDeletionException = SourceBundleDeletionException;
262
- class PlatformVersionStillReferencedException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
263
- constructor(opts) {
264
- super({
265
- name: "PlatformVersionStillReferencedException",
266
- $fault: "client",
267
- ...opts,
268
- });
269
- this.name = "PlatformVersionStillReferencedException";
270
- this.$fault = "client";
271
- Object.setPrototypeOf(this, PlatformVersionStillReferencedException.prototype);
272
- }
273
- }
274
- exports.PlatformVersionStillReferencedException = PlatformVersionStillReferencedException;
275
- exports.ConfigurationOptionValueType = {
276
- List: "List",
277
- Scalar: "Scalar",
278
- };
279
- exports.EnvironmentHealthAttribute = {
280
- All: "All",
281
- ApplicationMetrics: "ApplicationMetrics",
282
- Causes: "Causes",
283
- Color: "Color",
284
- HealthStatus: "HealthStatus",
285
- InstancesHealth: "InstancesHealth",
286
- RefreshedAt: "RefreshedAt",
287
- Status: "Status",
288
- };
289
- class InvalidRequestException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
290
- constructor(opts) {
291
- super({
292
- name: "InvalidRequestException",
293
- $fault: "client",
294
- ...opts,
295
- });
296
- this.name = "InvalidRequestException";
297
- this.$fault = "client";
298
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
299
- }
300
- }
301
- exports.InvalidRequestException = InvalidRequestException;
302
- exports.FailureType = {
303
- CancellationFailed: "CancellationFailed",
304
- InternalFailure: "InternalFailure",
305
- InvalidEnvironmentState: "InvalidEnvironmentState",
306
- PermissionsError: "PermissionsError",
307
- RollbackFailed: "RollbackFailed",
308
- RollbackSuccessful: "RollbackSuccessful",
309
- UpdateCancelled: "UpdateCancelled",
310
- };
311
- exports.EventSeverity = {
312
- DEBUG: "DEBUG",
313
- ERROR: "ERROR",
314
- FATAL: "FATAL",
315
- INFO: "INFO",
316
- TRACE: "TRACE",
317
- WARN: "WARN",
318
- };
319
- exports.InstancesHealthAttribute = {
320
- All: "All",
321
- ApplicationMetrics: "ApplicationMetrics",
322
- AvailabilityZone: "AvailabilityZone",
323
- Causes: "Causes",
324
- Color: "Color",
325
- Deployment: "Deployment",
326
- HealthStatus: "HealthStatus",
327
- InstanceType: "InstanceType",
328
- LaunchedAt: "LaunchedAt",
329
- RefreshedAt: "RefreshedAt",
330
- System: "System",
331
- };
332
- class ResourceNotFoundException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
333
- constructor(opts) {
334
- super({
335
- name: "ResourceNotFoundException",
336
- $fault: "client",
337
- ...opts,
338
- });
339
- this.name = "ResourceNotFoundException";
340
- this.$fault = "client";
341
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
342
- }
343
- }
344
- exports.ResourceNotFoundException = ResourceNotFoundException;
345
- class ResourceTypeNotSupportedException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
346
- constructor(opts) {
347
- super({
348
- name: "ResourceTypeNotSupportedException",
349
- $fault: "client",
350
- ...opts,
351
- });
352
- this.name = "ResourceTypeNotSupportedException";
353
- this.$fault = "client";
354
- Object.setPrototypeOf(this, ResourceTypeNotSupportedException.prototype);
355
- }
356
- }
357
- exports.ResourceTypeNotSupportedException = ResourceTypeNotSupportedException;
358
- exports.EnvironmentInfoType = {
359
- bundle: "bundle",
360
- tail: "tail",
361
- };
362
- class TooManyTagsException extends ElasticBeanstalkServiceException_1.ElasticBeanstalkServiceException {
363
- constructor(opts) {
364
- super({
365
- name: "TooManyTagsException",
366
- $fault: "client",
367
- ...opts,
368
- });
369
- this.name = "TooManyTagsException";
370
- this.$fault = "client";
371
- Object.setPrototypeOf(this, TooManyTagsException.prototype);
372
- }
373
- }
374
- exports.TooManyTagsException = TooManyTagsException;
375
- exports.ValidationSeverity = {
376
- error: "error",
377
- warning: "warning",
378
- };
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeEnvironmentManagedActionHistory = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeEnvironmentManagedActionHistoryCommand_1 = require("../commands/DescribeEnvironmentManagedActionHistoryCommand");
6
- const ElasticBeanstalkClient_1 = require("../ElasticBeanstalkClient");
7
- exports.paginateDescribeEnvironmentManagedActionHistory = (0, core_1.createPaginator)(ElasticBeanstalkClient_1.ElasticBeanstalkClient, DescribeEnvironmentManagedActionHistoryCommand_1.DescribeEnvironmentManagedActionHistoryCommand, "NextToken", "NextToken", "MaxItems");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeEvents = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeEventsCommand_1 = require("../commands/DescribeEventsCommand");
6
- const ElasticBeanstalkClient_1 = require("../ElasticBeanstalkClient");
7
- exports.paginateDescribeEvents = (0, core_1.createPaginator)(ElasticBeanstalkClient_1.ElasticBeanstalkClient, DescribeEventsCommand_1.DescribeEventsCommand, "NextToken", "NextToken", "MaxRecords");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPlatformBranches = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPlatformBranchesCommand_1 = require("../commands/ListPlatformBranchesCommand");
6
- const ElasticBeanstalkClient_1 = require("../ElasticBeanstalkClient");
7
- exports.paginateListPlatformBranches = (0, core_1.createPaginator)(ElasticBeanstalkClient_1.ElasticBeanstalkClient, ListPlatformBranchesCommand_1.ListPlatformBranchesCommand, "NextToken", "NextToken", "MaxRecords");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPlatformVersions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPlatformVersionsCommand_1 = require("../commands/ListPlatformVersionsCommand");
6
- const ElasticBeanstalkClient_1 = require("../ElasticBeanstalkClient");
7
- exports.paginateListPlatformVersions = (0, core_1.createPaginator)(ElasticBeanstalkClient_1.ElasticBeanstalkClient, ListPlatformVersionsCommand_1.ListPlatformVersionsCommand, "NextToken", "NextToken", "MaxRecords");
1
+ module.exports = require("../index.js");
@@ -1,8 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./DescribeEnvironmentManagedActionHistoryPaginator"), exports);
5
- tslib_1.__exportStar(require("./DescribeEventsPaginator"), exports);
6
- tslib_1.__exportStar(require("./Interfaces"), exports);
7
- tslib_1.__exportStar(require("./ListPlatformBranchesPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListPlatformVersionsPaginator"), exports);
1
+ module.exports = require("../index.js");