@aws-sdk/client-elastic-beanstalk 3.986.0 → 3.988.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +66 -1924
- package/dist-cjs/models/ElasticBeanstalkSyntheticServiceException.js +12 -0
- package/dist-cjs/models/errors.js +251 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1460 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +122 -116
- package/dist-types/schemas/schemas_0.d.ts +27 -20
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -20
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,7 +15,10 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
18
19
|
var utilWaiter = require('@smithy/util-waiter');
|
|
20
|
+
var errors = require('./models/errors');
|
|
21
|
+
var ElasticBeanstalkSyntheticServiceException = require('./models/ElasticBeanstalkSyntheticServiceException');
|
|
19
22
|
|
|
20
23
|
const resolveClientEndpointParameters = (options) => {
|
|
21
24
|
return Object.assign(options, {
|
|
@@ -111,1670 +114,6 @@ class ElasticBeanstalkClient extends smithyClient.Client {
|
|
|
111
114
|
}
|
|
112
115
|
}
|
|
113
116
|
|
|
114
|
-
class ElasticBeanstalkSyntheticServiceException extends smithyClient.ServiceException {
|
|
115
|
-
constructor(options) {
|
|
116
|
-
super(options);
|
|
117
|
-
Object.setPrototypeOf(this, ElasticBeanstalkSyntheticServiceException.prototype);
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
class InsufficientPrivilegesException extends ElasticBeanstalkSyntheticServiceException {
|
|
122
|
-
name = "InsufficientPrivilegesException";
|
|
123
|
-
$fault = "client";
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "InsufficientPrivilegesException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, InsufficientPrivilegesException.prototype);
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
class ElasticBeanstalkServiceException extends ElasticBeanstalkSyntheticServiceException {
|
|
134
|
-
name = "ElasticBeanstalkServiceException";
|
|
135
|
-
$fault = "client";
|
|
136
|
-
constructor(opts) {
|
|
137
|
-
super({
|
|
138
|
-
name: "ElasticBeanstalkServiceException",
|
|
139
|
-
$fault: "client",
|
|
140
|
-
...opts,
|
|
141
|
-
});
|
|
142
|
-
Object.setPrototypeOf(this, ElasticBeanstalkServiceException.prototype);
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
class ManagedActionInvalidStateException extends ElasticBeanstalkSyntheticServiceException {
|
|
146
|
-
name = "ManagedActionInvalidStateException";
|
|
147
|
-
$fault = "client";
|
|
148
|
-
constructor(opts) {
|
|
149
|
-
super({
|
|
150
|
-
name: "ManagedActionInvalidStateException",
|
|
151
|
-
$fault: "client",
|
|
152
|
-
...opts,
|
|
153
|
-
});
|
|
154
|
-
Object.setPrototypeOf(this, ManagedActionInvalidStateException.prototype);
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
class TooManyEnvironmentsException extends ElasticBeanstalkSyntheticServiceException {
|
|
158
|
-
name = "TooManyEnvironmentsException";
|
|
159
|
-
$fault = "client";
|
|
160
|
-
constructor(opts) {
|
|
161
|
-
super({
|
|
162
|
-
name: "TooManyEnvironmentsException",
|
|
163
|
-
$fault: "client",
|
|
164
|
-
...opts,
|
|
165
|
-
});
|
|
166
|
-
Object.setPrototypeOf(this, TooManyEnvironmentsException.prototype);
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
class TooManyApplicationsException extends ElasticBeanstalkSyntheticServiceException {
|
|
170
|
-
name = "TooManyApplicationsException";
|
|
171
|
-
$fault = "client";
|
|
172
|
-
constructor(opts) {
|
|
173
|
-
super({
|
|
174
|
-
name: "TooManyApplicationsException",
|
|
175
|
-
$fault: "client",
|
|
176
|
-
...opts,
|
|
177
|
-
});
|
|
178
|
-
Object.setPrototypeOf(this, TooManyApplicationsException.prototype);
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
class CodeBuildNotInServiceRegionException extends ElasticBeanstalkSyntheticServiceException {
|
|
182
|
-
name = "CodeBuildNotInServiceRegionException";
|
|
183
|
-
$fault = "client";
|
|
184
|
-
constructor(opts) {
|
|
185
|
-
super({
|
|
186
|
-
name: "CodeBuildNotInServiceRegionException",
|
|
187
|
-
$fault: "client",
|
|
188
|
-
...opts,
|
|
189
|
-
});
|
|
190
|
-
Object.setPrototypeOf(this, CodeBuildNotInServiceRegionException.prototype);
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
class S3LocationNotInServiceRegionException extends ElasticBeanstalkSyntheticServiceException {
|
|
194
|
-
name = "S3LocationNotInServiceRegionException";
|
|
195
|
-
$fault = "client";
|
|
196
|
-
constructor(opts) {
|
|
197
|
-
super({
|
|
198
|
-
name: "S3LocationNotInServiceRegionException",
|
|
199
|
-
$fault: "client",
|
|
200
|
-
...opts,
|
|
201
|
-
});
|
|
202
|
-
Object.setPrototypeOf(this, S3LocationNotInServiceRegionException.prototype);
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
class TooManyApplicationVersionsException extends ElasticBeanstalkSyntheticServiceException {
|
|
206
|
-
name = "TooManyApplicationVersionsException";
|
|
207
|
-
$fault = "client";
|
|
208
|
-
constructor(opts) {
|
|
209
|
-
super({
|
|
210
|
-
name: "TooManyApplicationVersionsException",
|
|
211
|
-
$fault: "client",
|
|
212
|
-
...opts,
|
|
213
|
-
});
|
|
214
|
-
Object.setPrototypeOf(this, TooManyApplicationVersionsException.prototype);
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
class TooManyBucketsException extends ElasticBeanstalkSyntheticServiceException {
|
|
218
|
-
name = "TooManyBucketsException";
|
|
219
|
-
$fault = "client";
|
|
220
|
-
constructor(opts) {
|
|
221
|
-
super({
|
|
222
|
-
name: "TooManyBucketsException",
|
|
223
|
-
$fault: "client",
|
|
224
|
-
...opts,
|
|
225
|
-
});
|
|
226
|
-
Object.setPrototypeOf(this, TooManyBucketsException.prototype);
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
class TooManyConfigurationTemplatesException extends ElasticBeanstalkSyntheticServiceException {
|
|
230
|
-
name = "TooManyConfigurationTemplatesException";
|
|
231
|
-
$fault = "client";
|
|
232
|
-
constructor(opts) {
|
|
233
|
-
super({
|
|
234
|
-
name: "TooManyConfigurationTemplatesException",
|
|
235
|
-
$fault: "client",
|
|
236
|
-
...opts,
|
|
237
|
-
});
|
|
238
|
-
Object.setPrototypeOf(this, TooManyConfigurationTemplatesException.prototype);
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
class TooManyPlatformsException extends ElasticBeanstalkSyntheticServiceException {
|
|
242
|
-
name = "TooManyPlatformsException";
|
|
243
|
-
$fault = "client";
|
|
244
|
-
constructor(opts) {
|
|
245
|
-
super({
|
|
246
|
-
name: "TooManyPlatformsException",
|
|
247
|
-
$fault: "client",
|
|
248
|
-
...opts,
|
|
249
|
-
});
|
|
250
|
-
Object.setPrototypeOf(this, TooManyPlatformsException.prototype);
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
class S3SubscriptionRequiredException extends ElasticBeanstalkSyntheticServiceException {
|
|
254
|
-
name = "S3SubscriptionRequiredException";
|
|
255
|
-
$fault = "client";
|
|
256
|
-
constructor(opts) {
|
|
257
|
-
super({
|
|
258
|
-
name: "S3SubscriptionRequiredException",
|
|
259
|
-
$fault: "client",
|
|
260
|
-
...opts,
|
|
261
|
-
});
|
|
262
|
-
Object.setPrototypeOf(this, S3SubscriptionRequiredException.prototype);
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
class OperationInProgressException extends ElasticBeanstalkSyntheticServiceException {
|
|
266
|
-
name = "OperationInProgressException";
|
|
267
|
-
$fault = "client";
|
|
268
|
-
constructor(opts) {
|
|
269
|
-
super({
|
|
270
|
-
name: "OperationInProgressException",
|
|
271
|
-
$fault: "client",
|
|
272
|
-
...opts,
|
|
273
|
-
});
|
|
274
|
-
Object.setPrototypeOf(this, OperationInProgressException.prototype);
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
class SourceBundleDeletionException extends ElasticBeanstalkSyntheticServiceException {
|
|
278
|
-
name = "SourceBundleDeletionException";
|
|
279
|
-
$fault = "client";
|
|
280
|
-
constructor(opts) {
|
|
281
|
-
super({
|
|
282
|
-
name: "SourceBundleDeletionException",
|
|
283
|
-
$fault: "client",
|
|
284
|
-
...opts,
|
|
285
|
-
});
|
|
286
|
-
Object.setPrototypeOf(this, SourceBundleDeletionException.prototype);
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
class PlatformVersionStillReferencedException extends ElasticBeanstalkSyntheticServiceException {
|
|
290
|
-
name = "PlatformVersionStillReferencedException";
|
|
291
|
-
$fault = "client";
|
|
292
|
-
constructor(opts) {
|
|
293
|
-
super({
|
|
294
|
-
name: "PlatformVersionStillReferencedException",
|
|
295
|
-
$fault: "client",
|
|
296
|
-
...opts,
|
|
297
|
-
});
|
|
298
|
-
Object.setPrototypeOf(this, PlatformVersionStillReferencedException.prototype);
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
class InvalidRequestException extends ElasticBeanstalkSyntheticServiceException {
|
|
302
|
-
name = "InvalidRequestException";
|
|
303
|
-
$fault = "client";
|
|
304
|
-
constructor(opts) {
|
|
305
|
-
super({
|
|
306
|
-
name: "InvalidRequestException",
|
|
307
|
-
$fault: "client",
|
|
308
|
-
...opts,
|
|
309
|
-
});
|
|
310
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
class ResourceNotFoundException extends ElasticBeanstalkSyntheticServiceException {
|
|
314
|
-
name = "ResourceNotFoundException";
|
|
315
|
-
$fault = "client";
|
|
316
|
-
constructor(opts) {
|
|
317
|
-
super({
|
|
318
|
-
name: "ResourceNotFoundException",
|
|
319
|
-
$fault: "client",
|
|
320
|
-
...opts,
|
|
321
|
-
});
|
|
322
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
class ResourceTypeNotSupportedException extends ElasticBeanstalkSyntheticServiceException {
|
|
326
|
-
name = "ResourceTypeNotSupportedException";
|
|
327
|
-
$fault = "client";
|
|
328
|
-
constructor(opts) {
|
|
329
|
-
super({
|
|
330
|
-
name: "ResourceTypeNotSupportedException",
|
|
331
|
-
$fault: "client",
|
|
332
|
-
...opts,
|
|
333
|
-
});
|
|
334
|
-
Object.setPrototypeOf(this, ResourceTypeNotSupportedException.prototype);
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
class TooManyTagsException extends ElasticBeanstalkSyntheticServiceException {
|
|
338
|
-
name = "TooManyTagsException";
|
|
339
|
-
$fault = "client";
|
|
340
|
-
constructor(opts) {
|
|
341
|
-
super({
|
|
342
|
-
name: "TooManyTagsException",
|
|
343
|
-
$fault: "client",
|
|
344
|
-
...opts,
|
|
345
|
-
});
|
|
346
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
const _A = "Application";
|
|
351
|
-
const _AA = "ApplicationArn";
|
|
352
|
-
const _ACA = "AutoCreateApplication";
|
|
353
|
-
const _AD = "ApplicationDescription";
|
|
354
|
-
const _ADL = "ApplicationDescriptionList";
|
|
355
|
-
const _ADM = "ApplicationDescriptionMessage";
|
|
356
|
-
const _ADMp = "ApplicationDescriptionsMessage";
|
|
357
|
-
const _ADc = "ActionDescription";
|
|
358
|
-
const _AEMA = "ApplyEnvironmentManagedAction";
|
|
359
|
-
const _AEMAR = "ApplyEnvironmentManagedActionRequest";
|
|
360
|
-
const _AEMARp = "ApplyEnvironmentManagedActionResult";
|
|
361
|
-
const _AEOR = "AssociateEnvironmentOperationsRole";
|
|
362
|
-
const _AEORM = "AssociateEnvironmentOperationsRoleMessage";
|
|
363
|
-
const _AEU = "AbortEnvironmentUpdate";
|
|
364
|
-
const _AEUM = "AbortEnvironmentUpdateMessage";
|
|
365
|
-
const _AI = "ActionId";
|
|
366
|
-
const _AM = "ApplicationMetrics";
|
|
367
|
-
const _AN = "ApplicationName";
|
|
368
|
-
const _ANp = "ApplicationNames";
|
|
369
|
-
const _ANr = "ArtifactName";
|
|
370
|
-
const _ANt = "AttributeNames";
|
|
371
|
-
const _AOIP = "AbortableOperationInProgress";
|
|
372
|
-
const _AQ = "ApplicationQuota";
|
|
373
|
-
const _ARLC = "ApplicationResourceLifecycleConfig";
|
|
374
|
-
const _ARLDM = "ApplicationResourceLifecycleDescriptionMessage";
|
|
375
|
-
const _ARN = "ARN";
|
|
376
|
-
const _ASG = "AutoScalingGroup";
|
|
377
|
-
const _ASGL = "AutoScalingGroupList";
|
|
378
|
-
const _ASGu = "AutoScalingGroups";
|
|
379
|
-
const _ASSDL = "AvailableSolutionStackDetailsList";
|
|
380
|
-
const _AT = "ActionType";
|
|
381
|
-
const _AV = "ApplicationVersion";
|
|
382
|
-
const _AVA = "ApplicationVersionArn";
|
|
383
|
-
const _AVD = "ApplicationVersionDescription";
|
|
384
|
-
const _AVDL = "ApplicationVersionDescriptionList";
|
|
385
|
-
const _AVDM = "ApplicationVersionDescriptionMessage";
|
|
386
|
-
const _AVDMp = "ApplicationVersionDescriptionsMessage";
|
|
387
|
-
const _AVLC = "ApplicationVersionLifecycleConfig";
|
|
388
|
-
const _AVQ = "ApplicationVersionQuota";
|
|
389
|
-
const _AVp = "ApplicationVersions";
|
|
390
|
-
const _AZ = "AvailabilityZone";
|
|
391
|
-
const _Ap = "Applications";
|
|
392
|
-
const _At = "Attribute";
|
|
393
|
-
const _Av = "Available";
|
|
394
|
-
const _B = "Builder";
|
|
395
|
-
const _BA = "BuildArn";
|
|
396
|
-
const _BC = "BuildConfiguration";
|
|
397
|
-
const _BN = "BranchName";
|
|
398
|
-
const _BO = "BranchOrder";
|
|
399
|
-
const _C = "Color";
|
|
400
|
-
const _CA = "CustomAmi";
|
|
401
|
-
const _CAL = "CustomAmiList";
|
|
402
|
-
const _CAM = "CreateApplicationMessage";
|
|
403
|
-
const _CAV = "CreateApplicationVersion";
|
|
404
|
-
const _CAVM = "CreateApplicationVersionMessage";
|
|
405
|
-
const _CAr = "CreateApplication";
|
|
406
|
-
const _CBNISRE = "CodeBuildNotInServiceRegionException";
|
|
407
|
-
const _CBSR = "CodeBuildServiceRole";
|
|
408
|
-
const _CCT = "CreateConfigurationTemplate";
|
|
409
|
-
const _CCTM = "CreateConfigurationTemplateMessage";
|
|
410
|
-
const _CDNSA = "CheckDNSAvailability";
|
|
411
|
-
const _CDNSAM = "CheckDNSAvailabilityMessage";
|
|
412
|
-
const _CDNSARM = "CheckDNSAvailabilityResultMessage";
|
|
413
|
-
const _CE = "ComposeEnvironments";
|
|
414
|
-
const _CEM = "ComposeEnvironmentsMessage";
|
|
415
|
-
const _CEMr = "CreateEnvironmentMessage";
|
|
416
|
-
const _CEr = "CreateEnvironment";
|
|
417
|
-
const _CNAME = "CNAME";
|
|
418
|
-
const _CNAMEP = "CNAMEPrefix";
|
|
419
|
-
const _COD = "ConfigurationOptionDescription";
|
|
420
|
-
const _CODL = "ConfigurationOptionDescriptionsList";
|
|
421
|
-
const _CODo = "ConfigurationOptionsDescription";
|
|
422
|
-
const _COS = "ConfigurationOptionSetting";
|
|
423
|
-
const _COSL = "ConfigurationOptionSettingsList";
|
|
424
|
-
const _CPQ = "CustomPlatformQuota";
|
|
425
|
-
const _CPUU = "CPUUtilization";
|
|
426
|
-
const _CPV = "CreatePlatformVersion";
|
|
427
|
-
const _CPVR = "CreatePlatformVersionRequest";
|
|
428
|
-
const _CPVRr = "CreatePlatformVersionResult";
|
|
429
|
-
const _CS = "ChangeSeverity";
|
|
430
|
-
const _CSD = "ConfigurationSettingsDescription";
|
|
431
|
-
const _CSDL = "ConfigurationSettingsDescriptionList";
|
|
432
|
-
const _CSDo = "ConfigurationSettingsDescriptions";
|
|
433
|
-
const _CSL = "CreateStorageLocation";
|
|
434
|
-
const _CSLRM = "CreateStorageLocationResultMessage";
|
|
435
|
-
const _CSVM = "ConfigurationSettingsValidationMessages";
|
|
436
|
-
const _CSo = "ConfigurationSettings";
|
|
437
|
-
const _CT = "ConfigurationTemplates";
|
|
438
|
-
const _CTQ = "ConfigurationTemplateQuota";
|
|
439
|
-
const _CTo = "ComputeType";
|
|
440
|
-
const _Ca = "Causes";
|
|
441
|
-
const _D = "Description";
|
|
442
|
-
const _DA = "DeleteApplication";
|
|
443
|
-
const _DAA = "DescribeAccountAttributes";
|
|
444
|
-
const _DAAR = "DescribeAccountAttributesResult";
|
|
445
|
-
const _DAM = "DeleteApplicationMessage";
|
|
446
|
-
const _DAMe = "DescribeApplicationsMessage";
|
|
447
|
-
const _DAV = "DeleteApplicationVersion";
|
|
448
|
-
const _DAVM = "DeleteApplicationVersionMessage";
|
|
449
|
-
const _DAVMe = "DescribeApplicationVersionsMessage";
|
|
450
|
-
const _DAVe = "DescribeApplicationVersions";
|
|
451
|
-
const _DAe = "DescribeApplications";
|
|
452
|
-
const _DC = "DateCreated";
|
|
453
|
-
const _DCO = "DescribeConfigurationOptions";
|
|
454
|
-
const _DCOM = "DescribeConfigurationOptionsMessage";
|
|
455
|
-
const _DCS = "DescribeConfigurationSettings";
|
|
456
|
-
const _DCSM = "DescribeConfigurationSettingsMessage";
|
|
457
|
-
const _DCT = "DeleteConfigurationTemplate";
|
|
458
|
-
const _DCTM = "DeleteConfigurationTemplateMessage";
|
|
459
|
-
const _DE = "DescribeEnvironments";
|
|
460
|
-
const _DEC = "DeleteEnvironmentConfiguration";
|
|
461
|
-
const _DECM = "DeleteEnvironmentConfigurationMessage";
|
|
462
|
-
const _DEH = "DescribeEnvironmentHealth";
|
|
463
|
-
const _DEHR = "DescribeEnvironmentHealthRequest";
|
|
464
|
-
const _DEHRe = "DescribeEnvironmentHealthResult";
|
|
465
|
-
const _DEI = "DestinationEnvironmentId";
|
|
466
|
-
const _DEM = "DescribeEnvironmentsMessage";
|
|
467
|
-
const _DEMA = "DescribeEnvironmentManagedActions";
|
|
468
|
-
const _DEMAH = "DescribeEnvironmentManagedActionHistory";
|
|
469
|
-
const _DEMAHR = "DescribeEnvironmentManagedActionHistoryRequest";
|
|
470
|
-
const _DEMAHRe = "DescribeEnvironmentManagedActionHistoryResult";
|
|
471
|
-
const _DEMAR = "DescribeEnvironmentManagedActionsRequest";
|
|
472
|
-
const _DEMARe = "DescribeEnvironmentManagedActionsResult";
|
|
473
|
-
const _DEMe = "DescribeEventsMessage";
|
|
474
|
-
const _DEN = "DestinationEnvironmentName";
|
|
475
|
-
const _DEOR = "DisassociateEnvironmentOperationsRole";
|
|
476
|
-
const _DEORM = "DisassociateEnvironmentOperationsRoleMessage";
|
|
477
|
-
const _DER = "DescribeEnvironmentResources";
|
|
478
|
-
const _DERM = "DescribeEnvironmentResourcesMessage";
|
|
479
|
-
const _DEe = "DescribeEvents";
|
|
480
|
-
const _DI = "DeploymentId";
|
|
481
|
-
const _DIH = "DescribeInstancesHealth";
|
|
482
|
-
const _DIHR = "DescribeInstancesHealthRequest";
|
|
483
|
-
const _DIHRe = "DescribeInstancesHealthResult";
|
|
484
|
-
const _DPV = "DeletePlatformVersion";
|
|
485
|
-
const _DPVR = "DeletePlatformVersionRequest";
|
|
486
|
-
const _DPVRe = "DeletePlatformVersionResult";
|
|
487
|
-
const _DPVRes = "DescribePlatformVersionRequest";
|
|
488
|
-
const _DPVResc = "DescribePlatformVersionResult";
|
|
489
|
-
const _DPVe = "DescribePlatformVersion";
|
|
490
|
-
const _DS = "DeploymentStatus";
|
|
491
|
-
const _DSB = "DeleteSourceBundle";
|
|
492
|
-
const _DSFS = "DeleteSourceFromS3";
|
|
493
|
-
const _DT = "DeploymentTime";
|
|
494
|
-
const _DU = "DateUpdated";
|
|
495
|
-
const _DV = "DefaultValue";
|
|
496
|
-
const _De = "Deployment";
|
|
497
|
-
const _Deg = "Degraded";
|
|
498
|
-
const _Do = "Domain";
|
|
499
|
-
const _Du = "Duration";
|
|
500
|
-
const _E = "Environments";
|
|
501
|
-
const _EA = "EnvironmentArn";
|
|
502
|
-
const _EBSE = "ElasticBeanstalkServiceException";
|
|
503
|
-
const _ED = "EnvironmentDescription";
|
|
504
|
-
const _EDL = "EnvironmentDescriptionsList";
|
|
505
|
-
const _EDLv = "EventDescriptionList";
|
|
506
|
-
const _EDM = "EnvironmentDescriptionsMessage";
|
|
507
|
-
const _EDMv = "EventDescriptionsMessage";
|
|
508
|
-
const _EDv = "EventDescription";
|
|
509
|
-
const _EDve = "EventDate";
|
|
510
|
-
const _EI = "EnvironmentId";
|
|
511
|
-
const _EID = "EnvironmentInfoDescription";
|
|
512
|
-
const _EIDL = "EnvironmentInfoDescriptionList";
|
|
513
|
-
const _EII = "Ec2InstanceId";
|
|
514
|
-
const _EIn = "EnvironmentIds";
|
|
515
|
-
const _EInv = "EnvironmentInfo";
|
|
516
|
-
const _EL = "EnvironmentLinks";
|
|
517
|
-
const _ELn = "EnvironmentLink";
|
|
518
|
-
const _EN = "EnvironmentName";
|
|
519
|
-
const _ENn = "EnvironmentNames";
|
|
520
|
-
const _EQ = "EnvironmentQuota";
|
|
521
|
-
const _ER = "EnvironmentResources";
|
|
522
|
-
const _ERD = "EnvironmentResourceDescription";
|
|
523
|
-
const _ERDM = "EnvironmentResourceDescriptionsMessage";
|
|
524
|
-
const _ERDn = "EnvironmentResourcesDescription";
|
|
525
|
-
const _ET = "EndTime";
|
|
526
|
-
const _ETn = "EnvironmentTier";
|
|
527
|
-
const _ETx = "ExecutedTime";
|
|
528
|
-
const _EURL = "EndpointURL";
|
|
529
|
-
const _En = "Enabled";
|
|
530
|
-
const _Ev = "Events";
|
|
531
|
-
const _F = "Filters";
|
|
532
|
-
const _FD = "FailureDescription";
|
|
533
|
-
const _FQCNAME = "FullyQualifiedCNAME";
|
|
534
|
-
const _FT = "FailureType";
|
|
535
|
-
const _FTi = "FinishedTime";
|
|
536
|
-
const _FTo = "ForceTerminate";
|
|
537
|
-
const _Fr = "Frameworks";
|
|
538
|
-
const _GN = "GroupName";
|
|
539
|
-
const _H = "Health";
|
|
540
|
-
const _HS = "HealthStatus";
|
|
541
|
-
const _I = "Image";
|
|
542
|
-
const _ID = "IncludeDeleted";
|
|
543
|
-
const _IDBT = "IncludedDeletedBackTo";
|
|
544
|
-
const _IH = "InstancesHealth";
|
|
545
|
-
const _IHL = "InstanceHealthList";
|
|
546
|
-
const _IHS = "InstanceHealthSummary";
|
|
547
|
-
const _II = "ImageId";
|
|
548
|
-
const _IIn = "InstanceId";
|
|
549
|
-
const _IL = "InstanceList";
|
|
550
|
-
const _IOW = "IOWait";
|
|
551
|
-
const _IPE = "InsufficientPrivilegesException";
|
|
552
|
-
const _IRE = "InvalidRequestException";
|
|
553
|
-
const _IRQ = "IRQ";
|
|
554
|
-
const _IT = "InfoType";
|
|
555
|
-
const _ITn = "InstanceType";
|
|
556
|
-
const _Id = "Idle";
|
|
557
|
-
const _Id_ = "Id";
|
|
558
|
-
const _In = "Instances";
|
|
559
|
-
const _Inf = "Info";
|
|
560
|
-
const _Ins = "Instance";
|
|
561
|
-
const _K = "Key";
|
|
562
|
-
const _L = "Latency";
|
|
563
|
-
const _LA = "LaunchedAt";
|
|
564
|
-
const _LASS = "ListAvailableSolutionStacks";
|
|
565
|
-
const _LASSRM = "ListAvailableSolutionStacksResultMessage";
|
|
566
|
-
const _LAo = "LoadAverage";
|
|
567
|
-
const _LB = "LoadBalancers";
|
|
568
|
-
const _LBD = "LoadBalancerDescription";
|
|
569
|
-
const _LBL = "LoadBalancerList";
|
|
570
|
-
const _LBLD = "LoadBalancerListenersDescription";
|
|
571
|
-
const _LBN = "LoadBalancerName";
|
|
572
|
-
const _LBo = "LoadBalancer";
|
|
573
|
-
const _LC = "LaunchConfigurations";
|
|
574
|
-
const _LCL = "LaunchConfigurationList";
|
|
575
|
-
const _LCa = "LaunchConfiguration";
|
|
576
|
-
const _LN = "LinkName";
|
|
577
|
-
const _LPB = "ListPlatformBranches";
|
|
578
|
-
const _LPBR = "ListPlatformBranchesRequest";
|
|
579
|
-
const _LPBRi = "ListPlatformBranchesResult";
|
|
580
|
-
const _LPV = "ListPlatformVersions";
|
|
581
|
-
const _LPVR = "ListPlatformVersionsRequest";
|
|
582
|
-
const _LPVRi = "ListPlatformVersionsResult";
|
|
583
|
-
const _LS = "LifecycleState";
|
|
584
|
-
const _LT = "LaunchTemplates";
|
|
585
|
-
const _LTFR = "ListTagsForResource";
|
|
586
|
-
const _LTFRM = "ListTagsForResourceMessage";
|
|
587
|
-
const _LTL = "LaunchTemplateList";
|
|
588
|
-
const _LTa = "LaunchTemplate";
|
|
589
|
-
const _La = "Label";
|
|
590
|
-
const _Li = "Listener";
|
|
591
|
-
const _Lis = "Listeners";
|
|
592
|
-
const _M = "Messages";
|
|
593
|
-
const _MA = "ManagedActions";
|
|
594
|
-
const _MAHI = "ManagedActionHistoryItems";
|
|
595
|
-
const _MAHIa = "ManagedActionHistoryItem";
|
|
596
|
-
const _MAID = "MaxAgeInDays";
|
|
597
|
-
const _MAISE = "ManagedActionInvalidStateException";
|
|
598
|
-
const _MAR = "MaxAgeRule";
|
|
599
|
-
const _MAa = "ManagedAction";
|
|
600
|
-
const _MC = "MaxCount";
|
|
601
|
-
const _MCR = "MaxCountRule";
|
|
602
|
-
const _MI = "MaxItems";
|
|
603
|
-
const _ML = "MaxLength";
|
|
604
|
-
const _MR = "MaxRecords";
|
|
605
|
-
const _MV = "MinValue";
|
|
606
|
-
const _MVa = "MaxValue";
|
|
607
|
-
const _Ma = "Maintainer";
|
|
608
|
-
const _Max = "Maximum";
|
|
609
|
-
const _Me = "Message";
|
|
610
|
-
const _N = "Name";
|
|
611
|
-
const _ND = "NoData";
|
|
612
|
-
const _NT = "NextToken";
|
|
613
|
-
const _Na = "Namespace";
|
|
614
|
-
const _Ni = "Nice";
|
|
615
|
-
const _O = "Options";
|
|
616
|
-
const _OIPE = "OperationInProgressException";
|
|
617
|
-
const _ON = "OptionName";
|
|
618
|
-
const _OR = "OperationsRole";
|
|
619
|
-
const _ORR = "OptionRestrictionRegex";
|
|
620
|
-
const _OS = "OptionSettings";
|
|
621
|
-
const _OSL = "OptionsSpecifierList";
|
|
622
|
-
const _OSN = "OperatingSystemName";
|
|
623
|
-
const _OSV = "OperatingSystemVersion";
|
|
624
|
-
const _OSp = "OptionSpecification";
|
|
625
|
-
const _OTR = "OptionsToRemove";
|
|
626
|
-
const _Ok = "Ok";
|
|
627
|
-
const _Op = "Operator";
|
|
628
|
-
const _P = "Privileged";
|
|
629
|
-
const _PA = "PlatformArn";
|
|
630
|
-
const _PBLS = "PlatformBranchLifecycleState";
|
|
631
|
-
const _PBN = "PlatformBranchName";
|
|
632
|
-
const _PBS = "PlatformBranchSummary";
|
|
633
|
-
const _PBSL = "PlatformBranchSummaryList";
|
|
634
|
-
const _PC = "PlatformCategory";
|
|
635
|
-
const _PD = "PlatformDescription";
|
|
636
|
-
const _PDB = "PlatformDefinitionBundle";
|
|
637
|
-
const _PF = "PlatformFilter";
|
|
638
|
-
const _PFT = "PermittedFileTypes";
|
|
639
|
-
const _PFl = "PlatformFramework";
|
|
640
|
-
const _PFla = "PlatformFilters";
|
|
641
|
-
const _PFlat = "PlatformFrameworks";
|
|
642
|
-
const _PL = "ProgrammingLanguages";
|
|
643
|
-
const _PLS = "PlatformLifecycleState";
|
|
644
|
-
const _PN = "PlatformName";
|
|
645
|
-
const _PO = "PlatformOwner";
|
|
646
|
-
const _PPL = "PlatformProgrammingLanguage";
|
|
647
|
-
const _PPLl = "PlatformProgrammingLanguages";
|
|
648
|
-
const _PS = "PlatformSummary";
|
|
649
|
-
const _PSL = "PlatformSummaryList";
|
|
650
|
-
const _PSl = "PlatformStatus";
|
|
651
|
-
const _PV = "PlatformVersion";
|
|
652
|
-
const _PVSRE = "PlatformVersionStillReferencedException";
|
|
653
|
-
const _P_ = "P999";
|
|
654
|
-
const _P__ = "P99";
|
|
655
|
-
const _P___ = "P95";
|
|
656
|
-
const _P____ = "P90";
|
|
657
|
-
const _P_____ = "P85";
|
|
658
|
-
const _P______ = "P75";
|
|
659
|
-
const _P_______ = "P50";
|
|
660
|
-
const _P________ = "P10";
|
|
661
|
-
const _Pa = "Pattern";
|
|
662
|
-
const _Pe = "Pending";
|
|
663
|
-
const _Po = "Port";
|
|
664
|
-
const _Pr = "Process";
|
|
665
|
-
const _Pro = "Protocol";
|
|
666
|
-
const _Q = "Queues";
|
|
667
|
-
const _QL = "QueueList";
|
|
668
|
-
const _Qu = "Queue";
|
|
669
|
-
const _R = "Regex";
|
|
670
|
-
const _RA = "RefreshedAt";
|
|
671
|
-
const _RAS = "RestartAppServer";
|
|
672
|
-
const _RASM = "RestartAppServerMessage";
|
|
673
|
-
const _RAe = "ResourceArn";
|
|
674
|
-
const _RC = "RequestCount";
|
|
675
|
-
const _RE = "RebuildEnvironment";
|
|
676
|
-
const _REI = "RequestEnvironmentInfo";
|
|
677
|
-
const _REIM = "RequestEnvironmentInfoMessage";
|
|
678
|
-
const _REIMe = "RetrieveEnvironmentInfoMessage";
|
|
679
|
-
const _REIRM = "RetrieveEnvironmentInfoResultMessage";
|
|
680
|
-
const _REIe = "RetrieveEnvironmentInfo";
|
|
681
|
-
const _REM = "RebuildEnvironmentMessage";
|
|
682
|
-
const _RI = "RequestId";
|
|
683
|
-
const _RLC = "ResourceLifecycleConfig";
|
|
684
|
-
const _RN = "ResourceName";
|
|
685
|
-
const _RNFE = "ResourceNotFoundException";
|
|
686
|
-
const _RQ = "ResourceQuotas";
|
|
687
|
-
const _RQe = "ResourceQuota";
|
|
688
|
-
const _RT = "ResourceTags";
|
|
689
|
-
const _RTDM = "ResourceTagsDescriptionMessage";
|
|
690
|
-
const _RTNSE = "ResourceTypeNotSupportedException";
|
|
691
|
-
const _Re = "Resources";
|
|
692
|
-
const _S = "Status";
|
|
693
|
-
const _SAL = "SupportedAddonList";
|
|
694
|
-
const _SB = "SourceBundle";
|
|
695
|
-
const _SBDE = "SourceBundleDeletionException";
|
|
696
|
-
const _SBI = "SourceBuildInformation";
|
|
697
|
-
const _SBu = "S3Bucket";
|
|
698
|
-
const _SC = "StatusCodes";
|
|
699
|
-
const _SCo = "SourceConfiguration";
|
|
700
|
-
const _SECNAME = "SwapEnvironmentCNAMEs";
|
|
701
|
-
const _SECNAMEM = "SwapEnvironmentCNAMEsMessage";
|
|
702
|
-
const _SEI = "SourceEnvironmentId";
|
|
703
|
-
const _SEN = "SourceEnvironmentName";
|
|
704
|
-
const _SF = "SearchFilter";
|
|
705
|
-
const _SFe = "SearchFilters";
|
|
706
|
-
const _SIH = "SingleInstanceHealth";
|
|
707
|
-
const _SIRQ = "SoftIRQ";
|
|
708
|
-
const _SK = "S3Key";
|
|
709
|
-
const _SL = "S3Location";
|
|
710
|
-
const _SLNISRE = "S3LocationNotInServiceRegionException";
|
|
711
|
-
const _SLo = "SourceLocation";
|
|
712
|
-
const _SR = "ServiceRole";
|
|
713
|
-
const _SRo = "SourceRepository";
|
|
714
|
-
const _SS = "SolutionStacks";
|
|
715
|
-
const _SSD = "SolutionStackDetails";
|
|
716
|
-
const _SSDo = "SolutionStackDescription";
|
|
717
|
-
const _SSN = "SolutionStackName";
|
|
718
|
-
const _SSRE = "S3SubscriptionRequiredException";
|
|
719
|
-
const _SSy = "SystemStatus";
|
|
720
|
-
const _ST = "StartTime";
|
|
721
|
-
const _STL = "SupportedTierList";
|
|
722
|
-
const _STa = "SampleTimestamp";
|
|
723
|
-
const _STo = "SourceType";
|
|
724
|
-
const _Se = "Severity";
|
|
725
|
-
const _Sev = "Severe";
|
|
726
|
-
const _St = "Status2xx";
|
|
727
|
-
const _Sta = "Status3xx";
|
|
728
|
-
const _Stat = "Status4xx";
|
|
729
|
-
const _Statu = "Status5xx";
|
|
730
|
-
const _Sy = "System";
|
|
731
|
-
const _T = "Tags";
|
|
732
|
-
const _TE = "TerminateEnvironment";
|
|
733
|
-
const _TEBF = "TerminateEnvByForce";
|
|
734
|
-
const _TEM = "TerminateEnvironmentMessage";
|
|
735
|
-
const _TIM = "TimeoutInMinutes";
|
|
736
|
-
const _TL = "TagList";
|
|
737
|
-
const _TLr = "TriggerList";
|
|
738
|
-
const _TMAE = "TooManyApplicationsException";
|
|
739
|
-
const _TMAVE = "TooManyApplicationVersionsException";
|
|
740
|
-
const _TMBE = "TooManyBucketsException";
|
|
741
|
-
const _TMCTE = "TooManyConfigurationTemplatesException";
|
|
742
|
-
const _TMEE = "TooManyEnvironmentsException";
|
|
743
|
-
const _TMPE = "TooManyPlatformsException";
|
|
744
|
-
const _TMTE = "TooManyTagsException";
|
|
745
|
-
const _TN = "TemplateName";
|
|
746
|
-
const _TR = "TerminateResources";
|
|
747
|
-
const _TTA = "TagsToAdd";
|
|
748
|
-
const _TTR = "TagsToRemove";
|
|
749
|
-
const _Ta = "Tag";
|
|
750
|
-
const _Ti = "Tier";
|
|
751
|
-
const _Tr = "Triggers";
|
|
752
|
-
const _Tri = "Trigger";
|
|
753
|
-
const _Ty = "Type";
|
|
754
|
-
const _U = "User";
|
|
755
|
-
const _UA = "UpdateApplication";
|
|
756
|
-
const _UAM = "UpdateApplicationMessage";
|
|
757
|
-
const _UARL = "UpdateApplicationResourceLifecycle";
|
|
758
|
-
const _UARLM = "UpdateApplicationResourceLifecycleMessage";
|
|
759
|
-
const _UAV = "UpdateApplicationVersion";
|
|
760
|
-
const _UAVM = "UpdateApplicationVersionMessage";
|
|
761
|
-
const _UCT = "UpdateConfigurationTemplate";
|
|
762
|
-
const _UCTM = "UpdateConfigurationTemplateMessage";
|
|
763
|
-
const _UD = "UserDefined";
|
|
764
|
-
const _UE = "UpdateEnvironment";
|
|
765
|
-
const _UEM = "UpdateEnvironmentMessage";
|
|
766
|
-
const _URL = "URL";
|
|
767
|
-
const _UTFR = "UpdateTagsForResource";
|
|
768
|
-
const _UTFRM = "UpdateTagsForResourceMessage";
|
|
769
|
-
const _Un = "Unknown";
|
|
770
|
-
const _V = "Versions";
|
|
771
|
-
const _VCS = "ValidateConfigurationSettings";
|
|
772
|
-
const _VCSM = "ValidateConfigurationSettingsMessage";
|
|
773
|
-
const _VL = "VersionLabel";
|
|
774
|
-
const _VLC = "VersionLifecycleConfig";
|
|
775
|
-
const _VLe = "VersionLabels";
|
|
776
|
-
const _VM = "ValidationMessage";
|
|
777
|
-
const _VML = "ValidationMessagesList";
|
|
778
|
-
const _VO = "ValueOptions";
|
|
779
|
-
const _VT = "ValueType";
|
|
780
|
-
const _VTi = "VirtualizationType";
|
|
781
|
-
const _Va = "Value";
|
|
782
|
-
const _Val = "Values";
|
|
783
|
-
const _Ve = "Version";
|
|
784
|
-
const _W = "Warning";
|
|
785
|
-
const _WST = "WindowStartTime";
|
|
786
|
-
const _aQE = "awsQueryError";
|
|
787
|
-
const _c = "client";
|
|
788
|
-
const _e = "error";
|
|
789
|
-
const _hE = "httpError";
|
|
790
|
-
const _m = "message";
|
|
791
|
-
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.elasticbeanstalk";
|
|
792
|
-
const n0 = "com.amazonaws.elasticbeanstalk";
|
|
793
|
-
var AbortEnvironmentUpdateMessage$ = [3, n0, _AEUM,
|
|
794
|
-
0,
|
|
795
|
-
[_EI, _EN],
|
|
796
|
-
[0, 0]
|
|
797
|
-
];
|
|
798
|
-
var ApplicationDescription$ = [3, n0, _AD,
|
|
799
|
-
0,
|
|
800
|
-
[_AA, _AN, _D, _DC, _DU, _V, _CT, _RLC],
|
|
801
|
-
[0, 0, 0, 4, 4, 64 | 0, 64 | 0, () => ApplicationResourceLifecycleConfig$]
|
|
802
|
-
];
|
|
803
|
-
var ApplicationDescriptionMessage$ = [3, n0, _ADM,
|
|
804
|
-
0,
|
|
805
|
-
[_A],
|
|
806
|
-
[() => ApplicationDescription$]
|
|
807
|
-
];
|
|
808
|
-
var ApplicationDescriptionsMessage$ = [3, n0, _ADMp,
|
|
809
|
-
0,
|
|
810
|
-
[_Ap],
|
|
811
|
-
[() => ApplicationDescriptionList]
|
|
812
|
-
];
|
|
813
|
-
var ApplicationMetrics$ = [3, n0, _AM,
|
|
814
|
-
0,
|
|
815
|
-
[_Du, _RC, _SC, _L],
|
|
816
|
-
[1, 1, () => StatusCodes$, () => Latency$]
|
|
817
|
-
];
|
|
818
|
-
var ApplicationResourceLifecycleConfig$ = [3, n0, _ARLC,
|
|
819
|
-
0,
|
|
820
|
-
[_SR, _VLC],
|
|
821
|
-
[0, () => ApplicationVersionLifecycleConfig$]
|
|
822
|
-
];
|
|
823
|
-
var ApplicationResourceLifecycleDescriptionMessage$ = [3, n0, _ARLDM,
|
|
824
|
-
0,
|
|
825
|
-
[_AN, _RLC],
|
|
826
|
-
[0, () => ApplicationResourceLifecycleConfig$]
|
|
827
|
-
];
|
|
828
|
-
var ApplicationVersionDescription$ = [3, n0, _AVD,
|
|
829
|
-
0,
|
|
830
|
-
[_AVA, _AN, _D, _VL, _SBI, _BA, _SB, _DC, _DU, _S],
|
|
831
|
-
[0, 0, 0, 0, () => SourceBuildInformation$, 0, () => S3Location$, 4, 4, 0]
|
|
832
|
-
];
|
|
833
|
-
var ApplicationVersionDescriptionMessage$ = [3, n0, _AVDM,
|
|
834
|
-
0,
|
|
835
|
-
[_AV],
|
|
836
|
-
[() => ApplicationVersionDescription$]
|
|
837
|
-
];
|
|
838
|
-
var ApplicationVersionDescriptionsMessage$ = [3, n0, _AVDMp,
|
|
839
|
-
0,
|
|
840
|
-
[_AVp, _NT],
|
|
841
|
-
[() => ApplicationVersionDescriptionList, 0]
|
|
842
|
-
];
|
|
843
|
-
var ApplicationVersionLifecycleConfig$ = [3, n0, _AVLC,
|
|
844
|
-
0,
|
|
845
|
-
[_MCR, _MAR],
|
|
846
|
-
[() => MaxCountRule$, () => MaxAgeRule$]
|
|
847
|
-
];
|
|
848
|
-
var ApplyEnvironmentManagedActionRequest$ = [3, n0, _AEMAR,
|
|
849
|
-
0,
|
|
850
|
-
[_AI, _EN, _EI],
|
|
851
|
-
[0, 0, 0], 1
|
|
852
|
-
];
|
|
853
|
-
var ApplyEnvironmentManagedActionResult$ = [3, n0, _AEMARp,
|
|
854
|
-
0,
|
|
855
|
-
[_AI, _ADc, _AT, _S],
|
|
856
|
-
[0, 0, 0, 0]
|
|
857
|
-
];
|
|
858
|
-
var AssociateEnvironmentOperationsRoleMessage$ = [3, n0, _AEORM,
|
|
859
|
-
0,
|
|
860
|
-
[_EN, _OR],
|
|
861
|
-
[0, 0], 2
|
|
862
|
-
];
|
|
863
|
-
var AutoScalingGroup$ = [3, n0, _ASG,
|
|
864
|
-
0,
|
|
865
|
-
[_N],
|
|
866
|
-
[0]
|
|
867
|
-
];
|
|
868
|
-
var BuildConfiguration$ = [3, n0, _BC,
|
|
869
|
-
0,
|
|
870
|
-
[_CBSR, _I, _ANr, _CTo, _TIM],
|
|
871
|
-
[0, 0, 0, 0, 1], 2
|
|
872
|
-
];
|
|
873
|
-
var Builder$ = [3, n0, _B,
|
|
874
|
-
0,
|
|
875
|
-
[_ARN],
|
|
876
|
-
[0]
|
|
877
|
-
];
|
|
878
|
-
var CheckDNSAvailabilityMessage$ = [3, n0, _CDNSAM,
|
|
879
|
-
0,
|
|
880
|
-
[_CNAMEP],
|
|
881
|
-
[0], 1
|
|
882
|
-
];
|
|
883
|
-
var CheckDNSAvailabilityResultMessage$ = [3, n0, _CDNSARM,
|
|
884
|
-
0,
|
|
885
|
-
[_Av, _FQCNAME],
|
|
886
|
-
[2, 0]
|
|
887
|
-
];
|
|
888
|
-
var CodeBuildNotInServiceRegionException$ = [-3, n0, _CBNISRE,
|
|
889
|
-
{ [_aQE]: [`CodeBuildNotInServiceRegionException`, 400], [_e]: _c, [_hE]: 400 },
|
|
890
|
-
[_m],
|
|
891
|
-
[0]
|
|
892
|
-
];
|
|
893
|
-
schema.TypeRegistry.for(n0).registerError(CodeBuildNotInServiceRegionException$, CodeBuildNotInServiceRegionException);
|
|
894
|
-
var ComposeEnvironmentsMessage$ = [3, n0, _CEM,
|
|
895
|
-
0,
|
|
896
|
-
[_AN, _GN, _VLe],
|
|
897
|
-
[0, 0, 64 | 0]
|
|
898
|
-
];
|
|
899
|
-
var ConfigurationOptionDescription$ = [3, n0, _COD,
|
|
900
|
-
0,
|
|
901
|
-
[_Na, _N, _DV, _CS, _UD, _VT, _VO, _MV, _MVa, _ML, _R],
|
|
902
|
-
[0, 0, 0, 0, 2, 0, 64 | 0, 1, 1, 1, () => OptionRestrictionRegex$]
|
|
903
|
-
];
|
|
904
|
-
var ConfigurationOptionsDescription$ = [3, n0, _CODo,
|
|
905
|
-
0,
|
|
906
|
-
[_SSN, _PA, _O],
|
|
907
|
-
[0, 0, () => ConfigurationOptionDescriptionsList]
|
|
908
|
-
];
|
|
909
|
-
var ConfigurationOptionSetting$ = [3, n0, _COS,
|
|
910
|
-
0,
|
|
911
|
-
[_RN, _Na, _ON, _Va],
|
|
912
|
-
[0, 0, 0, 0]
|
|
913
|
-
];
|
|
914
|
-
var ConfigurationSettingsDescription$ = [3, n0, _CSD,
|
|
915
|
-
0,
|
|
916
|
-
[_SSN, _PA, _AN, _TN, _D, _EN, _DS, _DC, _DU, _OS],
|
|
917
|
-
[0, 0, 0, 0, 0, 0, 0, 4, 4, () => ConfigurationOptionSettingsList]
|
|
918
|
-
];
|
|
919
|
-
var ConfigurationSettingsDescriptions$ = [3, n0, _CSDo,
|
|
920
|
-
0,
|
|
921
|
-
[_CSo],
|
|
922
|
-
[() => ConfigurationSettingsDescriptionList]
|
|
923
|
-
];
|
|
924
|
-
var ConfigurationSettingsValidationMessages$ = [3, n0, _CSVM,
|
|
925
|
-
0,
|
|
926
|
-
[_M],
|
|
927
|
-
[() => ValidationMessagesList]
|
|
928
|
-
];
|
|
929
|
-
var CPUUtilization$ = [3, n0, _CPUU,
|
|
930
|
-
0,
|
|
931
|
-
[_U, _Ni, _Sy, _Id, _IOW, _IRQ, _SIRQ, _P],
|
|
932
|
-
[1, 1, 1, 1, 1, 1, 1, 1]
|
|
933
|
-
];
|
|
934
|
-
var CreateApplicationMessage$ = [3, n0, _CAM,
|
|
935
|
-
0,
|
|
936
|
-
[_AN, _D, _RLC, _T],
|
|
937
|
-
[0, 0, () => ApplicationResourceLifecycleConfig$, () => Tags], 1
|
|
938
|
-
];
|
|
939
|
-
var CreateApplicationVersionMessage$ = [3, n0, _CAVM,
|
|
940
|
-
0,
|
|
941
|
-
[_AN, _VL, _D, _SBI, _SB, _BC, _ACA, _Pr, _T],
|
|
942
|
-
[0, 0, 0, () => SourceBuildInformation$, () => S3Location$, () => BuildConfiguration$, 2, 2, () => Tags], 2
|
|
943
|
-
];
|
|
944
|
-
var CreateConfigurationTemplateMessage$ = [3, n0, _CCTM,
|
|
945
|
-
0,
|
|
946
|
-
[_AN, _TN, _SSN, _PA, _SCo, _EI, _D, _OS, _T],
|
|
947
|
-
[0, 0, 0, 0, () => SourceConfiguration$, 0, 0, () => ConfigurationOptionSettingsList, () => Tags], 2
|
|
948
|
-
];
|
|
949
|
-
var CreateEnvironmentMessage$ = [3, n0, _CEMr,
|
|
950
|
-
0,
|
|
951
|
-
[_AN, _EN, _GN, _D, _CNAMEP, _Ti, _T, _VL, _TN, _SSN, _PA, _OS, _OTR, _OR],
|
|
952
|
-
[0, 0, 0, 0, 0, () => EnvironmentTier$, () => Tags, 0, 0, 0, 0, () => ConfigurationOptionSettingsList, () => OptionsSpecifierList, 0], 1
|
|
953
|
-
];
|
|
954
|
-
var CreatePlatformVersionRequest$ = [3, n0, _CPVR,
|
|
955
|
-
0,
|
|
956
|
-
[_PN, _PV, _PDB, _EN, _OS, _T],
|
|
957
|
-
[0, 0, () => S3Location$, 0, () => ConfigurationOptionSettingsList, () => Tags], 3
|
|
958
|
-
];
|
|
959
|
-
var CreatePlatformVersionResult$ = [3, n0, _CPVRr,
|
|
960
|
-
0,
|
|
961
|
-
[_PS, _B],
|
|
962
|
-
[() => PlatformSummary$, () => Builder$]
|
|
963
|
-
];
|
|
964
|
-
var CreateStorageLocationResultMessage$ = [3, n0, _CSLRM,
|
|
965
|
-
0,
|
|
966
|
-
[_SBu],
|
|
967
|
-
[0]
|
|
968
|
-
];
|
|
969
|
-
var CustomAmi$ = [3, n0, _CA,
|
|
970
|
-
0,
|
|
971
|
-
[_VTi, _II],
|
|
972
|
-
[0, 0]
|
|
973
|
-
];
|
|
974
|
-
var DeleteApplicationMessage$ = [3, n0, _DAM,
|
|
975
|
-
0,
|
|
976
|
-
[_AN, _TEBF],
|
|
977
|
-
[0, 2], 1
|
|
978
|
-
];
|
|
979
|
-
var DeleteApplicationVersionMessage$ = [3, n0, _DAVM,
|
|
980
|
-
0,
|
|
981
|
-
[_AN, _VL, _DSB],
|
|
982
|
-
[0, 0, 2], 2
|
|
983
|
-
];
|
|
984
|
-
var DeleteConfigurationTemplateMessage$ = [3, n0, _DCTM,
|
|
985
|
-
0,
|
|
986
|
-
[_AN, _TN],
|
|
987
|
-
[0, 0], 2
|
|
988
|
-
];
|
|
989
|
-
var DeleteEnvironmentConfigurationMessage$ = [3, n0, _DECM,
|
|
990
|
-
0,
|
|
991
|
-
[_AN, _EN],
|
|
992
|
-
[0, 0], 2
|
|
993
|
-
];
|
|
994
|
-
var DeletePlatformVersionRequest$ = [3, n0, _DPVR,
|
|
995
|
-
0,
|
|
996
|
-
[_PA],
|
|
997
|
-
[0]
|
|
998
|
-
];
|
|
999
|
-
var DeletePlatformVersionResult$ = [3, n0, _DPVRe,
|
|
1000
|
-
0,
|
|
1001
|
-
[_PS],
|
|
1002
|
-
[() => PlatformSummary$]
|
|
1003
|
-
];
|
|
1004
|
-
var Deployment$ = [3, n0, _De,
|
|
1005
|
-
0,
|
|
1006
|
-
[_VL, _DI, _S, _DT],
|
|
1007
|
-
[0, 1, 0, 4]
|
|
1008
|
-
];
|
|
1009
|
-
var DescribeAccountAttributesResult$ = [3, n0, _DAAR,
|
|
1010
|
-
0,
|
|
1011
|
-
[_RQ],
|
|
1012
|
-
[() => ResourceQuotas$]
|
|
1013
|
-
];
|
|
1014
|
-
var DescribeApplicationsMessage$ = [3, n0, _DAMe,
|
|
1015
|
-
0,
|
|
1016
|
-
[_ANp],
|
|
1017
|
-
[64 | 0]
|
|
1018
|
-
];
|
|
1019
|
-
var DescribeApplicationVersionsMessage$ = [3, n0, _DAVMe,
|
|
1020
|
-
0,
|
|
1021
|
-
[_AN, _VLe, _MR, _NT],
|
|
1022
|
-
[0, 64 | 0, 1, 0]
|
|
1023
|
-
];
|
|
1024
|
-
var DescribeConfigurationOptionsMessage$ = [3, n0, _DCOM,
|
|
1025
|
-
0,
|
|
1026
|
-
[_AN, _TN, _EN, _SSN, _PA, _O],
|
|
1027
|
-
[0, 0, 0, 0, 0, () => OptionsSpecifierList]
|
|
1028
|
-
];
|
|
1029
|
-
var DescribeConfigurationSettingsMessage$ = [3, n0, _DCSM,
|
|
1030
|
-
0,
|
|
1031
|
-
[_AN, _TN, _EN],
|
|
1032
|
-
[0, 0, 0], 1
|
|
1033
|
-
];
|
|
1034
|
-
var DescribeEnvironmentHealthRequest$ = [3, n0, _DEHR,
|
|
1035
|
-
0,
|
|
1036
|
-
[_EN, _EI, _ANt],
|
|
1037
|
-
[0, 0, 64 | 0]
|
|
1038
|
-
];
|
|
1039
|
-
var DescribeEnvironmentHealthResult$ = [3, n0, _DEHRe,
|
|
1040
|
-
0,
|
|
1041
|
-
[_EN, _HS, _S, _C, _Ca, _AM, _IH, _RA],
|
|
1042
|
-
[0, 0, 0, 0, 64 | 0, () => ApplicationMetrics$, () => InstanceHealthSummary$, 4]
|
|
1043
|
-
];
|
|
1044
|
-
var DescribeEnvironmentManagedActionHistoryRequest$ = [3, n0, _DEMAHR,
|
|
1045
|
-
0,
|
|
1046
|
-
[_EI, _EN, _NT, _MI],
|
|
1047
|
-
[0, 0, 0, 1]
|
|
1048
|
-
];
|
|
1049
|
-
var DescribeEnvironmentManagedActionHistoryResult$ = [3, n0, _DEMAHRe,
|
|
1050
|
-
0,
|
|
1051
|
-
[_MAHI, _NT],
|
|
1052
|
-
[() => ManagedActionHistoryItems, 0]
|
|
1053
|
-
];
|
|
1054
|
-
var DescribeEnvironmentManagedActionsRequest$ = [3, n0, _DEMAR,
|
|
1055
|
-
0,
|
|
1056
|
-
[_EN, _EI, _S],
|
|
1057
|
-
[0, 0, 0]
|
|
1058
|
-
];
|
|
1059
|
-
var DescribeEnvironmentManagedActionsResult$ = [3, n0, _DEMARe,
|
|
1060
|
-
0,
|
|
1061
|
-
[_MA],
|
|
1062
|
-
[() => ManagedActions]
|
|
1063
|
-
];
|
|
1064
|
-
var DescribeEnvironmentResourcesMessage$ = [3, n0, _DERM,
|
|
1065
|
-
0,
|
|
1066
|
-
[_EI, _EN],
|
|
1067
|
-
[0, 0]
|
|
1068
|
-
];
|
|
1069
|
-
var DescribeEnvironmentsMessage$ = [3, n0, _DEM,
|
|
1070
|
-
0,
|
|
1071
|
-
[_AN, _VL, _EIn, _ENn, _ID, _IDBT, _MR, _NT],
|
|
1072
|
-
[0, 0, 64 | 0, 64 | 0, 2, 4, 1, 0]
|
|
1073
|
-
];
|
|
1074
|
-
var DescribeEventsMessage$ = [3, n0, _DEMe,
|
|
1075
|
-
0,
|
|
1076
|
-
[_AN, _VL, _TN, _EI, _EN, _PA, _RI, _Se, _ST, _ET, _MR, _NT],
|
|
1077
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 1, 0]
|
|
1078
|
-
];
|
|
1079
|
-
var DescribeInstancesHealthRequest$ = [3, n0, _DIHR,
|
|
1080
|
-
0,
|
|
1081
|
-
[_EN, _EI, _ANt, _NT],
|
|
1082
|
-
[0, 0, 64 | 0, 0]
|
|
1083
|
-
];
|
|
1084
|
-
var DescribeInstancesHealthResult$ = [3, n0, _DIHRe,
|
|
1085
|
-
0,
|
|
1086
|
-
[_IHL, _RA, _NT],
|
|
1087
|
-
[() => InstanceHealthList, 4, 0]
|
|
1088
|
-
];
|
|
1089
|
-
var DescribePlatformVersionRequest$ = [3, n0, _DPVRes,
|
|
1090
|
-
0,
|
|
1091
|
-
[_PA],
|
|
1092
|
-
[0]
|
|
1093
|
-
];
|
|
1094
|
-
var DescribePlatformVersionResult$ = [3, n0, _DPVResc,
|
|
1095
|
-
0,
|
|
1096
|
-
[_PD],
|
|
1097
|
-
[() => PlatformDescription$]
|
|
1098
|
-
];
|
|
1099
|
-
var DisassociateEnvironmentOperationsRoleMessage$ = [3, n0, _DEORM,
|
|
1100
|
-
0,
|
|
1101
|
-
[_EN],
|
|
1102
|
-
[0], 1
|
|
1103
|
-
];
|
|
1104
|
-
var ElasticBeanstalkServiceException$ = [-3, n0, _EBSE,
|
|
1105
|
-
{ [_e]: _c },
|
|
1106
|
-
[_m],
|
|
1107
|
-
[0]
|
|
1108
|
-
];
|
|
1109
|
-
schema.TypeRegistry.for(n0).registerError(ElasticBeanstalkServiceException$, ElasticBeanstalkServiceException);
|
|
1110
|
-
var EnvironmentDescription$ = [3, n0, _ED,
|
|
1111
|
-
0,
|
|
1112
|
-
[_EN, _EI, _AN, _VL, _SSN, _PA, _TN, _D, _EURL, _CNAME, _DC, _DU, _S, _AOIP, _H, _HS, _Re, _Ti, _EL, _EA, _OR],
|
|
1113
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 2, 0, 0, () => EnvironmentResourcesDescription$, () => EnvironmentTier$, () => EnvironmentLinks, 0, 0]
|
|
1114
|
-
];
|
|
1115
|
-
var EnvironmentDescriptionsMessage$ = [3, n0, _EDM,
|
|
1116
|
-
0,
|
|
1117
|
-
[_E, _NT],
|
|
1118
|
-
[() => EnvironmentDescriptionsList, 0]
|
|
1119
|
-
];
|
|
1120
|
-
var EnvironmentInfoDescription$ = [3, n0, _EID,
|
|
1121
|
-
0,
|
|
1122
|
-
[_IT, _EII, _STa, _Me],
|
|
1123
|
-
[0, 0, 4, 0]
|
|
1124
|
-
];
|
|
1125
|
-
var EnvironmentLink$ = [3, n0, _ELn,
|
|
1126
|
-
0,
|
|
1127
|
-
[_LN, _EN],
|
|
1128
|
-
[0, 0]
|
|
1129
|
-
];
|
|
1130
|
-
var EnvironmentResourceDescription$ = [3, n0, _ERD,
|
|
1131
|
-
0,
|
|
1132
|
-
[_EN, _ASGu, _In, _LC, _LT, _LB, _Tr, _Q],
|
|
1133
|
-
[0, () => AutoScalingGroupList, () => InstanceList, () => LaunchConfigurationList, () => LaunchTemplateList, () => LoadBalancerList, () => TriggerList, () => QueueList]
|
|
1134
|
-
];
|
|
1135
|
-
var EnvironmentResourceDescriptionsMessage$ = [3, n0, _ERDM,
|
|
1136
|
-
0,
|
|
1137
|
-
[_ER],
|
|
1138
|
-
[() => EnvironmentResourceDescription$]
|
|
1139
|
-
];
|
|
1140
|
-
var EnvironmentResourcesDescription$ = [3, n0, _ERDn,
|
|
1141
|
-
0,
|
|
1142
|
-
[_LBo],
|
|
1143
|
-
[() => LoadBalancerDescription$]
|
|
1144
|
-
];
|
|
1145
|
-
var EnvironmentTier$ = [3, n0, _ETn,
|
|
1146
|
-
0,
|
|
1147
|
-
[_N, _Ty, _Ve],
|
|
1148
|
-
[0, 0, 0]
|
|
1149
|
-
];
|
|
1150
|
-
var EventDescription$ = [3, n0, _EDv,
|
|
1151
|
-
0,
|
|
1152
|
-
[_EDve, _Me, _AN, _VL, _TN, _EN, _PA, _RI, _Se],
|
|
1153
|
-
[4, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
1154
|
-
];
|
|
1155
|
-
var EventDescriptionsMessage$ = [3, n0, _EDMv,
|
|
1156
|
-
0,
|
|
1157
|
-
[_Ev, _NT],
|
|
1158
|
-
[() => EventDescriptionList, 0]
|
|
1159
|
-
];
|
|
1160
|
-
var Instance$ = [3, n0, _Ins,
|
|
1161
|
-
0,
|
|
1162
|
-
[_Id_],
|
|
1163
|
-
[0]
|
|
1164
|
-
];
|
|
1165
|
-
var InstanceHealthSummary$ = [3, n0, _IHS,
|
|
1166
|
-
0,
|
|
1167
|
-
[_ND, _Un, _Pe, _Ok, _Inf, _W, _Deg, _Sev],
|
|
1168
|
-
[1, 1, 1, 1, 1, 1, 1, 1]
|
|
1169
|
-
];
|
|
1170
|
-
var InsufficientPrivilegesException$ = [-3, n0, _IPE,
|
|
1171
|
-
{ [_aQE]: [`InsufficientPrivilegesException`, 403], [_e]: _c, [_hE]: 403 },
|
|
1172
|
-
[_m],
|
|
1173
|
-
[0]
|
|
1174
|
-
];
|
|
1175
|
-
schema.TypeRegistry.for(n0).registerError(InsufficientPrivilegesException$, InsufficientPrivilegesException);
|
|
1176
|
-
var InvalidRequestException$ = [-3, n0, _IRE,
|
|
1177
|
-
{ [_aQE]: [`InvalidRequestException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1178
|
-
[_m],
|
|
1179
|
-
[0]
|
|
1180
|
-
];
|
|
1181
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
1182
|
-
var Latency$ = [3, n0, _L,
|
|
1183
|
-
0,
|
|
1184
|
-
[_P_, _P__, _P___, _P____, _P_____, _P______, _P_______, _P________],
|
|
1185
|
-
[1, 1, 1, 1, 1, 1, 1, 1]
|
|
1186
|
-
];
|
|
1187
|
-
var LaunchConfiguration$ = [3, n0, _LCa,
|
|
1188
|
-
0,
|
|
1189
|
-
[_N],
|
|
1190
|
-
[0]
|
|
1191
|
-
];
|
|
1192
|
-
var LaunchTemplate$ = [3, n0, _LTa,
|
|
1193
|
-
0,
|
|
1194
|
-
[_Id_],
|
|
1195
|
-
[0]
|
|
1196
|
-
];
|
|
1197
|
-
var ListAvailableSolutionStacksResultMessage$ = [3, n0, _LASSRM,
|
|
1198
|
-
0,
|
|
1199
|
-
[_SS, _SSD],
|
|
1200
|
-
[64 | 0, () => AvailableSolutionStackDetailsList]
|
|
1201
|
-
];
|
|
1202
|
-
var Listener$ = [3, n0, _Li,
|
|
1203
|
-
0,
|
|
1204
|
-
[_Pro, _Po],
|
|
1205
|
-
[0, 1]
|
|
1206
|
-
];
|
|
1207
|
-
var ListPlatformBranchesRequest$ = [3, n0, _LPBR,
|
|
1208
|
-
0,
|
|
1209
|
-
[_F, _MR, _NT],
|
|
1210
|
-
[() => SearchFilters, 1, 0]
|
|
1211
|
-
];
|
|
1212
|
-
var ListPlatformBranchesResult$ = [3, n0, _LPBRi,
|
|
1213
|
-
0,
|
|
1214
|
-
[_PBSL, _NT],
|
|
1215
|
-
[() => PlatformBranchSummaryList, 0]
|
|
1216
|
-
];
|
|
1217
|
-
var ListPlatformVersionsRequest$ = [3, n0, _LPVR,
|
|
1218
|
-
0,
|
|
1219
|
-
[_F, _MR, _NT],
|
|
1220
|
-
[() => PlatformFilters, 1, 0]
|
|
1221
|
-
];
|
|
1222
|
-
var ListPlatformVersionsResult$ = [3, n0, _LPVRi,
|
|
1223
|
-
0,
|
|
1224
|
-
[_PSL, _NT],
|
|
1225
|
-
[() => PlatformSummaryList, 0]
|
|
1226
|
-
];
|
|
1227
|
-
var ListTagsForResourceMessage$ = [3, n0, _LTFRM,
|
|
1228
|
-
0,
|
|
1229
|
-
[_RAe],
|
|
1230
|
-
[0], 1
|
|
1231
|
-
];
|
|
1232
|
-
var LoadBalancer$ = [3, n0, _LBo,
|
|
1233
|
-
0,
|
|
1234
|
-
[_N],
|
|
1235
|
-
[0]
|
|
1236
|
-
];
|
|
1237
|
-
var LoadBalancerDescription$ = [3, n0, _LBD,
|
|
1238
|
-
0,
|
|
1239
|
-
[_LBN, _Do, _Lis],
|
|
1240
|
-
[0, 0, () => LoadBalancerListenersDescription]
|
|
1241
|
-
];
|
|
1242
|
-
var ManagedAction$ = [3, n0, _MAa,
|
|
1243
|
-
0,
|
|
1244
|
-
[_AI, _ADc, _AT, _S, _WST],
|
|
1245
|
-
[0, 0, 0, 0, 4]
|
|
1246
|
-
];
|
|
1247
|
-
var ManagedActionHistoryItem$ = [3, n0, _MAHIa,
|
|
1248
|
-
0,
|
|
1249
|
-
[_AI, _AT, _ADc, _FT, _S, _FD, _ETx, _FTi],
|
|
1250
|
-
[0, 0, 0, 0, 0, 0, 4, 4]
|
|
1251
|
-
];
|
|
1252
|
-
var ManagedActionInvalidStateException$ = [-3, n0, _MAISE,
|
|
1253
|
-
{ [_aQE]: [`ManagedActionInvalidStateException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1254
|
-
[_m],
|
|
1255
|
-
[0]
|
|
1256
|
-
];
|
|
1257
|
-
schema.TypeRegistry.for(n0).registerError(ManagedActionInvalidStateException$, ManagedActionInvalidStateException);
|
|
1258
|
-
var MaxAgeRule$ = [3, n0, _MAR,
|
|
1259
|
-
0,
|
|
1260
|
-
[_En, _MAID, _DSFS],
|
|
1261
|
-
[2, 1, 2], 1
|
|
1262
|
-
];
|
|
1263
|
-
var MaxCountRule$ = [3, n0, _MCR,
|
|
1264
|
-
0,
|
|
1265
|
-
[_En, _MC, _DSFS],
|
|
1266
|
-
[2, 1, 2], 1
|
|
1267
|
-
];
|
|
1268
|
-
var OperationInProgressException$ = [-3, n0, _OIPE,
|
|
1269
|
-
{ [_aQE]: [`OperationInProgressFailure`, 400], [_e]: _c, [_hE]: 400 },
|
|
1270
|
-
[_m],
|
|
1271
|
-
[0]
|
|
1272
|
-
];
|
|
1273
|
-
schema.TypeRegistry.for(n0).registerError(OperationInProgressException$, OperationInProgressException);
|
|
1274
|
-
var OptionRestrictionRegex$ = [3, n0, _ORR,
|
|
1275
|
-
0,
|
|
1276
|
-
[_Pa, _La],
|
|
1277
|
-
[0, 0]
|
|
1278
|
-
];
|
|
1279
|
-
var OptionSpecification$ = [3, n0, _OSp,
|
|
1280
|
-
0,
|
|
1281
|
-
[_RN, _Na, _ON],
|
|
1282
|
-
[0, 0, 0]
|
|
1283
|
-
];
|
|
1284
|
-
var PlatformBranchSummary$ = [3, n0, _PBS,
|
|
1285
|
-
0,
|
|
1286
|
-
[_PN, _BN, _LS, _BO, _STL],
|
|
1287
|
-
[0, 0, 0, 1, 64 | 0]
|
|
1288
|
-
];
|
|
1289
|
-
var PlatformDescription$ = [3, n0, _PD,
|
|
1290
|
-
0,
|
|
1291
|
-
[_PA, _PO, _PN, _PV, _SSN, _PSl, _DC, _DU, _PC, _D, _Ma, _OSN, _OSV, _PL, _Fr, _CAL, _STL, _SAL, _PLS, _PBN, _PBLS],
|
|
1292
|
-
[0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, () => PlatformProgrammingLanguages, () => PlatformFrameworks, () => CustomAmiList, 64 | 0, 64 | 0, 0, 0, 0]
|
|
1293
|
-
];
|
|
1294
|
-
var PlatformFilter$ = [3, n0, _PF,
|
|
1295
|
-
0,
|
|
1296
|
-
[_Ty, _Op, _Val],
|
|
1297
|
-
[0, 0, 64 | 0]
|
|
1298
|
-
];
|
|
1299
|
-
var PlatformFramework$ = [3, n0, _PFl,
|
|
1300
|
-
0,
|
|
1301
|
-
[_N, _Ve],
|
|
1302
|
-
[0, 0]
|
|
1303
|
-
];
|
|
1304
|
-
var PlatformProgrammingLanguage$ = [3, n0, _PPL,
|
|
1305
|
-
0,
|
|
1306
|
-
[_N, _Ve],
|
|
1307
|
-
[0, 0]
|
|
1308
|
-
];
|
|
1309
|
-
var PlatformSummary$ = [3, n0, _PS,
|
|
1310
|
-
0,
|
|
1311
|
-
[_PA, _PO, _PSl, _PC, _OSN, _OSV, _STL, _SAL, _PLS, _PV, _PBN, _PBLS],
|
|
1312
|
-
[0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 0, 0]
|
|
1313
|
-
];
|
|
1314
|
-
var PlatformVersionStillReferencedException$ = [-3, n0, _PVSRE,
|
|
1315
|
-
{ [_aQE]: [`PlatformVersionStillReferencedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1316
|
-
[_m],
|
|
1317
|
-
[0]
|
|
1318
|
-
];
|
|
1319
|
-
schema.TypeRegistry.for(n0).registerError(PlatformVersionStillReferencedException$, PlatformVersionStillReferencedException);
|
|
1320
|
-
var Queue$ = [3, n0, _Qu,
|
|
1321
|
-
0,
|
|
1322
|
-
[_N, _URL],
|
|
1323
|
-
[0, 0]
|
|
1324
|
-
];
|
|
1325
|
-
var RebuildEnvironmentMessage$ = [3, n0, _REM,
|
|
1326
|
-
0,
|
|
1327
|
-
[_EI, _EN],
|
|
1328
|
-
[0, 0]
|
|
1329
|
-
];
|
|
1330
|
-
var RequestEnvironmentInfoMessage$ = [3, n0, _REIM,
|
|
1331
|
-
0,
|
|
1332
|
-
[_IT, _EI, _EN],
|
|
1333
|
-
[0, 0, 0], 1
|
|
1334
|
-
];
|
|
1335
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1336
|
-
{ [_aQE]: [`ResourceNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1337
|
-
[_m],
|
|
1338
|
-
[0]
|
|
1339
|
-
];
|
|
1340
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1341
|
-
var ResourceQuota$ = [3, n0, _RQe,
|
|
1342
|
-
0,
|
|
1343
|
-
[_Max],
|
|
1344
|
-
[1]
|
|
1345
|
-
];
|
|
1346
|
-
var ResourceQuotas$ = [3, n0, _RQ,
|
|
1347
|
-
0,
|
|
1348
|
-
[_AQ, _AVQ, _EQ, _CTQ, _CPQ],
|
|
1349
|
-
[() => ResourceQuota$, () => ResourceQuota$, () => ResourceQuota$, () => ResourceQuota$, () => ResourceQuota$]
|
|
1350
|
-
];
|
|
1351
|
-
var ResourceTagsDescriptionMessage$ = [3, n0, _RTDM,
|
|
1352
|
-
0,
|
|
1353
|
-
[_RAe, _RT],
|
|
1354
|
-
[0, () => TagList]
|
|
1355
|
-
];
|
|
1356
|
-
var ResourceTypeNotSupportedException$ = [-3, n0, _RTNSE,
|
|
1357
|
-
{ [_aQE]: [`ResourceTypeNotSupportedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1358
|
-
[_m],
|
|
1359
|
-
[0]
|
|
1360
|
-
];
|
|
1361
|
-
schema.TypeRegistry.for(n0).registerError(ResourceTypeNotSupportedException$, ResourceTypeNotSupportedException);
|
|
1362
|
-
var RestartAppServerMessage$ = [3, n0, _RASM,
|
|
1363
|
-
0,
|
|
1364
|
-
[_EI, _EN],
|
|
1365
|
-
[0, 0]
|
|
1366
|
-
];
|
|
1367
|
-
var RetrieveEnvironmentInfoMessage$ = [3, n0, _REIMe,
|
|
1368
|
-
0,
|
|
1369
|
-
[_IT, _EI, _EN],
|
|
1370
|
-
[0, 0, 0], 1
|
|
1371
|
-
];
|
|
1372
|
-
var RetrieveEnvironmentInfoResultMessage$ = [3, n0, _REIRM,
|
|
1373
|
-
0,
|
|
1374
|
-
[_EInv],
|
|
1375
|
-
[() => EnvironmentInfoDescriptionList]
|
|
1376
|
-
];
|
|
1377
|
-
var S3Location$ = [3, n0, _SL,
|
|
1378
|
-
0,
|
|
1379
|
-
[_SBu, _SK],
|
|
1380
|
-
[0, 0]
|
|
1381
|
-
];
|
|
1382
|
-
var S3LocationNotInServiceRegionException$ = [-3, n0, _SLNISRE,
|
|
1383
|
-
{ [_aQE]: [`S3LocationNotInServiceRegionException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1384
|
-
[_m],
|
|
1385
|
-
[0]
|
|
1386
|
-
];
|
|
1387
|
-
schema.TypeRegistry.for(n0).registerError(S3LocationNotInServiceRegionException$, S3LocationNotInServiceRegionException);
|
|
1388
|
-
var S3SubscriptionRequiredException$ = [-3, n0, _SSRE,
|
|
1389
|
-
{ [_aQE]: [`S3SubscriptionRequiredException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1390
|
-
[_m],
|
|
1391
|
-
[0]
|
|
1392
|
-
];
|
|
1393
|
-
schema.TypeRegistry.for(n0).registerError(S3SubscriptionRequiredException$, S3SubscriptionRequiredException);
|
|
1394
|
-
var SearchFilter$ = [3, n0, _SF,
|
|
1395
|
-
0,
|
|
1396
|
-
[_At, _Op, _Val],
|
|
1397
|
-
[0, 0, 64 | 0]
|
|
1398
|
-
];
|
|
1399
|
-
var SingleInstanceHealth$ = [3, n0, _SIH,
|
|
1400
|
-
0,
|
|
1401
|
-
[_IIn, _HS, _C, _Ca, _LA, _AM, _Sy, _De, _AZ, _ITn],
|
|
1402
|
-
[0, 0, 0, 64 | 0, 4, () => ApplicationMetrics$, () => SystemStatus$, () => Deployment$, 0, 0]
|
|
1403
|
-
];
|
|
1404
|
-
var SolutionStackDescription$ = [3, n0, _SSDo,
|
|
1405
|
-
0,
|
|
1406
|
-
[_SSN, _PFT],
|
|
1407
|
-
[0, 64 | 0]
|
|
1408
|
-
];
|
|
1409
|
-
var SourceBuildInformation$ = [3, n0, _SBI,
|
|
1410
|
-
0,
|
|
1411
|
-
[_STo, _SRo, _SLo],
|
|
1412
|
-
[0, 0, 0], 3
|
|
1413
|
-
];
|
|
1414
|
-
var SourceBundleDeletionException$ = [-3, n0, _SBDE,
|
|
1415
|
-
{ [_aQE]: [`SourceBundleDeletionFailure`, 400], [_e]: _c, [_hE]: 400 },
|
|
1416
|
-
[_m],
|
|
1417
|
-
[0]
|
|
1418
|
-
];
|
|
1419
|
-
schema.TypeRegistry.for(n0).registerError(SourceBundleDeletionException$, SourceBundleDeletionException);
|
|
1420
|
-
var SourceConfiguration$ = [3, n0, _SCo,
|
|
1421
|
-
0,
|
|
1422
|
-
[_AN, _TN],
|
|
1423
|
-
[0, 0]
|
|
1424
|
-
];
|
|
1425
|
-
var StatusCodes$ = [3, n0, _SC,
|
|
1426
|
-
0,
|
|
1427
|
-
[_St, _Sta, _Stat, _Statu],
|
|
1428
|
-
[1, 1, 1, 1]
|
|
1429
|
-
];
|
|
1430
|
-
var SwapEnvironmentCNAMEsMessage$ = [3, n0, _SECNAMEM,
|
|
1431
|
-
0,
|
|
1432
|
-
[_SEI, _SEN, _DEI, _DEN],
|
|
1433
|
-
[0, 0, 0, 0]
|
|
1434
|
-
];
|
|
1435
|
-
var SystemStatus$ = [3, n0, _SSy,
|
|
1436
|
-
0,
|
|
1437
|
-
[_CPUU, _LAo],
|
|
1438
|
-
[() => CPUUtilization$, 64 | 1]
|
|
1439
|
-
];
|
|
1440
|
-
var Tag$ = [3, n0, _Ta,
|
|
1441
|
-
0,
|
|
1442
|
-
[_K, _Va],
|
|
1443
|
-
[0, 0]
|
|
1444
|
-
];
|
|
1445
|
-
var TerminateEnvironmentMessage$ = [3, n0, _TEM,
|
|
1446
|
-
0,
|
|
1447
|
-
[_EI, _EN, _TR, _FTo],
|
|
1448
|
-
[0, 0, 2, 2]
|
|
1449
|
-
];
|
|
1450
|
-
var TooManyApplicationsException$ = [-3, n0, _TMAE,
|
|
1451
|
-
{ [_aQE]: [`TooManyApplicationsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1452
|
-
[_m],
|
|
1453
|
-
[0]
|
|
1454
|
-
];
|
|
1455
|
-
schema.TypeRegistry.for(n0).registerError(TooManyApplicationsException$, TooManyApplicationsException);
|
|
1456
|
-
var TooManyApplicationVersionsException$ = [-3, n0, _TMAVE,
|
|
1457
|
-
{ [_e]: _c },
|
|
1458
|
-
[_m],
|
|
1459
|
-
[0]
|
|
1460
|
-
];
|
|
1461
|
-
schema.TypeRegistry.for(n0).registerError(TooManyApplicationVersionsException$, TooManyApplicationVersionsException);
|
|
1462
|
-
var TooManyBucketsException$ = [-3, n0, _TMBE,
|
|
1463
|
-
{ [_aQE]: [`TooManyBucketsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1464
|
-
[_m],
|
|
1465
|
-
[0]
|
|
1466
|
-
];
|
|
1467
|
-
schema.TypeRegistry.for(n0).registerError(TooManyBucketsException$, TooManyBucketsException);
|
|
1468
|
-
var TooManyConfigurationTemplatesException$ = [-3, n0, _TMCTE,
|
|
1469
|
-
{ [_aQE]: [`TooManyConfigurationTemplatesException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1470
|
-
[_m],
|
|
1471
|
-
[0]
|
|
1472
|
-
];
|
|
1473
|
-
schema.TypeRegistry.for(n0).registerError(TooManyConfigurationTemplatesException$, TooManyConfigurationTemplatesException);
|
|
1474
|
-
var TooManyEnvironmentsException$ = [-3, n0, _TMEE,
|
|
1475
|
-
{ [_aQE]: [`TooManyEnvironmentsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1476
|
-
[_m],
|
|
1477
|
-
[0]
|
|
1478
|
-
];
|
|
1479
|
-
schema.TypeRegistry.for(n0).registerError(TooManyEnvironmentsException$, TooManyEnvironmentsException);
|
|
1480
|
-
var TooManyPlatformsException$ = [-3, n0, _TMPE,
|
|
1481
|
-
{ [_aQE]: [`TooManyPlatformsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1482
|
-
[_m],
|
|
1483
|
-
[0]
|
|
1484
|
-
];
|
|
1485
|
-
schema.TypeRegistry.for(n0).registerError(TooManyPlatformsException$, TooManyPlatformsException);
|
|
1486
|
-
var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
1487
|
-
{ [_aQE]: [`TooManyTagsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1488
|
-
[_m],
|
|
1489
|
-
[0]
|
|
1490
|
-
];
|
|
1491
|
-
schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
1492
|
-
var Trigger$ = [3, n0, _Tri,
|
|
1493
|
-
0,
|
|
1494
|
-
[_N],
|
|
1495
|
-
[0]
|
|
1496
|
-
];
|
|
1497
|
-
var UpdateApplicationMessage$ = [3, n0, _UAM,
|
|
1498
|
-
0,
|
|
1499
|
-
[_AN, _D],
|
|
1500
|
-
[0, 0], 1
|
|
1501
|
-
];
|
|
1502
|
-
var UpdateApplicationResourceLifecycleMessage$ = [3, n0, _UARLM,
|
|
1503
|
-
0,
|
|
1504
|
-
[_AN, _RLC],
|
|
1505
|
-
[0, () => ApplicationResourceLifecycleConfig$], 2
|
|
1506
|
-
];
|
|
1507
|
-
var UpdateApplicationVersionMessage$ = [3, n0, _UAVM,
|
|
1508
|
-
0,
|
|
1509
|
-
[_AN, _VL, _D],
|
|
1510
|
-
[0, 0, 0], 2
|
|
1511
|
-
];
|
|
1512
|
-
var UpdateConfigurationTemplateMessage$ = [3, n0, _UCTM,
|
|
1513
|
-
0,
|
|
1514
|
-
[_AN, _TN, _D, _OS, _OTR],
|
|
1515
|
-
[0, 0, 0, () => ConfigurationOptionSettingsList, () => OptionsSpecifierList], 2
|
|
1516
|
-
];
|
|
1517
|
-
var UpdateEnvironmentMessage$ = [3, n0, _UEM,
|
|
1518
|
-
0,
|
|
1519
|
-
[_AN, _EI, _EN, _GN, _D, _Ti, _VL, _TN, _SSN, _PA, _OS, _OTR],
|
|
1520
|
-
[0, 0, 0, 0, 0, () => EnvironmentTier$, 0, 0, 0, 0, () => ConfigurationOptionSettingsList, () => OptionsSpecifierList]
|
|
1521
|
-
];
|
|
1522
|
-
var UpdateTagsForResourceMessage$ = [3, n0, _UTFRM,
|
|
1523
|
-
0,
|
|
1524
|
-
[_RAe, _TTA, _TTR],
|
|
1525
|
-
[0, () => TagList, 64 | 0], 1
|
|
1526
|
-
];
|
|
1527
|
-
var ValidateConfigurationSettingsMessage$ = [3, n0, _VCSM,
|
|
1528
|
-
0,
|
|
1529
|
-
[_AN, _OS, _TN, _EN],
|
|
1530
|
-
[0, () => ConfigurationOptionSettingsList, 0, 0], 2
|
|
1531
|
-
];
|
|
1532
|
-
var ValidationMessage$ = [3, n0, _VM,
|
|
1533
|
-
0,
|
|
1534
|
-
[_Me, _Se, _Na, _ON],
|
|
1535
|
-
[0, 0, 0, 0]
|
|
1536
|
-
];
|
|
1537
|
-
var __Unit = "unit";
|
|
1538
|
-
var ElasticBeanstalkSyntheticServiceException$ = [-3, _s, "ElasticBeanstalkSyntheticServiceException", 0, [], []];
|
|
1539
|
-
schema.TypeRegistry.for(_s).registerError(ElasticBeanstalkSyntheticServiceException$, ElasticBeanstalkSyntheticServiceException);
|
|
1540
|
-
var ApplicationDescriptionList = [1, n0, _ADL,
|
|
1541
|
-
0, () => ApplicationDescription$
|
|
1542
|
-
];
|
|
1543
|
-
var ApplicationVersionDescriptionList = [1, n0, _AVDL,
|
|
1544
|
-
0, () => ApplicationVersionDescription$
|
|
1545
|
-
];
|
|
1546
|
-
var AutoScalingGroupList = [1, n0, _ASGL,
|
|
1547
|
-
0, () => AutoScalingGroup$
|
|
1548
|
-
];
|
|
1549
|
-
var AvailableSolutionStackDetailsList = [1, n0, _ASSDL,
|
|
1550
|
-
0, () => SolutionStackDescription$
|
|
1551
|
-
];
|
|
1552
|
-
var ConfigurationOptionDescriptionsList = [1, n0, _CODL,
|
|
1553
|
-
0, () => ConfigurationOptionDescription$
|
|
1554
|
-
];
|
|
1555
|
-
var ConfigurationOptionSettingsList = [1, n0, _COSL,
|
|
1556
|
-
0, () => ConfigurationOptionSetting$
|
|
1557
|
-
];
|
|
1558
|
-
var ConfigurationSettingsDescriptionList = [1, n0, _CSDL,
|
|
1559
|
-
0, () => ConfigurationSettingsDescription$
|
|
1560
|
-
];
|
|
1561
|
-
var CustomAmiList = [1, n0, _CAL,
|
|
1562
|
-
0, () => CustomAmi$
|
|
1563
|
-
];
|
|
1564
|
-
var EnvironmentDescriptionsList = [1, n0, _EDL,
|
|
1565
|
-
0, () => EnvironmentDescription$
|
|
1566
|
-
];
|
|
1567
|
-
var EnvironmentInfoDescriptionList = [1, n0, _EIDL,
|
|
1568
|
-
0, () => EnvironmentInfoDescription$
|
|
1569
|
-
];
|
|
1570
|
-
var EnvironmentLinks = [1, n0, _EL,
|
|
1571
|
-
0, () => EnvironmentLink$
|
|
1572
|
-
];
|
|
1573
|
-
var EventDescriptionList = [1, n0, _EDLv,
|
|
1574
|
-
0, () => EventDescription$
|
|
1575
|
-
];
|
|
1576
|
-
var InstanceHealthList = [1, n0, _IHL,
|
|
1577
|
-
0, () => SingleInstanceHealth$
|
|
1578
|
-
];
|
|
1579
|
-
var InstanceList = [1, n0, _IL,
|
|
1580
|
-
0, () => Instance$
|
|
1581
|
-
];
|
|
1582
|
-
var LaunchConfigurationList = [1, n0, _LCL,
|
|
1583
|
-
0, () => LaunchConfiguration$
|
|
1584
|
-
];
|
|
1585
|
-
var LaunchTemplateList = [1, n0, _LTL,
|
|
1586
|
-
0, () => LaunchTemplate$
|
|
1587
|
-
];
|
|
1588
|
-
var LoadBalancerList = [1, n0, _LBL,
|
|
1589
|
-
0, () => LoadBalancer$
|
|
1590
|
-
];
|
|
1591
|
-
var LoadBalancerListenersDescription = [1, n0, _LBLD,
|
|
1592
|
-
0, () => Listener$
|
|
1593
|
-
];
|
|
1594
|
-
var ManagedActionHistoryItems = [1, n0, _MAHI,
|
|
1595
|
-
0, () => ManagedActionHistoryItem$
|
|
1596
|
-
];
|
|
1597
|
-
var ManagedActions = [1, n0, _MA,
|
|
1598
|
-
0, () => ManagedAction$
|
|
1599
|
-
];
|
|
1600
|
-
var OptionsSpecifierList = [1, n0, _OSL,
|
|
1601
|
-
0, () => OptionSpecification$
|
|
1602
|
-
];
|
|
1603
|
-
var PlatformBranchSummaryList = [1, n0, _PBSL,
|
|
1604
|
-
0, () => PlatformBranchSummary$
|
|
1605
|
-
];
|
|
1606
|
-
var PlatformFilters = [1, n0, _PFla,
|
|
1607
|
-
0, () => PlatformFilter$
|
|
1608
|
-
];
|
|
1609
|
-
var PlatformFrameworks = [1, n0, _PFlat,
|
|
1610
|
-
0, () => PlatformFramework$
|
|
1611
|
-
];
|
|
1612
|
-
var PlatformProgrammingLanguages = [1, n0, _PPLl,
|
|
1613
|
-
0, () => PlatformProgrammingLanguage$
|
|
1614
|
-
];
|
|
1615
|
-
var PlatformSummaryList = [1, n0, _PSL,
|
|
1616
|
-
0, () => PlatformSummary$
|
|
1617
|
-
];
|
|
1618
|
-
var QueueList = [1, n0, _QL,
|
|
1619
|
-
0, () => Queue$
|
|
1620
|
-
];
|
|
1621
|
-
var SearchFilters = [1, n0, _SFe,
|
|
1622
|
-
0, () => SearchFilter$
|
|
1623
|
-
];
|
|
1624
|
-
var TagList = [1, n0, _TL,
|
|
1625
|
-
0, () => Tag$
|
|
1626
|
-
];
|
|
1627
|
-
var Tags = [1, n0, _T,
|
|
1628
|
-
0, () => Tag$
|
|
1629
|
-
];
|
|
1630
|
-
var TriggerList = [1, n0, _TLr,
|
|
1631
|
-
0, () => Trigger$
|
|
1632
|
-
];
|
|
1633
|
-
var ValidationMessagesList = [1, n0, _VML,
|
|
1634
|
-
0, () => ValidationMessage$
|
|
1635
|
-
];
|
|
1636
|
-
var AbortEnvironmentUpdate$ = [9, n0, _AEU,
|
|
1637
|
-
0, () => AbortEnvironmentUpdateMessage$, () => __Unit
|
|
1638
|
-
];
|
|
1639
|
-
var ApplyEnvironmentManagedAction$ = [9, n0, _AEMA,
|
|
1640
|
-
0, () => ApplyEnvironmentManagedActionRequest$, () => ApplyEnvironmentManagedActionResult$
|
|
1641
|
-
];
|
|
1642
|
-
var AssociateEnvironmentOperationsRole$ = [9, n0, _AEOR,
|
|
1643
|
-
0, () => AssociateEnvironmentOperationsRoleMessage$, () => __Unit
|
|
1644
|
-
];
|
|
1645
|
-
var CheckDNSAvailability$ = [9, n0, _CDNSA,
|
|
1646
|
-
0, () => CheckDNSAvailabilityMessage$, () => CheckDNSAvailabilityResultMessage$
|
|
1647
|
-
];
|
|
1648
|
-
var ComposeEnvironments$ = [9, n0, _CE,
|
|
1649
|
-
0, () => ComposeEnvironmentsMessage$, () => EnvironmentDescriptionsMessage$
|
|
1650
|
-
];
|
|
1651
|
-
var CreateApplication$ = [9, n0, _CAr,
|
|
1652
|
-
0, () => CreateApplicationMessage$, () => ApplicationDescriptionMessage$
|
|
1653
|
-
];
|
|
1654
|
-
var CreateApplicationVersion$ = [9, n0, _CAV,
|
|
1655
|
-
0, () => CreateApplicationVersionMessage$, () => ApplicationVersionDescriptionMessage$
|
|
1656
|
-
];
|
|
1657
|
-
var CreateConfigurationTemplate$ = [9, n0, _CCT,
|
|
1658
|
-
0, () => CreateConfigurationTemplateMessage$, () => ConfigurationSettingsDescription$
|
|
1659
|
-
];
|
|
1660
|
-
var CreateEnvironment$ = [9, n0, _CEr,
|
|
1661
|
-
0, () => CreateEnvironmentMessage$, () => EnvironmentDescription$
|
|
1662
|
-
];
|
|
1663
|
-
var CreatePlatformVersion$ = [9, n0, _CPV,
|
|
1664
|
-
0, () => CreatePlatformVersionRequest$, () => CreatePlatformVersionResult$
|
|
1665
|
-
];
|
|
1666
|
-
var CreateStorageLocation$ = [9, n0, _CSL,
|
|
1667
|
-
0, () => __Unit, () => CreateStorageLocationResultMessage$
|
|
1668
|
-
];
|
|
1669
|
-
var DeleteApplication$ = [9, n0, _DA,
|
|
1670
|
-
0, () => DeleteApplicationMessage$, () => __Unit
|
|
1671
|
-
];
|
|
1672
|
-
var DeleteApplicationVersion$ = [9, n0, _DAV,
|
|
1673
|
-
0, () => DeleteApplicationVersionMessage$, () => __Unit
|
|
1674
|
-
];
|
|
1675
|
-
var DeleteConfigurationTemplate$ = [9, n0, _DCT,
|
|
1676
|
-
0, () => DeleteConfigurationTemplateMessage$, () => __Unit
|
|
1677
|
-
];
|
|
1678
|
-
var DeleteEnvironmentConfiguration$ = [9, n0, _DEC,
|
|
1679
|
-
0, () => DeleteEnvironmentConfigurationMessage$, () => __Unit
|
|
1680
|
-
];
|
|
1681
|
-
var DeletePlatformVersion$ = [9, n0, _DPV,
|
|
1682
|
-
0, () => DeletePlatformVersionRequest$, () => DeletePlatformVersionResult$
|
|
1683
|
-
];
|
|
1684
|
-
var DescribeAccountAttributes$ = [9, n0, _DAA,
|
|
1685
|
-
0, () => __Unit, () => DescribeAccountAttributesResult$
|
|
1686
|
-
];
|
|
1687
|
-
var DescribeApplications$ = [9, n0, _DAe,
|
|
1688
|
-
0, () => DescribeApplicationsMessage$, () => ApplicationDescriptionsMessage$
|
|
1689
|
-
];
|
|
1690
|
-
var DescribeApplicationVersions$ = [9, n0, _DAVe,
|
|
1691
|
-
0, () => DescribeApplicationVersionsMessage$, () => ApplicationVersionDescriptionsMessage$
|
|
1692
|
-
];
|
|
1693
|
-
var DescribeConfigurationOptions$ = [9, n0, _DCO,
|
|
1694
|
-
0, () => DescribeConfigurationOptionsMessage$, () => ConfigurationOptionsDescription$
|
|
1695
|
-
];
|
|
1696
|
-
var DescribeConfigurationSettings$ = [9, n0, _DCS,
|
|
1697
|
-
0, () => DescribeConfigurationSettingsMessage$, () => ConfigurationSettingsDescriptions$
|
|
1698
|
-
];
|
|
1699
|
-
var DescribeEnvironmentHealth$ = [9, n0, _DEH,
|
|
1700
|
-
0, () => DescribeEnvironmentHealthRequest$, () => DescribeEnvironmentHealthResult$
|
|
1701
|
-
];
|
|
1702
|
-
var DescribeEnvironmentManagedActionHistory$ = [9, n0, _DEMAH,
|
|
1703
|
-
0, () => DescribeEnvironmentManagedActionHistoryRequest$, () => DescribeEnvironmentManagedActionHistoryResult$
|
|
1704
|
-
];
|
|
1705
|
-
var DescribeEnvironmentManagedActions$ = [9, n0, _DEMA,
|
|
1706
|
-
0, () => DescribeEnvironmentManagedActionsRequest$, () => DescribeEnvironmentManagedActionsResult$
|
|
1707
|
-
];
|
|
1708
|
-
var DescribeEnvironmentResources$ = [9, n0, _DER,
|
|
1709
|
-
0, () => DescribeEnvironmentResourcesMessage$, () => EnvironmentResourceDescriptionsMessage$
|
|
1710
|
-
];
|
|
1711
|
-
var DescribeEnvironments$ = [9, n0, _DE,
|
|
1712
|
-
0, () => DescribeEnvironmentsMessage$, () => EnvironmentDescriptionsMessage$
|
|
1713
|
-
];
|
|
1714
|
-
var DescribeEvents$ = [9, n0, _DEe,
|
|
1715
|
-
0, () => DescribeEventsMessage$, () => EventDescriptionsMessage$
|
|
1716
|
-
];
|
|
1717
|
-
var DescribeInstancesHealth$ = [9, n0, _DIH,
|
|
1718
|
-
0, () => DescribeInstancesHealthRequest$, () => DescribeInstancesHealthResult$
|
|
1719
|
-
];
|
|
1720
|
-
var DescribePlatformVersion$ = [9, n0, _DPVe,
|
|
1721
|
-
0, () => DescribePlatformVersionRequest$, () => DescribePlatformVersionResult$
|
|
1722
|
-
];
|
|
1723
|
-
var DisassociateEnvironmentOperationsRole$ = [9, n0, _DEOR,
|
|
1724
|
-
0, () => DisassociateEnvironmentOperationsRoleMessage$, () => __Unit
|
|
1725
|
-
];
|
|
1726
|
-
var ListAvailableSolutionStacks$ = [9, n0, _LASS,
|
|
1727
|
-
0, () => __Unit, () => ListAvailableSolutionStacksResultMessage$
|
|
1728
|
-
];
|
|
1729
|
-
var ListPlatformBranches$ = [9, n0, _LPB,
|
|
1730
|
-
0, () => ListPlatformBranchesRequest$, () => ListPlatformBranchesResult$
|
|
1731
|
-
];
|
|
1732
|
-
var ListPlatformVersions$ = [9, n0, _LPV,
|
|
1733
|
-
0, () => ListPlatformVersionsRequest$, () => ListPlatformVersionsResult$
|
|
1734
|
-
];
|
|
1735
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1736
|
-
0, () => ListTagsForResourceMessage$, () => ResourceTagsDescriptionMessage$
|
|
1737
|
-
];
|
|
1738
|
-
var RebuildEnvironment$ = [9, n0, _RE,
|
|
1739
|
-
0, () => RebuildEnvironmentMessage$, () => __Unit
|
|
1740
|
-
];
|
|
1741
|
-
var RequestEnvironmentInfo$ = [9, n0, _REI,
|
|
1742
|
-
0, () => RequestEnvironmentInfoMessage$, () => __Unit
|
|
1743
|
-
];
|
|
1744
|
-
var RestartAppServer$ = [9, n0, _RAS,
|
|
1745
|
-
0, () => RestartAppServerMessage$, () => __Unit
|
|
1746
|
-
];
|
|
1747
|
-
var RetrieveEnvironmentInfo$ = [9, n0, _REIe,
|
|
1748
|
-
0, () => RetrieveEnvironmentInfoMessage$, () => RetrieveEnvironmentInfoResultMessage$
|
|
1749
|
-
];
|
|
1750
|
-
var SwapEnvironmentCNAMEs$ = [9, n0, _SECNAME,
|
|
1751
|
-
0, () => SwapEnvironmentCNAMEsMessage$, () => __Unit
|
|
1752
|
-
];
|
|
1753
|
-
var TerminateEnvironment$ = [9, n0, _TE,
|
|
1754
|
-
0, () => TerminateEnvironmentMessage$, () => EnvironmentDescription$
|
|
1755
|
-
];
|
|
1756
|
-
var UpdateApplication$ = [9, n0, _UA,
|
|
1757
|
-
0, () => UpdateApplicationMessage$, () => ApplicationDescriptionMessage$
|
|
1758
|
-
];
|
|
1759
|
-
var UpdateApplicationResourceLifecycle$ = [9, n0, _UARL,
|
|
1760
|
-
0, () => UpdateApplicationResourceLifecycleMessage$, () => ApplicationResourceLifecycleDescriptionMessage$
|
|
1761
|
-
];
|
|
1762
|
-
var UpdateApplicationVersion$ = [9, n0, _UAV,
|
|
1763
|
-
0, () => UpdateApplicationVersionMessage$, () => ApplicationVersionDescriptionMessage$
|
|
1764
|
-
];
|
|
1765
|
-
var UpdateConfigurationTemplate$ = [9, n0, _UCT,
|
|
1766
|
-
0, () => UpdateConfigurationTemplateMessage$, () => ConfigurationSettingsDescription$
|
|
1767
|
-
];
|
|
1768
|
-
var UpdateEnvironment$ = [9, n0, _UE,
|
|
1769
|
-
0, () => UpdateEnvironmentMessage$, () => EnvironmentDescription$
|
|
1770
|
-
];
|
|
1771
|
-
var UpdateTagsForResource$ = [9, n0, _UTFR,
|
|
1772
|
-
0, () => UpdateTagsForResourceMessage$, () => __Unit
|
|
1773
|
-
];
|
|
1774
|
-
var ValidateConfigurationSettings$ = [9, n0, _VCS,
|
|
1775
|
-
0, () => ValidateConfigurationSettingsMessage$, () => ConfigurationSettingsValidationMessages$
|
|
1776
|
-
];
|
|
1777
|
-
|
|
1778
117
|
class AbortEnvironmentUpdateCommand extends smithyClient.Command
|
|
1779
118
|
.classBuilder()
|
|
1780
119
|
.ep(commonParams)
|
|
@@ -1783,7 +122,7 @@ class AbortEnvironmentUpdateCommand extends smithyClient.Command
|
|
|
1783
122
|
})
|
|
1784
123
|
.s("AWSElasticBeanstalkService", "AbortEnvironmentUpdate", {})
|
|
1785
124
|
.n("ElasticBeanstalkClient", "AbortEnvironmentUpdateCommand")
|
|
1786
|
-
.sc(AbortEnvironmentUpdate$)
|
|
125
|
+
.sc(schemas_0.AbortEnvironmentUpdate$)
|
|
1787
126
|
.build() {
|
|
1788
127
|
}
|
|
1789
128
|
|
|
@@ -1795,7 +134,7 @@ class ApplyEnvironmentManagedActionCommand extends smithyClient.Command
|
|
|
1795
134
|
})
|
|
1796
135
|
.s("AWSElasticBeanstalkService", "ApplyEnvironmentManagedAction", {})
|
|
1797
136
|
.n("ElasticBeanstalkClient", "ApplyEnvironmentManagedActionCommand")
|
|
1798
|
-
.sc(ApplyEnvironmentManagedAction$)
|
|
137
|
+
.sc(schemas_0.ApplyEnvironmentManagedAction$)
|
|
1799
138
|
.build() {
|
|
1800
139
|
}
|
|
1801
140
|
|
|
@@ -1807,7 +146,7 @@ class AssociateEnvironmentOperationsRoleCommand extends smithyClient.Command
|
|
|
1807
146
|
})
|
|
1808
147
|
.s("AWSElasticBeanstalkService", "AssociateEnvironmentOperationsRole", {})
|
|
1809
148
|
.n("ElasticBeanstalkClient", "AssociateEnvironmentOperationsRoleCommand")
|
|
1810
|
-
.sc(AssociateEnvironmentOperationsRole$)
|
|
149
|
+
.sc(schemas_0.AssociateEnvironmentOperationsRole$)
|
|
1811
150
|
.build() {
|
|
1812
151
|
}
|
|
1813
152
|
|
|
@@ -1819,7 +158,7 @@ class CheckDNSAvailabilityCommand extends smithyClient.Command
|
|
|
1819
158
|
})
|
|
1820
159
|
.s("AWSElasticBeanstalkService", "CheckDNSAvailability", {})
|
|
1821
160
|
.n("ElasticBeanstalkClient", "CheckDNSAvailabilityCommand")
|
|
1822
|
-
.sc(CheckDNSAvailability$)
|
|
161
|
+
.sc(schemas_0.CheckDNSAvailability$)
|
|
1823
162
|
.build() {
|
|
1824
163
|
}
|
|
1825
164
|
|
|
@@ -1831,7 +170,7 @@ class ComposeEnvironmentsCommand extends smithyClient.Command
|
|
|
1831
170
|
})
|
|
1832
171
|
.s("AWSElasticBeanstalkService", "ComposeEnvironments", {})
|
|
1833
172
|
.n("ElasticBeanstalkClient", "ComposeEnvironmentsCommand")
|
|
1834
|
-
.sc(ComposeEnvironments$)
|
|
173
|
+
.sc(schemas_0.ComposeEnvironments$)
|
|
1835
174
|
.build() {
|
|
1836
175
|
}
|
|
1837
176
|
|
|
@@ -1843,7 +182,7 @@ class CreateApplicationCommand extends smithyClient.Command
|
|
|
1843
182
|
})
|
|
1844
183
|
.s("AWSElasticBeanstalkService", "CreateApplication", {})
|
|
1845
184
|
.n("ElasticBeanstalkClient", "CreateApplicationCommand")
|
|
1846
|
-
.sc(CreateApplication$)
|
|
185
|
+
.sc(schemas_0.CreateApplication$)
|
|
1847
186
|
.build() {
|
|
1848
187
|
}
|
|
1849
188
|
|
|
@@ -1855,7 +194,7 @@ class CreateApplicationVersionCommand extends smithyClient.Command
|
|
|
1855
194
|
})
|
|
1856
195
|
.s("AWSElasticBeanstalkService", "CreateApplicationVersion", {})
|
|
1857
196
|
.n("ElasticBeanstalkClient", "CreateApplicationVersionCommand")
|
|
1858
|
-
.sc(CreateApplicationVersion$)
|
|
197
|
+
.sc(schemas_0.CreateApplicationVersion$)
|
|
1859
198
|
.build() {
|
|
1860
199
|
}
|
|
1861
200
|
|
|
@@ -1867,7 +206,7 @@ class CreateConfigurationTemplateCommand extends smithyClient.Command
|
|
|
1867
206
|
})
|
|
1868
207
|
.s("AWSElasticBeanstalkService", "CreateConfigurationTemplate", {})
|
|
1869
208
|
.n("ElasticBeanstalkClient", "CreateConfigurationTemplateCommand")
|
|
1870
|
-
.sc(CreateConfigurationTemplate$)
|
|
209
|
+
.sc(schemas_0.CreateConfigurationTemplate$)
|
|
1871
210
|
.build() {
|
|
1872
211
|
}
|
|
1873
212
|
|
|
@@ -1879,7 +218,7 @@ class CreateEnvironmentCommand extends smithyClient.Command
|
|
|
1879
218
|
})
|
|
1880
219
|
.s("AWSElasticBeanstalkService", "CreateEnvironment", {})
|
|
1881
220
|
.n("ElasticBeanstalkClient", "CreateEnvironmentCommand")
|
|
1882
|
-
.sc(CreateEnvironment$)
|
|
221
|
+
.sc(schemas_0.CreateEnvironment$)
|
|
1883
222
|
.build() {
|
|
1884
223
|
}
|
|
1885
224
|
|
|
@@ -1891,7 +230,7 @@ class CreatePlatformVersionCommand extends smithyClient.Command
|
|
|
1891
230
|
})
|
|
1892
231
|
.s("AWSElasticBeanstalkService", "CreatePlatformVersion", {})
|
|
1893
232
|
.n("ElasticBeanstalkClient", "CreatePlatformVersionCommand")
|
|
1894
|
-
.sc(CreatePlatformVersion$)
|
|
233
|
+
.sc(schemas_0.CreatePlatformVersion$)
|
|
1895
234
|
.build() {
|
|
1896
235
|
}
|
|
1897
236
|
|
|
@@ -1903,7 +242,7 @@ class CreateStorageLocationCommand extends smithyClient.Command
|
|
|
1903
242
|
})
|
|
1904
243
|
.s("AWSElasticBeanstalkService", "CreateStorageLocation", {})
|
|
1905
244
|
.n("ElasticBeanstalkClient", "CreateStorageLocationCommand")
|
|
1906
|
-
.sc(CreateStorageLocation$)
|
|
245
|
+
.sc(schemas_0.CreateStorageLocation$)
|
|
1907
246
|
.build() {
|
|
1908
247
|
}
|
|
1909
248
|
|
|
@@ -1915,7 +254,7 @@ class DeleteApplicationCommand extends smithyClient.Command
|
|
|
1915
254
|
})
|
|
1916
255
|
.s("AWSElasticBeanstalkService", "DeleteApplication", {})
|
|
1917
256
|
.n("ElasticBeanstalkClient", "DeleteApplicationCommand")
|
|
1918
|
-
.sc(DeleteApplication$)
|
|
257
|
+
.sc(schemas_0.DeleteApplication$)
|
|
1919
258
|
.build() {
|
|
1920
259
|
}
|
|
1921
260
|
|
|
@@ -1927,7 +266,7 @@ class DeleteApplicationVersionCommand extends smithyClient.Command
|
|
|
1927
266
|
})
|
|
1928
267
|
.s("AWSElasticBeanstalkService", "DeleteApplicationVersion", {})
|
|
1929
268
|
.n("ElasticBeanstalkClient", "DeleteApplicationVersionCommand")
|
|
1930
|
-
.sc(DeleteApplicationVersion$)
|
|
269
|
+
.sc(schemas_0.DeleteApplicationVersion$)
|
|
1931
270
|
.build() {
|
|
1932
271
|
}
|
|
1933
272
|
|
|
@@ -1939,7 +278,7 @@ class DeleteConfigurationTemplateCommand extends smithyClient.Command
|
|
|
1939
278
|
})
|
|
1940
279
|
.s("AWSElasticBeanstalkService", "DeleteConfigurationTemplate", {})
|
|
1941
280
|
.n("ElasticBeanstalkClient", "DeleteConfigurationTemplateCommand")
|
|
1942
|
-
.sc(DeleteConfigurationTemplate$)
|
|
281
|
+
.sc(schemas_0.DeleteConfigurationTemplate$)
|
|
1943
282
|
.build() {
|
|
1944
283
|
}
|
|
1945
284
|
|
|
@@ -1951,7 +290,7 @@ class DeleteEnvironmentConfigurationCommand extends smithyClient.Command
|
|
|
1951
290
|
})
|
|
1952
291
|
.s("AWSElasticBeanstalkService", "DeleteEnvironmentConfiguration", {})
|
|
1953
292
|
.n("ElasticBeanstalkClient", "DeleteEnvironmentConfigurationCommand")
|
|
1954
|
-
.sc(DeleteEnvironmentConfiguration$)
|
|
293
|
+
.sc(schemas_0.DeleteEnvironmentConfiguration$)
|
|
1955
294
|
.build() {
|
|
1956
295
|
}
|
|
1957
296
|
|
|
@@ -1963,7 +302,7 @@ class DeletePlatformVersionCommand extends smithyClient.Command
|
|
|
1963
302
|
})
|
|
1964
303
|
.s("AWSElasticBeanstalkService", "DeletePlatformVersion", {})
|
|
1965
304
|
.n("ElasticBeanstalkClient", "DeletePlatformVersionCommand")
|
|
1966
|
-
.sc(DeletePlatformVersion$)
|
|
305
|
+
.sc(schemas_0.DeletePlatformVersion$)
|
|
1967
306
|
.build() {
|
|
1968
307
|
}
|
|
1969
308
|
|
|
@@ -1975,7 +314,7 @@ class DescribeAccountAttributesCommand extends smithyClient.Command
|
|
|
1975
314
|
})
|
|
1976
315
|
.s("AWSElasticBeanstalkService", "DescribeAccountAttributes", {})
|
|
1977
316
|
.n("ElasticBeanstalkClient", "DescribeAccountAttributesCommand")
|
|
1978
|
-
.sc(DescribeAccountAttributes$)
|
|
317
|
+
.sc(schemas_0.DescribeAccountAttributes$)
|
|
1979
318
|
.build() {
|
|
1980
319
|
}
|
|
1981
320
|
|
|
@@ -1987,7 +326,7 @@ class DescribeApplicationsCommand extends smithyClient.Command
|
|
|
1987
326
|
})
|
|
1988
327
|
.s("AWSElasticBeanstalkService", "DescribeApplications", {})
|
|
1989
328
|
.n("ElasticBeanstalkClient", "DescribeApplicationsCommand")
|
|
1990
|
-
.sc(DescribeApplications$)
|
|
329
|
+
.sc(schemas_0.DescribeApplications$)
|
|
1991
330
|
.build() {
|
|
1992
331
|
}
|
|
1993
332
|
|
|
@@ -1999,7 +338,7 @@ class DescribeApplicationVersionsCommand extends smithyClient.Command
|
|
|
1999
338
|
})
|
|
2000
339
|
.s("AWSElasticBeanstalkService", "DescribeApplicationVersions", {})
|
|
2001
340
|
.n("ElasticBeanstalkClient", "DescribeApplicationVersionsCommand")
|
|
2002
|
-
.sc(DescribeApplicationVersions$)
|
|
341
|
+
.sc(schemas_0.DescribeApplicationVersions$)
|
|
2003
342
|
.build() {
|
|
2004
343
|
}
|
|
2005
344
|
|
|
@@ -2011,7 +350,7 @@ class DescribeConfigurationOptionsCommand extends smithyClient.Command
|
|
|
2011
350
|
})
|
|
2012
351
|
.s("AWSElasticBeanstalkService", "DescribeConfigurationOptions", {})
|
|
2013
352
|
.n("ElasticBeanstalkClient", "DescribeConfigurationOptionsCommand")
|
|
2014
|
-
.sc(DescribeConfigurationOptions$)
|
|
353
|
+
.sc(schemas_0.DescribeConfigurationOptions$)
|
|
2015
354
|
.build() {
|
|
2016
355
|
}
|
|
2017
356
|
|
|
@@ -2023,7 +362,7 @@ class DescribeConfigurationSettingsCommand extends smithyClient.Command
|
|
|
2023
362
|
})
|
|
2024
363
|
.s("AWSElasticBeanstalkService", "DescribeConfigurationSettings", {})
|
|
2025
364
|
.n("ElasticBeanstalkClient", "DescribeConfigurationSettingsCommand")
|
|
2026
|
-
.sc(DescribeConfigurationSettings$)
|
|
365
|
+
.sc(schemas_0.DescribeConfigurationSettings$)
|
|
2027
366
|
.build() {
|
|
2028
367
|
}
|
|
2029
368
|
|
|
@@ -2035,7 +374,7 @@ class DescribeEnvironmentHealthCommand extends smithyClient.Command
|
|
|
2035
374
|
})
|
|
2036
375
|
.s("AWSElasticBeanstalkService", "DescribeEnvironmentHealth", {})
|
|
2037
376
|
.n("ElasticBeanstalkClient", "DescribeEnvironmentHealthCommand")
|
|
2038
|
-
.sc(DescribeEnvironmentHealth$)
|
|
377
|
+
.sc(schemas_0.DescribeEnvironmentHealth$)
|
|
2039
378
|
.build() {
|
|
2040
379
|
}
|
|
2041
380
|
|
|
@@ -2047,7 +386,7 @@ class DescribeEnvironmentManagedActionHistoryCommand extends smithyClient.Comman
|
|
|
2047
386
|
})
|
|
2048
387
|
.s("AWSElasticBeanstalkService", "DescribeEnvironmentManagedActionHistory", {})
|
|
2049
388
|
.n("ElasticBeanstalkClient", "DescribeEnvironmentManagedActionHistoryCommand")
|
|
2050
|
-
.sc(DescribeEnvironmentManagedActionHistory$)
|
|
389
|
+
.sc(schemas_0.DescribeEnvironmentManagedActionHistory$)
|
|
2051
390
|
.build() {
|
|
2052
391
|
}
|
|
2053
392
|
|
|
@@ -2059,7 +398,7 @@ class DescribeEnvironmentManagedActionsCommand extends smithyClient.Command
|
|
|
2059
398
|
})
|
|
2060
399
|
.s("AWSElasticBeanstalkService", "DescribeEnvironmentManagedActions", {})
|
|
2061
400
|
.n("ElasticBeanstalkClient", "DescribeEnvironmentManagedActionsCommand")
|
|
2062
|
-
.sc(DescribeEnvironmentManagedActions$)
|
|
401
|
+
.sc(schemas_0.DescribeEnvironmentManagedActions$)
|
|
2063
402
|
.build() {
|
|
2064
403
|
}
|
|
2065
404
|
|
|
@@ -2071,7 +410,7 @@ class DescribeEnvironmentResourcesCommand extends smithyClient.Command
|
|
|
2071
410
|
})
|
|
2072
411
|
.s("AWSElasticBeanstalkService", "DescribeEnvironmentResources", {})
|
|
2073
412
|
.n("ElasticBeanstalkClient", "DescribeEnvironmentResourcesCommand")
|
|
2074
|
-
.sc(DescribeEnvironmentResources$)
|
|
413
|
+
.sc(schemas_0.DescribeEnvironmentResources$)
|
|
2075
414
|
.build() {
|
|
2076
415
|
}
|
|
2077
416
|
|
|
@@ -2083,7 +422,7 @@ class DescribeEnvironmentsCommand extends smithyClient.Command
|
|
|
2083
422
|
})
|
|
2084
423
|
.s("AWSElasticBeanstalkService", "DescribeEnvironments", {})
|
|
2085
424
|
.n("ElasticBeanstalkClient", "DescribeEnvironmentsCommand")
|
|
2086
|
-
.sc(DescribeEnvironments$)
|
|
425
|
+
.sc(schemas_0.DescribeEnvironments$)
|
|
2087
426
|
.build() {
|
|
2088
427
|
}
|
|
2089
428
|
|
|
@@ -2095,7 +434,7 @@ class DescribeEventsCommand extends smithyClient.Command
|
|
|
2095
434
|
})
|
|
2096
435
|
.s("AWSElasticBeanstalkService", "DescribeEvents", {})
|
|
2097
436
|
.n("ElasticBeanstalkClient", "DescribeEventsCommand")
|
|
2098
|
-
.sc(DescribeEvents$)
|
|
437
|
+
.sc(schemas_0.DescribeEvents$)
|
|
2099
438
|
.build() {
|
|
2100
439
|
}
|
|
2101
440
|
|
|
@@ -2107,7 +446,7 @@ class DescribeInstancesHealthCommand extends smithyClient.Command
|
|
|
2107
446
|
})
|
|
2108
447
|
.s("AWSElasticBeanstalkService", "DescribeInstancesHealth", {})
|
|
2109
448
|
.n("ElasticBeanstalkClient", "DescribeInstancesHealthCommand")
|
|
2110
|
-
.sc(DescribeInstancesHealth$)
|
|
449
|
+
.sc(schemas_0.DescribeInstancesHealth$)
|
|
2111
450
|
.build() {
|
|
2112
451
|
}
|
|
2113
452
|
|
|
@@ -2119,7 +458,7 @@ class DescribePlatformVersionCommand extends smithyClient.Command
|
|
|
2119
458
|
})
|
|
2120
459
|
.s("AWSElasticBeanstalkService", "DescribePlatformVersion", {})
|
|
2121
460
|
.n("ElasticBeanstalkClient", "DescribePlatformVersionCommand")
|
|
2122
|
-
.sc(DescribePlatformVersion$)
|
|
461
|
+
.sc(schemas_0.DescribePlatformVersion$)
|
|
2123
462
|
.build() {
|
|
2124
463
|
}
|
|
2125
464
|
|
|
@@ -2131,7 +470,7 @@ class DisassociateEnvironmentOperationsRoleCommand extends smithyClient.Command
|
|
|
2131
470
|
})
|
|
2132
471
|
.s("AWSElasticBeanstalkService", "DisassociateEnvironmentOperationsRole", {})
|
|
2133
472
|
.n("ElasticBeanstalkClient", "DisassociateEnvironmentOperationsRoleCommand")
|
|
2134
|
-
.sc(DisassociateEnvironmentOperationsRole$)
|
|
473
|
+
.sc(schemas_0.DisassociateEnvironmentOperationsRole$)
|
|
2135
474
|
.build() {
|
|
2136
475
|
}
|
|
2137
476
|
|
|
@@ -2143,7 +482,7 @@ class ListAvailableSolutionStacksCommand extends smithyClient.Command
|
|
|
2143
482
|
})
|
|
2144
483
|
.s("AWSElasticBeanstalkService", "ListAvailableSolutionStacks", {})
|
|
2145
484
|
.n("ElasticBeanstalkClient", "ListAvailableSolutionStacksCommand")
|
|
2146
|
-
.sc(ListAvailableSolutionStacks$)
|
|
485
|
+
.sc(schemas_0.ListAvailableSolutionStacks$)
|
|
2147
486
|
.build() {
|
|
2148
487
|
}
|
|
2149
488
|
|
|
@@ -2155,7 +494,7 @@ class ListPlatformBranchesCommand extends smithyClient.Command
|
|
|
2155
494
|
})
|
|
2156
495
|
.s("AWSElasticBeanstalkService", "ListPlatformBranches", {})
|
|
2157
496
|
.n("ElasticBeanstalkClient", "ListPlatformBranchesCommand")
|
|
2158
|
-
.sc(ListPlatformBranches$)
|
|
497
|
+
.sc(schemas_0.ListPlatformBranches$)
|
|
2159
498
|
.build() {
|
|
2160
499
|
}
|
|
2161
500
|
|
|
@@ -2167,7 +506,7 @@ class ListPlatformVersionsCommand extends smithyClient.Command
|
|
|
2167
506
|
})
|
|
2168
507
|
.s("AWSElasticBeanstalkService", "ListPlatformVersions", {})
|
|
2169
508
|
.n("ElasticBeanstalkClient", "ListPlatformVersionsCommand")
|
|
2170
|
-
.sc(ListPlatformVersions$)
|
|
509
|
+
.sc(schemas_0.ListPlatformVersions$)
|
|
2171
510
|
.build() {
|
|
2172
511
|
}
|
|
2173
512
|
|
|
@@ -2179,7 +518,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2179
518
|
})
|
|
2180
519
|
.s("AWSElasticBeanstalkService", "ListTagsForResource", {})
|
|
2181
520
|
.n("ElasticBeanstalkClient", "ListTagsForResourceCommand")
|
|
2182
|
-
.sc(ListTagsForResource$)
|
|
521
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
2183
522
|
.build() {
|
|
2184
523
|
}
|
|
2185
524
|
|
|
@@ -2191,7 +530,7 @@ class RebuildEnvironmentCommand extends smithyClient.Command
|
|
|
2191
530
|
})
|
|
2192
531
|
.s("AWSElasticBeanstalkService", "RebuildEnvironment", {})
|
|
2193
532
|
.n("ElasticBeanstalkClient", "RebuildEnvironmentCommand")
|
|
2194
|
-
.sc(RebuildEnvironment$)
|
|
533
|
+
.sc(schemas_0.RebuildEnvironment$)
|
|
2195
534
|
.build() {
|
|
2196
535
|
}
|
|
2197
536
|
|
|
@@ -2203,7 +542,7 @@ class RequestEnvironmentInfoCommand extends smithyClient.Command
|
|
|
2203
542
|
})
|
|
2204
543
|
.s("AWSElasticBeanstalkService", "RequestEnvironmentInfo", {})
|
|
2205
544
|
.n("ElasticBeanstalkClient", "RequestEnvironmentInfoCommand")
|
|
2206
|
-
.sc(RequestEnvironmentInfo$)
|
|
545
|
+
.sc(schemas_0.RequestEnvironmentInfo$)
|
|
2207
546
|
.build() {
|
|
2208
547
|
}
|
|
2209
548
|
|
|
@@ -2215,7 +554,7 @@ class RestartAppServerCommand extends smithyClient.Command
|
|
|
2215
554
|
})
|
|
2216
555
|
.s("AWSElasticBeanstalkService", "RestartAppServer", {})
|
|
2217
556
|
.n("ElasticBeanstalkClient", "RestartAppServerCommand")
|
|
2218
|
-
.sc(RestartAppServer$)
|
|
557
|
+
.sc(schemas_0.RestartAppServer$)
|
|
2219
558
|
.build() {
|
|
2220
559
|
}
|
|
2221
560
|
|
|
@@ -2227,7 +566,7 @@ class RetrieveEnvironmentInfoCommand extends smithyClient.Command
|
|
|
2227
566
|
})
|
|
2228
567
|
.s("AWSElasticBeanstalkService", "RetrieveEnvironmentInfo", {})
|
|
2229
568
|
.n("ElasticBeanstalkClient", "RetrieveEnvironmentInfoCommand")
|
|
2230
|
-
.sc(RetrieveEnvironmentInfo$)
|
|
569
|
+
.sc(schemas_0.RetrieveEnvironmentInfo$)
|
|
2231
570
|
.build() {
|
|
2232
571
|
}
|
|
2233
572
|
|
|
@@ -2239,7 +578,7 @@ class SwapEnvironmentCNAMEsCommand extends smithyClient.Command
|
|
|
2239
578
|
})
|
|
2240
579
|
.s("AWSElasticBeanstalkService", "SwapEnvironmentCNAMEs", {})
|
|
2241
580
|
.n("ElasticBeanstalkClient", "SwapEnvironmentCNAMEsCommand")
|
|
2242
|
-
.sc(SwapEnvironmentCNAMEs$)
|
|
581
|
+
.sc(schemas_0.SwapEnvironmentCNAMEs$)
|
|
2243
582
|
.build() {
|
|
2244
583
|
}
|
|
2245
584
|
|
|
@@ -2251,7 +590,7 @@ class TerminateEnvironmentCommand extends smithyClient.Command
|
|
|
2251
590
|
})
|
|
2252
591
|
.s("AWSElasticBeanstalkService", "TerminateEnvironment", {})
|
|
2253
592
|
.n("ElasticBeanstalkClient", "TerminateEnvironmentCommand")
|
|
2254
|
-
.sc(TerminateEnvironment$)
|
|
593
|
+
.sc(schemas_0.TerminateEnvironment$)
|
|
2255
594
|
.build() {
|
|
2256
595
|
}
|
|
2257
596
|
|
|
@@ -2263,7 +602,7 @@ class UpdateApplicationCommand extends smithyClient.Command
|
|
|
2263
602
|
})
|
|
2264
603
|
.s("AWSElasticBeanstalkService", "UpdateApplication", {})
|
|
2265
604
|
.n("ElasticBeanstalkClient", "UpdateApplicationCommand")
|
|
2266
|
-
.sc(UpdateApplication$)
|
|
605
|
+
.sc(schemas_0.UpdateApplication$)
|
|
2267
606
|
.build() {
|
|
2268
607
|
}
|
|
2269
608
|
|
|
@@ -2275,7 +614,7 @@ class UpdateApplicationResourceLifecycleCommand extends smithyClient.Command
|
|
|
2275
614
|
})
|
|
2276
615
|
.s("AWSElasticBeanstalkService", "UpdateApplicationResourceLifecycle", {})
|
|
2277
616
|
.n("ElasticBeanstalkClient", "UpdateApplicationResourceLifecycleCommand")
|
|
2278
|
-
.sc(UpdateApplicationResourceLifecycle$)
|
|
617
|
+
.sc(schemas_0.UpdateApplicationResourceLifecycle$)
|
|
2279
618
|
.build() {
|
|
2280
619
|
}
|
|
2281
620
|
|
|
@@ -2287,7 +626,7 @@ class UpdateApplicationVersionCommand extends smithyClient.Command
|
|
|
2287
626
|
})
|
|
2288
627
|
.s("AWSElasticBeanstalkService", "UpdateApplicationVersion", {})
|
|
2289
628
|
.n("ElasticBeanstalkClient", "UpdateApplicationVersionCommand")
|
|
2290
|
-
.sc(UpdateApplicationVersion$)
|
|
629
|
+
.sc(schemas_0.UpdateApplicationVersion$)
|
|
2291
630
|
.build() {
|
|
2292
631
|
}
|
|
2293
632
|
|
|
@@ -2299,7 +638,7 @@ class UpdateConfigurationTemplateCommand extends smithyClient.Command
|
|
|
2299
638
|
})
|
|
2300
639
|
.s("AWSElasticBeanstalkService", "UpdateConfigurationTemplate", {})
|
|
2301
640
|
.n("ElasticBeanstalkClient", "UpdateConfigurationTemplateCommand")
|
|
2302
|
-
.sc(UpdateConfigurationTemplate$)
|
|
641
|
+
.sc(schemas_0.UpdateConfigurationTemplate$)
|
|
2303
642
|
.build() {
|
|
2304
643
|
}
|
|
2305
644
|
|
|
@@ -2311,7 +650,7 @@ class UpdateEnvironmentCommand extends smithyClient.Command
|
|
|
2311
650
|
})
|
|
2312
651
|
.s("AWSElasticBeanstalkService", "UpdateEnvironment", {})
|
|
2313
652
|
.n("ElasticBeanstalkClient", "UpdateEnvironmentCommand")
|
|
2314
|
-
.sc(UpdateEnvironment$)
|
|
653
|
+
.sc(schemas_0.UpdateEnvironment$)
|
|
2315
654
|
.build() {
|
|
2316
655
|
}
|
|
2317
656
|
|
|
@@ -2323,7 +662,7 @@ class UpdateTagsForResourceCommand extends smithyClient.Command
|
|
|
2323
662
|
})
|
|
2324
663
|
.s("AWSElasticBeanstalkService", "UpdateTagsForResource", {})
|
|
2325
664
|
.n("ElasticBeanstalkClient", "UpdateTagsForResourceCommand")
|
|
2326
|
-
.sc(UpdateTagsForResource$)
|
|
665
|
+
.sc(schemas_0.UpdateTagsForResource$)
|
|
2327
666
|
.build() {
|
|
2328
667
|
}
|
|
2329
668
|
|
|
@@ -2335,7 +674,7 @@ class ValidateConfigurationSettingsCommand extends smithyClient.Command
|
|
|
2335
674
|
})
|
|
2336
675
|
.s("AWSElasticBeanstalkService", "ValidateConfigurationSettings", {})
|
|
2337
676
|
.n("ElasticBeanstalkClient", "ValidateConfigurationSettingsCommand")
|
|
2338
|
-
.sc(ValidateConfigurationSettings$)
|
|
677
|
+
.sc(schemas_0.ValidateConfigurationSettings$)
|
|
2339
678
|
.build() {
|
|
2340
679
|
}
|
|
2341
680
|
|
|
@@ -2712,286 +1051,77 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2712
1051
|
enumerable: true,
|
|
2713
1052
|
get: function () { return smithyClient.Client; }
|
|
2714
1053
|
});
|
|
2715
|
-
exports
|
|
1054
|
+
Object.defineProperty(exports, "ElasticBeanstalkSyntheticServiceException", {
|
|
1055
|
+
enumerable: true,
|
|
1056
|
+
get: function () { return ElasticBeanstalkSyntheticServiceException.ElasticBeanstalkSyntheticServiceException; }
|
|
1057
|
+
});
|
|
2716
1058
|
exports.AbortEnvironmentUpdateCommand = AbortEnvironmentUpdateCommand;
|
|
2717
|
-
exports.AbortEnvironmentUpdateMessage$ = AbortEnvironmentUpdateMessage$;
|
|
2718
1059
|
exports.ActionHistoryStatus = ActionHistoryStatus;
|
|
2719
1060
|
exports.ActionStatus = ActionStatus;
|
|
2720
1061
|
exports.ActionType = ActionType;
|
|
2721
|
-
exports.ApplicationDescription$ = ApplicationDescription$;
|
|
2722
|
-
exports.ApplicationDescriptionMessage$ = ApplicationDescriptionMessage$;
|
|
2723
|
-
exports.ApplicationDescriptionsMessage$ = ApplicationDescriptionsMessage$;
|
|
2724
|
-
exports.ApplicationMetrics$ = ApplicationMetrics$;
|
|
2725
|
-
exports.ApplicationResourceLifecycleConfig$ = ApplicationResourceLifecycleConfig$;
|
|
2726
|
-
exports.ApplicationResourceLifecycleDescriptionMessage$ = ApplicationResourceLifecycleDescriptionMessage$;
|
|
2727
|
-
exports.ApplicationVersionDescription$ = ApplicationVersionDescription$;
|
|
2728
|
-
exports.ApplicationVersionDescriptionMessage$ = ApplicationVersionDescriptionMessage$;
|
|
2729
|
-
exports.ApplicationVersionDescriptionsMessage$ = ApplicationVersionDescriptionsMessage$;
|
|
2730
|
-
exports.ApplicationVersionLifecycleConfig$ = ApplicationVersionLifecycleConfig$;
|
|
2731
1062
|
exports.ApplicationVersionStatus = ApplicationVersionStatus;
|
|
2732
|
-
exports.ApplyEnvironmentManagedAction$ = ApplyEnvironmentManagedAction$;
|
|
2733
1063
|
exports.ApplyEnvironmentManagedActionCommand = ApplyEnvironmentManagedActionCommand;
|
|
2734
|
-
exports.ApplyEnvironmentManagedActionRequest$ = ApplyEnvironmentManagedActionRequest$;
|
|
2735
|
-
exports.ApplyEnvironmentManagedActionResult$ = ApplyEnvironmentManagedActionResult$;
|
|
2736
|
-
exports.AssociateEnvironmentOperationsRole$ = AssociateEnvironmentOperationsRole$;
|
|
2737
1064
|
exports.AssociateEnvironmentOperationsRoleCommand = AssociateEnvironmentOperationsRoleCommand;
|
|
2738
|
-
exports.AssociateEnvironmentOperationsRoleMessage$ = AssociateEnvironmentOperationsRoleMessage$;
|
|
2739
|
-
exports.AutoScalingGroup$ = AutoScalingGroup$;
|
|
2740
|
-
exports.BuildConfiguration$ = BuildConfiguration$;
|
|
2741
|
-
exports.Builder$ = Builder$;
|
|
2742
|
-
exports.CPUUtilization$ = CPUUtilization$;
|
|
2743
|
-
exports.CheckDNSAvailability$ = CheckDNSAvailability$;
|
|
2744
1065
|
exports.CheckDNSAvailabilityCommand = CheckDNSAvailabilityCommand;
|
|
2745
|
-
exports.CheckDNSAvailabilityMessage$ = CheckDNSAvailabilityMessage$;
|
|
2746
|
-
exports.CheckDNSAvailabilityResultMessage$ = CheckDNSAvailabilityResultMessage$;
|
|
2747
|
-
exports.CodeBuildNotInServiceRegionException = CodeBuildNotInServiceRegionException;
|
|
2748
|
-
exports.CodeBuildNotInServiceRegionException$ = CodeBuildNotInServiceRegionException$;
|
|
2749
|
-
exports.ComposeEnvironments$ = ComposeEnvironments$;
|
|
2750
1066
|
exports.ComposeEnvironmentsCommand = ComposeEnvironmentsCommand;
|
|
2751
|
-
exports.ComposeEnvironmentsMessage$ = ComposeEnvironmentsMessage$;
|
|
2752
1067
|
exports.ComputeType = ComputeType;
|
|
2753
1068
|
exports.ConfigurationDeploymentStatus = ConfigurationDeploymentStatus;
|
|
2754
|
-
exports.ConfigurationOptionDescription$ = ConfigurationOptionDescription$;
|
|
2755
|
-
exports.ConfigurationOptionSetting$ = ConfigurationOptionSetting$;
|
|
2756
1069
|
exports.ConfigurationOptionValueType = ConfigurationOptionValueType;
|
|
2757
|
-
exports.ConfigurationOptionsDescription$ = ConfigurationOptionsDescription$;
|
|
2758
|
-
exports.ConfigurationSettingsDescription$ = ConfigurationSettingsDescription$;
|
|
2759
|
-
exports.ConfigurationSettingsDescriptions$ = ConfigurationSettingsDescriptions$;
|
|
2760
|
-
exports.ConfigurationSettingsValidationMessages$ = ConfigurationSettingsValidationMessages$;
|
|
2761
|
-
exports.CreateApplication$ = CreateApplication$;
|
|
2762
1070
|
exports.CreateApplicationCommand = CreateApplicationCommand;
|
|
2763
|
-
exports.CreateApplicationMessage$ = CreateApplicationMessage$;
|
|
2764
|
-
exports.CreateApplicationVersion$ = CreateApplicationVersion$;
|
|
2765
1071
|
exports.CreateApplicationVersionCommand = CreateApplicationVersionCommand;
|
|
2766
|
-
exports.CreateApplicationVersionMessage$ = CreateApplicationVersionMessage$;
|
|
2767
|
-
exports.CreateConfigurationTemplate$ = CreateConfigurationTemplate$;
|
|
2768
1072
|
exports.CreateConfigurationTemplateCommand = CreateConfigurationTemplateCommand;
|
|
2769
|
-
exports.CreateConfigurationTemplateMessage$ = CreateConfigurationTemplateMessage$;
|
|
2770
|
-
exports.CreateEnvironment$ = CreateEnvironment$;
|
|
2771
1073
|
exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
|
|
2772
|
-
exports.CreateEnvironmentMessage$ = CreateEnvironmentMessage$;
|
|
2773
|
-
exports.CreatePlatformVersion$ = CreatePlatformVersion$;
|
|
2774
1074
|
exports.CreatePlatformVersionCommand = CreatePlatformVersionCommand;
|
|
2775
|
-
exports.CreatePlatformVersionRequest$ = CreatePlatformVersionRequest$;
|
|
2776
|
-
exports.CreatePlatformVersionResult$ = CreatePlatformVersionResult$;
|
|
2777
|
-
exports.CreateStorageLocation$ = CreateStorageLocation$;
|
|
2778
1075
|
exports.CreateStorageLocationCommand = CreateStorageLocationCommand;
|
|
2779
|
-
exports.CreateStorageLocationResultMessage$ = CreateStorageLocationResultMessage$;
|
|
2780
|
-
exports.CustomAmi$ = CustomAmi$;
|
|
2781
|
-
exports.DeleteApplication$ = DeleteApplication$;
|
|
2782
1076
|
exports.DeleteApplicationCommand = DeleteApplicationCommand;
|
|
2783
|
-
exports.DeleteApplicationMessage$ = DeleteApplicationMessage$;
|
|
2784
|
-
exports.DeleteApplicationVersion$ = DeleteApplicationVersion$;
|
|
2785
1077
|
exports.DeleteApplicationVersionCommand = DeleteApplicationVersionCommand;
|
|
2786
|
-
exports.DeleteApplicationVersionMessage$ = DeleteApplicationVersionMessage$;
|
|
2787
|
-
exports.DeleteConfigurationTemplate$ = DeleteConfigurationTemplate$;
|
|
2788
1078
|
exports.DeleteConfigurationTemplateCommand = DeleteConfigurationTemplateCommand;
|
|
2789
|
-
exports.DeleteConfigurationTemplateMessage$ = DeleteConfigurationTemplateMessage$;
|
|
2790
|
-
exports.DeleteEnvironmentConfiguration$ = DeleteEnvironmentConfiguration$;
|
|
2791
1079
|
exports.DeleteEnvironmentConfigurationCommand = DeleteEnvironmentConfigurationCommand;
|
|
2792
|
-
exports.DeleteEnvironmentConfigurationMessage$ = DeleteEnvironmentConfigurationMessage$;
|
|
2793
|
-
exports.DeletePlatformVersion$ = DeletePlatformVersion$;
|
|
2794
1080
|
exports.DeletePlatformVersionCommand = DeletePlatformVersionCommand;
|
|
2795
|
-
exports.DeletePlatformVersionRequest$ = DeletePlatformVersionRequest$;
|
|
2796
|
-
exports.DeletePlatformVersionResult$ = DeletePlatformVersionResult$;
|
|
2797
|
-
exports.Deployment$ = Deployment$;
|
|
2798
|
-
exports.DescribeAccountAttributes$ = DescribeAccountAttributes$;
|
|
2799
1081
|
exports.DescribeAccountAttributesCommand = DescribeAccountAttributesCommand;
|
|
2800
|
-
exports.DescribeAccountAttributesResult$ = DescribeAccountAttributesResult$;
|
|
2801
|
-
exports.DescribeApplicationVersions$ = DescribeApplicationVersions$;
|
|
2802
1082
|
exports.DescribeApplicationVersionsCommand = DescribeApplicationVersionsCommand;
|
|
2803
|
-
exports.DescribeApplicationVersionsMessage$ = DescribeApplicationVersionsMessage$;
|
|
2804
|
-
exports.DescribeApplications$ = DescribeApplications$;
|
|
2805
1083
|
exports.DescribeApplicationsCommand = DescribeApplicationsCommand;
|
|
2806
|
-
exports.DescribeApplicationsMessage$ = DescribeApplicationsMessage$;
|
|
2807
|
-
exports.DescribeConfigurationOptions$ = DescribeConfigurationOptions$;
|
|
2808
1084
|
exports.DescribeConfigurationOptionsCommand = DescribeConfigurationOptionsCommand;
|
|
2809
|
-
exports.DescribeConfigurationOptionsMessage$ = DescribeConfigurationOptionsMessage$;
|
|
2810
|
-
exports.DescribeConfigurationSettings$ = DescribeConfigurationSettings$;
|
|
2811
1085
|
exports.DescribeConfigurationSettingsCommand = DescribeConfigurationSettingsCommand;
|
|
2812
|
-
exports.DescribeConfigurationSettingsMessage$ = DescribeConfigurationSettingsMessage$;
|
|
2813
|
-
exports.DescribeEnvironmentHealth$ = DescribeEnvironmentHealth$;
|
|
2814
1086
|
exports.DescribeEnvironmentHealthCommand = DescribeEnvironmentHealthCommand;
|
|
2815
|
-
exports.DescribeEnvironmentHealthRequest$ = DescribeEnvironmentHealthRequest$;
|
|
2816
|
-
exports.DescribeEnvironmentHealthResult$ = DescribeEnvironmentHealthResult$;
|
|
2817
|
-
exports.DescribeEnvironmentManagedActionHistory$ = DescribeEnvironmentManagedActionHistory$;
|
|
2818
1087
|
exports.DescribeEnvironmentManagedActionHistoryCommand = DescribeEnvironmentManagedActionHistoryCommand;
|
|
2819
|
-
exports.DescribeEnvironmentManagedActionHistoryRequest$ = DescribeEnvironmentManagedActionHistoryRequest$;
|
|
2820
|
-
exports.DescribeEnvironmentManagedActionHistoryResult$ = DescribeEnvironmentManagedActionHistoryResult$;
|
|
2821
|
-
exports.DescribeEnvironmentManagedActions$ = DescribeEnvironmentManagedActions$;
|
|
2822
1088
|
exports.DescribeEnvironmentManagedActionsCommand = DescribeEnvironmentManagedActionsCommand;
|
|
2823
|
-
exports.DescribeEnvironmentManagedActionsRequest$ = DescribeEnvironmentManagedActionsRequest$;
|
|
2824
|
-
exports.DescribeEnvironmentManagedActionsResult$ = DescribeEnvironmentManagedActionsResult$;
|
|
2825
|
-
exports.DescribeEnvironmentResources$ = DescribeEnvironmentResources$;
|
|
2826
1089
|
exports.DescribeEnvironmentResourcesCommand = DescribeEnvironmentResourcesCommand;
|
|
2827
|
-
exports.DescribeEnvironmentResourcesMessage$ = DescribeEnvironmentResourcesMessage$;
|
|
2828
|
-
exports.DescribeEnvironments$ = DescribeEnvironments$;
|
|
2829
1090
|
exports.DescribeEnvironmentsCommand = DescribeEnvironmentsCommand;
|
|
2830
|
-
exports.DescribeEnvironmentsMessage$ = DescribeEnvironmentsMessage$;
|
|
2831
|
-
exports.DescribeEvents$ = DescribeEvents$;
|
|
2832
1091
|
exports.DescribeEventsCommand = DescribeEventsCommand;
|
|
2833
|
-
exports.DescribeEventsMessage$ = DescribeEventsMessage$;
|
|
2834
|
-
exports.DescribeInstancesHealth$ = DescribeInstancesHealth$;
|
|
2835
1092
|
exports.DescribeInstancesHealthCommand = DescribeInstancesHealthCommand;
|
|
2836
|
-
exports.DescribeInstancesHealthRequest$ = DescribeInstancesHealthRequest$;
|
|
2837
|
-
exports.DescribeInstancesHealthResult$ = DescribeInstancesHealthResult$;
|
|
2838
|
-
exports.DescribePlatformVersion$ = DescribePlatformVersion$;
|
|
2839
1093
|
exports.DescribePlatformVersionCommand = DescribePlatformVersionCommand;
|
|
2840
|
-
exports.DescribePlatformVersionRequest$ = DescribePlatformVersionRequest$;
|
|
2841
|
-
exports.DescribePlatformVersionResult$ = DescribePlatformVersionResult$;
|
|
2842
|
-
exports.DisassociateEnvironmentOperationsRole$ = DisassociateEnvironmentOperationsRole$;
|
|
2843
1094
|
exports.DisassociateEnvironmentOperationsRoleCommand = DisassociateEnvironmentOperationsRoleCommand;
|
|
2844
|
-
exports.DisassociateEnvironmentOperationsRoleMessage$ = DisassociateEnvironmentOperationsRoleMessage$;
|
|
2845
1095
|
exports.ElasticBeanstalk = ElasticBeanstalk;
|
|
2846
1096
|
exports.ElasticBeanstalkClient = ElasticBeanstalkClient;
|
|
2847
|
-
exports.ElasticBeanstalkServiceException = ElasticBeanstalkServiceException;
|
|
2848
|
-
exports.ElasticBeanstalkServiceException$ = ElasticBeanstalkServiceException$;
|
|
2849
|
-
exports.ElasticBeanstalkSyntheticServiceException = ElasticBeanstalkSyntheticServiceException;
|
|
2850
|
-
exports.ElasticBeanstalkSyntheticServiceException$ = ElasticBeanstalkSyntheticServiceException$;
|
|
2851
|
-
exports.EnvironmentDescription$ = EnvironmentDescription$;
|
|
2852
|
-
exports.EnvironmentDescriptionsMessage$ = EnvironmentDescriptionsMessage$;
|
|
2853
1097
|
exports.EnvironmentHealth = EnvironmentHealth;
|
|
2854
1098
|
exports.EnvironmentHealthAttribute = EnvironmentHealthAttribute;
|
|
2855
1099
|
exports.EnvironmentHealthStatus = EnvironmentHealthStatus;
|
|
2856
|
-
exports.EnvironmentInfoDescription$ = EnvironmentInfoDescription$;
|
|
2857
1100
|
exports.EnvironmentInfoType = EnvironmentInfoType;
|
|
2858
|
-
exports.EnvironmentLink$ = EnvironmentLink$;
|
|
2859
|
-
exports.EnvironmentResourceDescription$ = EnvironmentResourceDescription$;
|
|
2860
|
-
exports.EnvironmentResourceDescriptionsMessage$ = EnvironmentResourceDescriptionsMessage$;
|
|
2861
|
-
exports.EnvironmentResourcesDescription$ = EnvironmentResourcesDescription$;
|
|
2862
1101
|
exports.EnvironmentStatus = EnvironmentStatus;
|
|
2863
|
-
exports.EnvironmentTier$ = EnvironmentTier$;
|
|
2864
|
-
exports.EventDescription$ = EventDescription$;
|
|
2865
|
-
exports.EventDescriptionsMessage$ = EventDescriptionsMessage$;
|
|
2866
1102
|
exports.EventSeverity = EventSeverity;
|
|
2867
1103
|
exports.FailureType = FailureType;
|
|
2868
|
-
exports.Instance$ = Instance$;
|
|
2869
|
-
exports.InstanceHealthSummary$ = InstanceHealthSummary$;
|
|
2870
1104
|
exports.InstancesHealthAttribute = InstancesHealthAttribute;
|
|
2871
|
-
exports.InsufficientPrivilegesException = InsufficientPrivilegesException;
|
|
2872
|
-
exports.InsufficientPrivilegesException$ = InsufficientPrivilegesException$;
|
|
2873
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
2874
|
-
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
2875
|
-
exports.Latency$ = Latency$;
|
|
2876
|
-
exports.LaunchConfiguration$ = LaunchConfiguration$;
|
|
2877
|
-
exports.LaunchTemplate$ = LaunchTemplate$;
|
|
2878
|
-
exports.ListAvailableSolutionStacks$ = ListAvailableSolutionStacks$;
|
|
2879
1105
|
exports.ListAvailableSolutionStacksCommand = ListAvailableSolutionStacksCommand;
|
|
2880
|
-
exports.ListAvailableSolutionStacksResultMessage$ = ListAvailableSolutionStacksResultMessage$;
|
|
2881
|
-
exports.ListPlatformBranches$ = ListPlatformBranches$;
|
|
2882
1106
|
exports.ListPlatformBranchesCommand = ListPlatformBranchesCommand;
|
|
2883
|
-
exports.ListPlatformBranchesRequest$ = ListPlatformBranchesRequest$;
|
|
2884
|
-
exports.ListPlatformBranchesResult$ = ListPlatformBranchesResult$;
|
|
2885
|
-
exports.ListPlatformVersions$ = ListPlatformVersions$;
|
|
2886
1107
|
exports.ListPlatformVersionsCommand = ListPlatformVersionsCommand;
|
|
2887
|
-
exports.ListPlatformVersionsRequest$ = ListPlatformVersionsRequest$;
|
|
2888
|
-
exports.ListPlatformVersionsResult$ = ListPlatformVersionsResult$;
|
|
2889
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
2890
1108
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2891
|
-
exports.ListTagsForResourceMessage$ = ListTagsForResourceMessage$;
|
|
2892
|
-
exports.Listener$ = Listener$;
|
|
2893
|
-
exports.LoadBalancer$ = LoadBalancer$;
|
|
2894
|
-
exports.LoadBalancerDescription$ = LoadBalancerDescription$;
|
|
2895
|
-
exports.ManagedAction$ = ManagedAction$;
|
|
2896
|
-
exports.ManagedActionHistoryItem$ = ManagedActionHistoryItem$;
|
|
2897
|
-
exports.ManagedActionInvalidStateException = ManagedActionInvalidStateException;
|
|
2898
|
-
exports.ManagedActionInvalidStateException$ = ManagedActionInvalidStateException$;
|
|
2899
|
-
exports.MaxAgeRule$ = MaxAgeRule$;
|
|
2900
|
-
exports.MaxCountRule$ = MaxCountRule$;
|
|
2901
|
-
exports.OperationInProgressException = OperationInProgressException;
|
|
2902
|
-
exports.OperationInProgressException$ = OperationInProgressException$;
|
|
2903
|
-
exports.OptionRestrictionRegex$ = OptionRestrictionRegex$;
|
|
2904
|
-
exports.OptionSpecification$ = OptionSpecification$;
|
|
2905
|
-
exports.PlatformBranchSummary$ = PlatformBranchSummary$;
|
|
2906
|
-
exports.PlatformDescription$ = PlatformDescription$;
|
|
2907
|
-
exports.PlatformFilter$ = PlatformFilter$;
|
|
2908
|
-
exports.PlatformFramework$ = PlatformFramework$;
|
|
2909
|
-
exports.PlatformProgrammingLanguage$ = PlatformProgrammingLanguage$;
|
|
2910
1109
|
exports.PlatformStatus = PlatformStatus;
|
|
2911
|
-
exports.PlatformSummary$ = PlatformSummary$;
|
|
2912
|
-
exports.PlatformVersionStillReferencedException = PlatformVersionStillReferencedException;
|
|
2913
|
-
exports.PlatformVersionStillReferencedException$ = PlatformVersionStillReferencedException$;
|
|
2914
|
-
exports.Queue$ = Queue$;
|
|
2915
|
-
exports.RebuildEnvironment$ = RebuildEnvironment$;
|
|
2916
1110
|
exports.RebuildEnvironmentCommand = RebuildEnvironmentCommand;
|
|
2917
|
-
exports.RebuildEnvironmentMessage$ = RebuildEnvironmentMessage$;
|
|
2918
|
-
exports.RequestEnvironmentInfo$ = RequestEnvironmentInfo$;
|
|
2919
1111
|
exports.RequestEnvironmentInfoCommand = RequestEnvironmentInfoCommand;
|
|
2920
|
-
exports.RequestEnvironmentInfoMessage$ = RequestEnvironmentInfoMessage$;
|
|
2921
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2922
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
2923
|
-
exports.ResourceQuota$ = ResourceQuota$;
|
|
2924
|
-
exports.ResourceQuotas$ = ResourceQuotas$;
|
|
2925
|
-
exports.ResourceTagsDescriptionMessage$ = ResourceTagsDescriptionMessage$;
|
|
2926
|
-
exports.ResourceTypeNotSupportedException = ResourceTypeNotSupportedException;
|
|
2927
|
-
exports.ResourceTypeNotSupportedException$ = ResourceTypeNotSupportedException$;
|
|
2928
|
-
exports.RestartAppServer$ = RestartAppServer$;
|
|
2929
1112
|
exports.RestartAppServerCommand = RestartAppServerCommand;
|
|
2930
|
-
exports.RestartAppServerMessage$ = RestartAppServerMessage$;
|
|
2931
|
-
exports.RetrieveEnvironmentInfo$ = RetrieveEnvironmentInfo$;
|
|
2932
1113
|
exports.RetrieveEnvironmentInfoCommand = RetrieveEnvironmentInfoCommand;
|
|
2933
|
-
exports.RetrieveEnvironmentInfoMessage$ = RetrieveEnvironmentInfoMessage$;
|
|
2934
|
-
exports.RetrieveEnvironmentInfoResultMessage$ = RetrieveEnvironmentInfoResultMessage$;
|
|
2935
|
-
exports.S3Location$ = S3Location$;
|
|
2936
|
-
exports.S3LocationNotInServiceRegionException = S3LocationNotInServiceRegionException;
|
|
2937
|
-
exports.S3LocationNotInServiceRegionException$ = S3LocationNotInServiceRegionException$;
|
|
2938
|
-
exports.S3SubscriptionRequiredException = S3SubscriptionRequiredException;
|
|
2939
|
-
exports.S3SubscriptionRequiredException$ = S3SubscriptionRequiredException$;
|
|
2940
|
-
exports.SearchFilter$ = SearchFilter$;
|
|
2941
|
-
exports.SingleInstanceHealth$ = SingleInstanceHealth$;
|
|
2942
|
-
exports.SolutionStackDescription$ = SolutionStackDescription$;
|
|
2943
|
-
exports.SourceBuildInformation$ = SourceBuildInformation$;
|
|
2944
|
-
exports.SourceBundleDeletionException = SourceBundleDeletionException;
|
|
2945
|
-
exports.SourceBundleDeletionException$ = SourceBundleDeletionException$;
|
|
2946
|
-
exports.SourceConfiguration$ = SourceConfiguration$;
|
|
2947
1114
|
exports.SourceRepository = SourceRepository;
|
|
2948
1115
|
exports.SourceType = SourceType;
|
|
2949
|
-
exports.StatusCodes$ = StatusCodes$;
|
|
2950
|
-
exports.SwapEnvironmentCNAMEs$ = SwapEnvironmentCNAMEs$;
|
|
2951
1116
|
exports.SwapEnvironmentCNAMEsCommand = SwapEnvironmentCNAMEsCommand;
|
|
2952
|
-
exports.SwapEnvironmentCNAMEsMessage$ = SwapEnvironmentCNAMEsMessage$;
|
|
2953
|
-
exports.SystemStatus$ = SystemStatus$;
|
|
2954
|
-
exports.Tag$ = Tag$;
|
|
2955
|
-
exports.TerminateEnvironment$ = TerminateEnvironment$;
|
|
2956
1117
|
exports.TerminateEnvironmentCommand = TerminateEnvironmentCommand;
|
|
2957
|
-
exports.TerminateEnvironmentMessage$ = TerminateEnvironmentMessage$;
|
|
2958
|
-
exports.TooManyApplicationVersionsException = TooManyApplicationVersionsException;
|
|
2959
|
-
exports.TooManyApplicationVersionsException$ = TooManyApplicationVersionsException$;
|
|
2960
|
-
exports.TooManyApplicationsException = TooManyApplicationsException;
|
|
2961
|
-
exports.TooManyApplicationsException$ = TooManyApplicationsException$;
|
|
2962
|
-
exports.TooManyBucketsException = TooManyBucketsException;
|
|
2963
|
-
exports.TooManyBucketsException$ = TooManyBucketsException$;
|
|
2964
|
-
exports.TooManyConfigurationTemplatesException = TooManyConfigurationTemplatesException;
|
|
2965
|
-
exports.TooManyConfigurationTemplatesException$ = TooManyConfigurationTemplatesException$;
|
|
2966
|
-
exports.TooManyEnvironmentsException = TooManyEnvironmentsException;
|
|
2967
|
-
exports.TooManyEnvironmentsException$ = TooManyEnvironmentsException$;
|
|
2968
|
-
exports.TooManyPlatformsException = TooManyPlatformsException;
|
|
2969
|
-
exports.TooManyPlatformsException$ = TooManyPlatformsException$;
|
|
2970
|
-
exports.TooManyTagsException = TooManyTagsException;
|
|
2971
|
-
exports.TooManyTagsException$ = TooManyTagsException$;
|
|
2972
|
-
exports.Trigger$ = Trigger$;
|
|
2973
|
-
exports.UpdateApplication$ = UpdateApplication$;
|
|
2974
1118
|
exports.UpdateApplicationCommand = UpdateApplicationCommand;
|
|
2975
|
-
exports.UpdateApplicationMessage$ = UpdateApplicationMessage$;
|
|
2976
|
-
exports.UpdateApplicationResourceLifecycle$ = UpdateApplicationResourceLifecycle$;
|
|
2977
1119
|
exports.UpdateApplicationResourceLifecycleCommand = UpdateApplicationResourceLifecycleCommand;
|
|
2978
|
-
exports.UpdateApplicationResourceLifecycleMessage$ = UpdateApplicationResourceLifecycleMessage$;
|
|
2979
|
-
exports.UpdateApplicationVersion$ = UpdateApplicationVersion$;
|
|
2980
1120
|
exports.UpdateApplicationVersionCommand = UpdateApplicationVersionCommand;
|
|
2981
|
-
exports.UpdateApplicationVersionMessage$ = UpdateApplicationVersionMessage$;
|
|
2982
|
-
exports.UpdateConfigurationTemplate$ = UpdateConfigurationTemplate$;
|
|
2983
1121
|
exports.UpdateConfigurationTemplateCommand = UpdateConfigurationTemplateCommand;
|
|
2984
|
-
exports.UpdateConfigurationTemplateMessage$ = UpdateConfigurationTemplateMessage$;
|
|
2985
|
-
exports.UpdateEnvironment$ = UpdateEnvironment$;
|
|
2986
1122
|
exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;
|
|
2987
|
-
exports.UpdateEnvironmentMessage$ = UpdateEnvironmentMessage$;
|
|
2988
|
-
exports.UpdateTagsForResource$ = UpdateTagsForResource$;
|
|
2989
1123
|
exports.UpdateTagsForResourceCommand = UpdateTagsForResourceCommand;
|
|
2990
|
-
exports.UpdateTagsForResourceMessage$ = UpdateTagsForResourceMessage$;
|
|
2991
|
-
exports.ValidateConfigurationSettings$ = ValidateConfigurationSettings$;
|
|
2992
1124
|
exports.ValidateConfigurationSettingsCommand = ValidateConfigurationSettingsCommand;
|
|
2993
|
-
exports.ValidateConfigurationSettingsMessage$ = ValidateConfigurationSettingsMessage$;
|
|
2994
|
-
exports.ValidationMessage$ = ValidationMessage$;
|
|
2995
1125
|
exports.ValidationSeverity = ValidationSeverity;
|
|
2996
1126
|
exports.paginateDescribeEnvironmentManagedActionHistory = paginateDescribeEnvironmentManagedActionHistory;
|
|
2997
1127
|
exports.paginateDescribeEvents = paginateDescribeEvents;
|
|
@@ -3003,3 +1133,15 @@ exports.waitForEnvironmentUpdated = waitForEnvironmentUpdated;
|
|
|
3003
1133
|
exports.waitUntilEnvironmentExists = waitUntilEnvironmentExists;
|
|
3004
1134
|
exports.waitUntilEnvironmentTerminated = waitUntilEnvironmentTerminated;
|
|
3005
1135
|
exports.waitUntilEnvironmentUpdated = waitUntilEnvironmentUpdated;
|
|
1136
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
1137
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1138
|
+
enumerable: true,
|
|
1139
|
+
get: function () { return schemas_0[k]; }
|
|
1140
|
+
});
|
|
1141
|
+
});
|
|
1142
|
+
Object.keys(errors).forEach(function (k) {
|
|
1143
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1144
|
+
enumerable: true,
|
|
1145
|
+
get: function () { return errors[k]; }
|
|
1146
|
+
});
|
|
1147
|
+
});
|