@aws-sdk/client-elastic-beanstalk 3.943.0 → 3.946.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 +19 -105
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/ElasticBeanstalkClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +19 -105
- package/dist-types/ElasticBeanstalk.d.ts +1 -1
- package/dist-types/ElasticBeanstalkClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +3 -3
- package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +3 -3
- package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +3 -3
- package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +3 -3
- package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +3 -3
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/CreatePlatformVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateStorageLocationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeletePlatformVersionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +3 -3
- package/dist-types/commands/DescribePlatformVersionCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +3 -3
- package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +3 -3
- package/dist-types/commands/ListPlatformBranchesCommand.d.ts +3 -3
- package/dist-types/commands/ListPlatformVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/RebuildEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +3 -3
- package/dist-types/commands/RestartAppServerCommand.d.ts +3 -3
- package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +3 -3
- package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +3 -3
- package/dist-types/commands/TerminateEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/ElasticBeanstalkSyntheticServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListPlatformBranchesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPlatformVersionsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ElasticBeanstalkSyntheticServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -890,11 +890,7 @@ var CodeBuildNotInServiceRegionException = [
|
|
|
890
890
|
-3,
|
|
891
891
|
n0,
|
|
892
892
|
_CBNISRE,
|
|
893
|
-
{
|
|
894
|
-
[_e]: _c,
|
|
895
|
-
[_hE]: 400,
|
|
896
|
-
[_aQE]: [`CodeBuildNotInServiceRegionException`, 400],
|
|
897
|
-
},
|
|
893
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`CodeBuildNotInServiceRegionException`, 400] },
|
|
898
894
|
[_m],
|
|
899
895
|
[0],
|
|
900
896
|
];
|
|
@@ -1131,16 +1127,7 @@ var DescribePlatformVersionResult = [
|
|
|
1131
1127
|
[() => PlatformDescription],
|
|
1132
1128
|
];
|
|
1133
1129
|
var DisassociateEnvironmentOperationsRoleMessage = [3, n0, _DEORM, 0, [_EN], [0]];
|
|
1134
|
-
var ElasticBeanstalkServiceException = [
|
|
1135
|
-
-3,
|
|
1136
|
-
n0,
|
|
1137
|
-
_EBSE,
|
|
1138
|
-
{
|
|
1139
|
-
[_e]: _c,
|
|
1140
|
-
},
|
|
1141
|
-
[_m],
|
|
1142
|
-
[0],
|
|
1143
|
-
];
|
|
1130
|
+
var ElasticBeanstalkServiceException = [-3, n0, _EBSE, { [_e]: _c }, [_m], [0]];
|
|
1144
1131
|
schema.TypeRegistry.for(n0).registerError(ElasticBeanstalkServiceException, ElasticBeanstalkServiceException$1);
|
|
1145
1132
|
var EnvironmentDescription = [
|
|
1146
1133
|
3,
|
|
@@ -1245,11 +1232,7 @@ var InsufficientPrivilegesException = [
|
|
|
1245
1232
|
-3,
|
|
1246
1233
|
n0,
|
|
1247
1234
|
_IPE,
|
|
1248
|
-
{
|
|
1249
|
-
[_e]: _c,
|
|
1250
|
-
[_hE]: 403,
|
|
1251
|
-
[_aQE]: [`InsufficientPrivilegesException`, 403],
|
|
1252
|
-
},
|
|
1235
|
+
{ [_e]: _c, [_hE]: 403, [_aQE]: [`InsufficientPrivilegesException`, 403] },
|
|
1253
1236
|
[_m],
|
|
1254
1237
|
[0],
|
|
1255
1238
|
];
|
|
@@ -1258,11 +1241,7 @@ var InvalidRequestException = [
|
|
|
1258
1241
|
-3,
|
|
1259
1242
|
n0,
|
|
1260
1243
|
_IRE,
|
|
1261
|
-
{
|
|
1262
|
-
[_e]: _c,
|
|
1263
|
-
[_hE]: 400,
|
|
1264
|
-
[_aQE]: [`InvalidRequestException`, 400],
|
|
1265
|
-
},
|
|
1244
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidRequestException`, 400] },
|
|
1266
1245
|
[_m],
|
|
1267
1246
|
[0],
|
|
1268
1247
|
];
|
|
@@ -1341,11 +1320,7 @@ var ManagedActionInvalidStateException = [
|
|
|
1341
1320
|
-3,
|
|
1342
1321
|
n0,
|
|
1343
1322
|
_MAISE,
|
|
1344
|
-
{
|
|
1345
|
-
[_e]: _c,
|
|
1346
|
-
[_hE]: 400,
|
|
1347
|
-
[_aQE]: [`ManagedActionInvalidStateException`, 400],
|
|
1348
|
-
},
|
|
1323
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ManagedActionInvalidStateException`, 400] },
|
|
1349
1324
|
[_m],
|
|
1350
1325
|
[0],
|
|
1351
1326
|
];
|
|
@@ -1356,11 +1331,7 @@ var OperationInProgressException = [
|
|
|
1356
1331
|
-3,
|
|
1357
1332
|
n0,
|
|
1358
1333
|
_OIPE,
|
|
1359
|
-
{
|
|
1360
|
-
[_e]: _c,
|
|
1361
|
-
[_hE]: 400,
|
|
1362
|
-
[_aQE]: [`OperationInProgressFailure`, 400],
|
|
1363
|
-
},
|
|
1334
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`OperationInProgressFailure`, 400] },
|
|
1364
1335
|
[_m],
|
|
1365
1336
|
[0],
|
|
1366
1337
|
];
|
|
@@ -1420,11 +1391,7 @@ var PlatformVersionStillReferencedException = [
|
|
|
1420
1391
|
-3,
|
|
1421
1392
|
n0,
|
|
1422
1393
|
_PVSRE,
|
|
1423
|
-
{
|
|
1424
|
-
[_e]: _c,
|
|
1425
|
-
[_hE]: 400,
|
|
1426
|
-
[_aQE]: [`PlatformVersionStillReferencedException`, 400],
|
|
1427
|
-
},
|
|
1394
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`PlatformVersionStillReferencedException`, 400] },
|
|
1428
1395
|
[_m],
|
|
1429
1396
|
[0],
|
|
1430
1397
|
];
|
|
@@ -1436,11 +1403,7 @@ var ResourceNotFoundException = [
|
|
|
1436
1403
|
-3,
|
|
1437
1404
|
n0,
|
|
1438
1405
|
_RNFE,
|
|
1439
|
-
{
|
|
1440
|
-
[_e]: _c,
|
|
1441
|
-
[_hE]: 400,
|
|
1442
|
-
[_aQE]: [`ResourceNotFoundException`, 400],
|
|
1443
|
-
},
|
|
1406
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ResourceNotFoundException`, 400] },
|
|
1444
1407
|
[_m],
|
|
1445
1408
|
[0],
|
|
1446
1409
|
];
|
|
@@ -1459,11 +1422,7 @@ var ResourceTypeNotSupportedException = [
|
|
|
1459
1422
|
-3,
|
|
1460
1423
|
n0,
|
|
1461
1424
|
_RTNSE,
|
|
1462
|
-
{
|
|
1463
|
-
[_e]: _c,
|
|
1464
|
-
[_hE]: 400,
|
|
1465
|
-
[_aQE]: [`ResourceTypeNotSupportedException`, 400],
|
|
1466
|
-
},
|
|
1425
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ResourceTypeNotSupportedException`, 400] },
|
|
1467
1426
|
[_m],
|
|
1468
1427
|
[0],
|
|
1469
1428
|
];
|
|
@@ -1483,11 +1442,7 @@ var S3LocationNotInServiceRegionException = [
|
|
|
1483
1442
|
-3,
|
|
1484
1443
|
n0,
|
|
1485
1444
|
_SLNISRE,
|
|
1486
|
-
{
|
|
1487
|
-
[_e]: _c,
|
|
1488
|
-
[_hE]: 400,
|
|
1489
|
-
[_aQE]: [`S3LocationNotInServiceRegionException`, 400],
|
|
1490
|
-
},
|
|
1445
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`S3LocationNotInServiceRegionException`, 400] },
|
|
1491
1446
|
[_m],
|
|
1492
1447
|
[0],
|
|
1493
1448
|
];
|
|
@@ -1496,11 +1451,7 @@ var S3SubscriptionRequiredException = [
|
|
|
1496
1451
|
-3,
|
|
1497
1452
|
n0,
|
|
1498
1453
|
_SSRE,
|
|
1499
|
-
{
|
|
1500
|
-
[_e]: _c,
|
|
1501
|
-
[_hE]: 400,
|
|
1502
|
-
[_aQE]: [`S3SubscriptionRequiredException`, 400],
|
|
1503
|
-
},
|
|
1454
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`S3SubscriptionRequiredException`, 400] },
|
|
1504
1455
|
[_m],
|
|
1505
1456
|
[0],
|
|
1506
1457
|
];
|
|
@@ -1520,11 +1471,7 @@ var SourceBundleDeletionException = [
|
|
|
1520
1471
|
-3,
|
|
1521
1472
|
n0,
|
|
1522
1473
|
_SBDE,
|
|
1523
|
-
{
|
|
1524
|
-
[_e]: _c,
|
|
1525
|
-
[_hE]: 400,
|
|
1526
|
-
[_aQE]: [`SourceBundleDeletionFailure`, 400],
|
|
1527
|
-
},
|
|
1474
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`SourceBundleDeletionFailure`, 400] },
|
|
1528
1475
|
[_m],
|
|
1529
1476
|
[0],
|
|
1530
1477
|
];
|
|
@@ -1546,35 +1493,18 @@ var TooManyApplicationsException = [
|
|
|
1546
1493
|
-3,
|
|
1547
1494
|
n0,
|
|
1548
1495
|
_TMAE,
|
|
1549
|
-
{
|
|
1550
|
-
[_e]: _c,
|
|
1551
|
-
[_hE]: 400,
|
|
1552
|
-
[_aQE]: [`TooManyApplicationsException`, 400],
|
|
1553
|
-
},
|
|
1496
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TooManyApplicationsException`, 400] },
|
|
1554
1497
|
[_m],
|
|
1555
1498
|
[0],
|
|
1556
1499
|
];
|
|
1557
1500
|
schema.TypeRegistry.for(n0).registerError(TooManyApplicationsException, TooManyApplicationsException$1);
|
|
1558
|
-
var TooManyApplicationVersionsException = [
|
|
1559
|
-
-3,
|
|
1560
|
-
n0,
|
|
1561
|
-
_TMAVE,
|
|
1562
|
-
{
|
|
1563
|
-
[_e]: _c,
|
|
1564
|
-
},
|
|
1565
|
-
[_m],
|
|
1566
|
-
[0],
|
|
1567
|
-
];
|
|
1501
|
+
var TooManyApplicationVersionsException = [-3, n0, _TMAVE, { [_e]: _c }, [_m], [0]];
|
|
1568
1502
|
schema.TypeRegistry.for(n0).registerError(TooManyApplicationVersionsException, TooManyApplicationVersionsException$1);
|
|
1569
1503
|
var TooManyBucketsException = [
|
|
1570
1504
|
-3,
|
|
1571
1505
|
n0,
|
|
1572
1506
|
_TMBE,
|
|
1573
|
-
{
|
|
1574
|
-
[_e]: _c,
|
|
1575
|
-
[_hE]: 400,
|
|
1576
|
-
[_aQE]: [`TooManyBucketsException`, 400],
|
|
1577
|
-
},
|
|
1507
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TooManyBucketsException`, 400] },
|
|
1578
1508
|
[_m],
|
|
1579
1509
|
[0],
|
|
1580
1510
|
];
|
|
@@ -1583,11 +1513,7 @@ var TooManyConfigurationTemplatesException = [
|
|
|
1583
1513
|
-3,
|
|
1584
1514
|
n0,
|
|
1585
1515
|
_TMCTE,
|
|
1586
|
-
{
|
|
1587
|
-
[_e]: _c,
|
|
1588
|
-
[_hE]: 400,
|
|
1589
|
-
[_aQE]: [`TooManyConfigurationTemplatesException`, 400],
|
|
1590
|
-
},
|
|
1516
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TooManyConfigurationTemplatesException`, 400] },
|
|
1591
1517
|
[_m],
|
|
1592
1518
|
[0],
|
|
1593
1519
|
];
|
|
@@ -1596,11 +1522,7 @@ var TooManyEnvironmentsException = [
|
|
|
1596
1522
|
-3,
|
|
1597
1523
|
n0,
|
|
1598
1524
|
_TMEE,
|
|
1599
|
-
{
|
|
1600
|
-
[_e]: _c,
|
|
1601
|
-
[_hE]: 400,
|
|
1602
|
-
[_aQE]: [`TooManyEnvironmentsException`, 400],
|
|
1603
|
-
},
|
|
1525
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TooManyEnvironmentsException`, 400] },
|
|
1604
1526
|
[_m],
|
|
1605
1527
|
[0],
|
|
1606
1528
|
];
|
|
@@ -1609,11 +1531,7 @@ var TooManyPlatformsException = [
|
|
|
1609
1531
|
-3,
|
|
1610
1532
|
n0,
|
|
1611
1533
|
_TMPE,
|
|
1612
|
-
{
|
|
1613
|
-
[_e]: _c,
|
|
1614
|
-
[_hE]: 400,
|
|
1615
|
-
[_aQE]: [`TooManyPlatformsException`, 400],
|
|
1616
|
-
},
|
|
1534
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TooManyPlatformsException`, 400] },
|
|
1617
1535
|
[_m],
|
|
1618
1536
|
[0],
|
|
1619
1537
|
];
|
|
@@ -1622,11 +1540,7 @@ var TooManyTagsException = [
|
|
|
1622
1540
|
-3,
|
|
1623
1541
|
n0,
|
|
1624
1542
|
_TMTE,
|
|
1625
|
-
{
|
|
1626
|
-
[_e]: _c,
|
|
1627
|
-
[_hE]: 400,
|
|
1628
|
-
[_aQE]: [`TooManyTagsException`, 400],
|
|
1629
|
-
},
|
|
1543
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TooManyTagsException`, 400] },
|
|
1630
1544
|
[_m],
|
|
1631
1545
|
[0],
|
|
1632
1546
|
];
|
|
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
8
8
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
9
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
10
|
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
12
|
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
12
14
|
const util_retry_1 = require("@smithy/util-retry");
|
|
13
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
|
|
|
11
11
|
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
12
|
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
13
|
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
15
|
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
16
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
15
17
|
const util_retry_1 = require("@smithy/util-retry");
|
|
16
18
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
-
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
-
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
19
|
const getRuntimeConfig = (config) => {
|
|
21
|
-
(0,
|
|
20
|
+
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
21
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
22
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
23
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
7
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
9
|
+
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
11
|
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultElasticBeanstalkHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
|
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
5
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
7
8
|
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
8
10
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
9
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
11
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
12
12
|
export const getRuntimeConfig = (config) => {
|
|
13
13
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
14
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
|
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
10
11
|
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
12
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
11
13
|
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
14
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
|
|
16
15
|
export const getRuntimeConfig = (config) => {
|
|
17
16
|
emitWarningIfUnsupportedVersion(process.version);
|
|
18
17
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -544,11 +544,7 @@ export var CodeBuildNotInServiceRegionException = [
|
|
|
544
544
|
-3,
|
|
545
545
|
n0,
|
|
546
546
|
_CBNISRE,
|
|
547
|
-
{
|
|
548
|
-
[_e]: _c,
|
|
549
|
-
[_hE]: 400,
|
|
550
|
-
[_aQE]: [`CodeBuildNotInServiceRegionException`, 400],
|
|
551
|
-
},
|
|
547
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`CodeBuildNotInServiceRegionException`, 400] },
|
|
552
548
|
[_m],
|
|
553
549
|
[0],
|
|
554
550
|
];
|
|
@@ -785,16 +781,7 @@ export var DescribePlatformVersionResult = [
|
|
|
785
781
|
[() => PlatformDescription],
|
|
786
782
|
];
|
|
787
783
|
export var DisassociateEnvironmentOperationsRoleMessage = [3, n0, _DEORM, 0, [_EN], [0]];
|
|
788
|
-
export var ElasticBeanstalkServiceException = [
|
|
789
|
-
-3,
|
|
790
|
-
n0,
|
|
791
|
-
_EBSE,
|
|
792
|
-
{
|
|
793
|
-
[_e]: _c,
|
|
794
|
-
},
|
|
795
|
-
[_m],
|
|
796
|
-
[0],
|
|
797
|
-
];
|
|
784
|
+
export var ElasticBeanstalkServiceException = [-3, n0, _EBSE, { [_e]: _c }, [_m], [0]];
|
|
798
785
|
TypeRegistry.for(n0).registerError(ElasticBeanstalkServiceException, __ElasticBeanstalkServiceException);
|
|
799
786
|
export var EnvironmentDescription = [
|
|
800
787
|
3,
|
|
@@ -899,11 +886,7 @@ export var InsufficientPrivilegesException = [
|
|
|
899
886
|
-3,
|
|
900
887
|
n0,
|
|
901
888
|
_IPE,
|
|
902
|
-
{
|
|
903
|
-
[_e]: _c,
|
|
904
|
-
[_hE]: 403,
|
|
905
|
-
[_aQE]: [`InsufficientPrivilegesException`, 403],
|
|
906
|
-
},
|
|
889
|
+
{ [_e]: _c, [_hE]: 403, [_aQE]: [`InsufficientPrivilegesException`, 403] },
|
|
907
890
|
[_m],
|
|
908
891
|
[0],
|
|
909
892
|
];
|
|
@@ -912,11 +895,7 @@ export var InvalidRequestException = [
|
|
|
912
895
|
-3,
|
|
913
896
|
n0,
|
|
914
897
|
_IRE,
|
|
915
|
-
{
|
|
916
|
-
[_e]: _c,
|
|
917
|
-
[_hE]: 400,
|
|
918
|
-
[_aQE]: [`InvalidRequestException`, 400],
|
|
919
|
-
},
|
|
898
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidRequestException`, 400] },
|
|
920
899
|
[_m],
|
|
921
900
|
[0],
|
|
922
901
|
];
|
|
@@ -995,11 +974,7 @@ export var ManagedActionInvalidStateException = [
|
|
|
995
974
|
-3,
|
|
996
975
|
n0,
|
|
997
976
|
_MAISE,
|
|
998
|
-
{
|
|
999
|
-
[_e]: _c,
|
|
1000
|
-
[_hE]: 400,
|
|
1001
|
-
[_aQE]: [`ManagedActionInvalidStateException`, 400],
|
|
1002
|
-
},
|
|
977
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ManagedActionInvalidStateException`, 400] },
|
|
1003
978
|
[_m],
|
|
1004
979
|
[0],
|
|
1005
980
|
];
|
|
@@ -1010,11 +985,7 @@ export var OperationInProgressException = [
|
|
|
1010
985
|
-3,
|
|
1011
986
|
n0,
|
|
1012
987
|
_OIPE,
|
|
1013
|
-
{
|
|
1014
|
-
[_e]: _c,
|
|
1015
|
-
[_hE]: 400,
|
|
1016
|
-
[_aQE]: [`OperationInProgressFailure`, 400],
|
|
1017
|
-
},
|
|
988
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`OperationInProgressFailure`, 400] },
|
|
1018
989
|
[_m],
|
|
1019
990
|
[0],
|
|
1020
991
|
];
|
|
@@ -1074,11 +1045,7 @@ export var PlatformVersionStillReferencedException = [
|
|
|
1074
1045
|
-3,
|
|
1075
1046
|
n0,
|
|
1076
1047
|
_PVSRE,
|
|
1077
|
-
{
|
|
1078
|
-
[_e]: _c,
|
|
1079
|
-
[_hE]: 400,
|
|
1080
|
-
[_aQE]: [`PlatformVersionStillReferencedException`, 400],
|
|
1081
|
-
},
|
|
1048
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`PlatformVersionStillReferencedException`, 400] },
|
|
1082
1049
|
[_m],
|
|
1083
1050
|
[0],
|
|
1084
1051
|
];
|
|
@@ -1090,11 +1057,7 @@ export var ResourceNotFoundException = [
|
|
|
1090
1057
|
-3,
|
|
1091
1058
|
n0,
|
|
1092
1059
|
_RNFE,
|
|
1093
|
-
{
|
|
1094
|
-
[_e]: _c,
|
|
1095
|
-
[_hE]: 400,
|
|
1096
|
-
[_aQE]: [`ResourceNotFoundException`, 400],
|
|
1097
|
-
},
|
|
1060
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ResourceNotFoundException`, 400] },
|
|
1098
1061
|
[_m],
|
|
1099
1062
|
[0],
|
|
1100
1063
|
];
|
|
@@ -1113,11 +1076,7 @@ export var ResourceTypeNotSupportedException = [
|
|
|
1113
1076
|
-3,
|
|
1114
1077
|
n0,
|
|
1115
1078
|
_RTNSE,
|
|
1116
|
-
{
|
|
1117
|
-
[_e]: _c,
|
|
1118
|
-
[_hE]: 400,
|
|
1119
|
-
[_aQE]: [`ResourceTypeNotSupportedException`, 400],
|
|
1120
|
-
},
|
|
1079
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ResourceTypeNotSupportedException`, 400] },
|
|
1121
1080
|
[_m],
|
|
1122
1081
|
[0],
|
|
1123
1082
|
];
|
|
@@ -1137,11 +1096,7 @@ export var S3LocationNotInServiceRegionException = [
|
|
|
1137
1096
|
-3,
|
|
1138
1097
|
n0,
|
|
1139
1098
|
_SLNISRE,
|
|
1140
|
-
{
|
|
1141
|
-
[_e]: _c,
|
|
1142
|
-
[_hE]: 400,
|
|
1143
|
-
[_aQE]: [`S3LocationNotInServiceRegionException`, 400],
|
|
1144
|
-
},
|
|
1099
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`S3LocationNotInServiceRegionException`, 400] },
|
|
1145
1100
|
[_m],
|
|
1146
1101
|
[0],
|
|
1147
1102
|
];
|
|
@@ -1150,11 +1105,7 @@ export var S3SubscriptionRequiredException = [
|
|
|
1150
1105
|
-3,
|
|
1151
1106
|
n0,
|
|
1152
1107
|
_SSRE,
|
|
1153
|
-
{
|
|
1154
|
-
[_e]: _c,
|
|
1155
|
-
[_hE]: 400,
|
|
1156
|
-
[_aQE]: [`S3SubscriptionRequiredException`, 400],
|
|
1157
|
-
},
|
|
1108
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`S3SubscriptionRequiredException`, 400] },
|
|
1158
1109
|
[_m],
|
|
1159
1110
|
[0],
|
|
1160
1111
|
];
|
|
@@ -1174,11 +1125,7 @@ export var SourceBundleDeletionException = [
|
|
|
1174
1125
|
-3,
|
|
1175
1126
|
n0,
|
|
1176
1127
|
_SBDE,
|
|
1177
|
-
{
|
|
1178
|
-
[_e]: _c,
|
|
1179
|
-
[_hE]: 400,
|
|
1180
|
-
[_aQE]: [`SourceBundleDeletionFailure`, 400],
|
|
1181
|
-
},
|
|
1128
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`SourceBundleDeletionFailure`, 400] },
|
|
1182
1129
|
[_m],
|
|
1183
1130
|
[0],
|
|
1184
1131
|
];
|
|
@@ -1200,35 +1147,18 @@ export var TooManyApplicationsException = [
|
|
|
1200
1147
|
-3,
|
|
1201
1148
|
n0,
|
|
1202
1149
|
_TMAE,
|
|
1203
|
-
{
|
|
1204
|
-
[_e]: _c,
|
|
1205
|
-
[_hE]: 400,
|
|
1206
|
-
[_aQE]: [`TooManyApplicationsException`, 400],
|
|
1207
|
-
},
|
|
1150
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TooManyApplicationsException`, 400] },
|
|
1208
1151
|
[_m],
|
|
1209
1152
|
[0],
|
|
1210
1153
|
];
|
|
1211
1154
|
TypeRegistry.for(n0).registerError(TooManyApplicationsException, __TooManyApplicationsException);
|
|
1212
|
-
export var TooManyApplicationVersionsException = [
|
|
1213
|
-
-3,
|
|
1214
|
-
n0,
|
|
1215
|
-
_TMAVE,
|
|
1216
|
-
{
|
|
1217
|
-
[_e]: _c,
|
|
1218
|
-
},
|
|
1219
|
-
[_m],
|
|
1220
|
-
[0],
|
|
1221
|
-
];
|
|
1155
|
+
export var TooManyApplicationVersionsException = [-3, n0, _TMAVE, { [_e]: _c }, [_m], [0]];
|
|
1222
1156
|
TypeRegistry.for(n0).registerError(TooManyApplicationVersionsException, __TooManyApplicationVersionsException);
|
|
1223
1157
|
export var TooManyBucketsException = [
|
|
1224
1158
|
-3,
|
|
1225
1159
|
n0,
|
|
1226
1160
|
_TMBE,
|
|
1227
|
-
{
|
|
1228
|
-
[_e]: _c,
|
|
1229
|
-
[_hE]: 400,
|
|
1230
|
-
[_aQE]: [`TooManyBucketsException`, 400],
|
|
1231
|
-
},
|
|
1161
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TooManyBucketsException`, 400] },
|
|
1232
1162
|
[_m],
|
|
1233
1163
|
[0],
|
|
1234
1164
|
];
|
|
@@ -1237,11 +1167,7 @@ export var TooManyConfigurationTemplatesException = [
|
|
|
1237
1167
|
-3,
|
|
1238
1168
|
n0,
|
|
1239
1169
|
_TMCTE,
|
|
1240
|
-
{
|
|
1241
|
-
[_e]: _c,
|
|
1242
|
-
[_hE]: 400,
|
|
1243
|
-
[_aQE]: [`TooManyConfigurationTemplatesException`, 400],
|
|
1244
|
-
},
|
|
1170
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TooManyConfigurationTemplatesException`, 400] },
|
|
1245
1171
|
[_m],
|
|
1246
1172
|
[0],
|
|
1247
1173
|
];
|
|
@@ -1250,11 +1176,7 @@ export var TooManyEnvironmentsException = [
|
|
|
1250
1176
|
-3,
|
|
1251
1177
|
n0,
|
|
1252
1178
|
_TMEE,
|
|
1253
|
-
{
|
|
1254
|
-
[_e]: _c,
|
|
1255
|
-
[_hE]: 400,
|
|
1256
|
-
[_aQE]: [`TooManyEnvironmentsException`, 400],
|
|
1257
|
-
},
|
|
1179
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TooManyEnvironmentsException`, 400] },
|
|
1258
1180
|
[_m],
|
|
1259
1181
|
[0],
|
|
1260
1182
|
];
|
|
@@ -1263,11 +1185,7 @@ export var TooManyPlatformsException = [
|
|
|
1263
1185
|
-3,
|
|
1264
1186
|
n0,
|
|
1265
1187
|
_TMPE,
|
|
1266
|
-
{
|
|
1267
|
-
[_e]: _c,
|
|
1268
|
-
[_hE]: 400,
|
|
1269
|
-
[_aQE]: [`TooManyPlatformsException`, 400],
|
|
1270
|
-
},
|
|
1188
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TooManyPlatformsException`, 400] },
|
|
1271
1189
|
[_m],
|
|
1272
1190
|
[0],
|
|
1273
1191
|
];
|
|
@@ -1276,11 +1194,7 @@ export var TooManyTagsException = [
|
|
|
1276
1194
|
-3,
|
|
1277
1195
|
n0,
|
|
1278
1196
|
_TMTE,
|
|
1279
|
-
{
|
|
1280
|
-
[_e]: _c,
|
|
1281
|
-
[_hE]: 400,
|
|
1282
|
-
[_aQE]: [`TooManyTagsException`, 400],
|
|
1283
|
-
},
|
|
1197
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TooManyTagsException`, 400] },
|
|
1284
1198
|
[_m],
|
|
1285
1199
|
[0],
|
|
1286
1200
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput } from "./commands/AbortEnvironmentUpdateCommand";
|
|
3
3
|
import { ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput } from "./commands/ApplyEnvironmentManagedActionCommand";
|
|
4
4
|
import { AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput } from "./commands/AssociateEnvironmentOperationsRoleCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput } from "./commands/AbortEnvironmentUpdateCommand";
|
|
11
11
|
import { ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput } from "./commands/ApplyEnvironmentManagedActionCommand";
|
|
12
12
|
import { AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput } from "./commands/AssociateEnvironmentOperationsRoleCommand";
|
|
@@ -55,7 +55,7 @@ import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from ".
|
|
|
55
55
|
import { UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput } from "./commands/UpdateTagsForResourceCommand";
|
|
56
56
|
import { ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput } from "./commands/ValidateConfigurationSettingsCommand";
|
|
57
57
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
58
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
58
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
59
59
|
export { __Client };
|
|
60
60
|
/**
|
|
61
61
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { ElasticBeanstalkHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { ElasticBeanstalkHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { ElasticBeanstalkClientResolvedConfig } from "../ElasticBeanstalkClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type ElasticBeanstalkClientResolvedConfig } from "../ElasticBeanstalkClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
|
-
import { AbortEnvironmentUpdateMessage } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
|
+
import type { AbortEnvironmentUpdateMessage } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
|
-
import { ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
|
+
import type { ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
|
-
import { AssociateEnvironmentOperationsRoleMessage } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
|
+
import type { AssociateEnvironmentOperationsRoleMessage } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
|
-
import { CheckDNSAvailabilityMessage, CheckDNSAvailabilityResultMessage } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
|
+
import type { CheckDNSAvailabilityMessage, CheckDNSAvailabilityResultMessage } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|