@aws-sdk/client-service-quotas 3.649.0 → 3.650.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 -57
- package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +1 -3
- package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +1 -3
- package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +1 -3
- package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +1 -3
- package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +1 -3
- package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +1 -3
- package/dist-es/commands/GetServiceQuotaCommand.js +1 -3
- package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +1 -3
- package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +1 -3
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +1 -3
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +1 -3
- package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +1 -3
- package/dist-es/commands/ListServiceQuotasCommand.js +1 -3
- package/dist-es/commands/ListServicesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +1 -3
- package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1345,9 +1345,7 @@ function sharedHeaders(operation) {
|
|
|
1345
1345
|
__name(sharedHeaders, "sharedHeaders");
|
|
1346
1346
|
|
|
1347
1347
|
// src/commands/AssociateServiceQuotaTemplateCommand.ts
|
|
1348
|
-
var _AssociateServiceQuotaTemplateCommand = class _AssociateServiceQuotaTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1349
|
-
...commonParams
|
|
1350
|
-
}).m(function(Command, cs, config, o) {
|
|
1348
|
+
var _AssociateServiceQuotaTemplateCommand = class _AssociateServiceQuotaTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1351
1349
|
return [
|
|
1352
1350
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1353
1351
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1361,9 +1359,7 @@ var AssociateServiceQuotaTemplateCommand = _AssociateServiceQuotaTemplateCommand
|
|
|
1361
1359
|
|
|
1362
1360
|
|
|
1363
1361
|
|
|
1364
|
-
var _DeleteServiceQuotaIncreaseRequestFromTemplateCommand = class _DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1365
|
-
...commonParams
|
|
1366
|
-
}).m(function(Command, cs, config, o) {
|
|
1362
|
+
var _DeleteServiceQuotaIncreaseRequestFromTemplateCommand = class _DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1367
1363
|
return [
|
|
1368
1364
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1369
1365
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1377,9 +1373,7 @@ var DeleteServiceQuotaIncreaseRequestFromTemplateCommand = _DeleteServiceQuotaIn
|
|
|
1377
1373
|
|
|
1378
1374
|
|
|
1379
1375
|
|
|
1380
|
-
var _DisassociateServiceQuotaTemplateCommand = class _DisassociateServiceQuotaTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1381
|
-
...commonParams
|
|
1382
|
-
}).m(function(Command, cs, config, o) {
|
|
1376
|
+
var _DisassociateServiceQuotaTemplateCommand = class _DisassociateServiceQuotaTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1383
1377
|
return [
|
|
1384
1378
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1385
1379
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1393,9 +1387,7 @@ var DisassociateServiceQuotaTemplateCommand = _DisassociateServiceQuotaTemplateC
|
|
|
1393
1387
|
|
|
1394
1388
|
|
|
1395
1389
|
|
|
1396
|
-
var _GetAssociationForServiceQuotaTemplateCommand = class _GetAssociationForServiceQuotaTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1397
|
-
...commonParams
|
|
1398
|
-
}).m(function(Command, cs, config, o) {
|
|
1390
|
+
var _GetAssociationForServiceQuotaTemplateCommand = class _GetAssociationForServiceQuotaTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1399
1391
|
return [
|
|
1400
1392
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1401
1393
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1409,9 +1401,7 @@ var GetAssociationForServiceQuotaTemplateCommand = _GetAssociationForServiceQuot
|
|
|
1409
1401
|
|
|
1410
1402
|
|
|
1411
1403
|
|
|
1412
|
-
var _GetAWSDefaultServiceQuotaCommand = class _GetAWSDefaultServiceQuotaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1413
|
-
...commonParams
|
|
1414
|
-
}).m(function(Command, cs, config, o) {
|
|
1404
|
+
var _GetAWSDefaultServiceQuotaCommand = class _GetAWSDefaultServiceQuotaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1415
1405
|
return [
|
|
1416
1406
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1417
1407
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1425,9 +1415,7 @@ var GetAWSDefaultServiceQuotaCommand = _GetAWSDefaultServiceQuotaCommand;
|
|
|
1425
1415
|
|
|
1426
1416
|
|
|
1427
1417
|
|
|
1428
|
-
var _GetRequestedServiceQuotaChangeCommand = class _GetRequestedServiceQuotaChangeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1429
|
-
...commonParams
|
|
1430
|
-
}).m(function(Command, cs, config, o) {
|
|
1418
|
+
var _GetRequestedServiceQuotaChangeCommand = class _GetRequestedServiceQuotaChangeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1431
1419
|
return [
|
|
1432
1420
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1433
1421
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1441,9 +1429,7 @@ var GetRequestedServiceQuotaChangeCommand = _GetRequestedServiceQuotaChangeComma
|
|
|
1441
1429
|
|
|
1442
1430
|
|
|
1443
1431
|
|
|
1444
|
-
var _GetServiceQuotaCommand = class _GetServiceQuotaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1445
|
-
...commonParams
|
|
1446
|
-
}).m(function(Command, cs, config, o) {
|
|
1432
|
+
var _GetServiceQuotaCommand = class _GetServiceQuotaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1447
1433
|
return [
|
|
1448
1434
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1449
1435
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1457,9 +1443,7 @@ var GetServiceQuotaCommand = _GetServiceQuotaCommand;
|
|
|
1457
1443
|
|
|
1458
1444
|
|
|
1459
1445
|
|
|
1460
|
-
var _GetServiceQuotaIncreaseRequestFromTemplateCommand = class _GetServiceQuotaIncreaseRequestFromTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1461
|
-
...commonParams
|
|
1462
|
-
}).m(function(Command, cs, config, o) {
|
|
1446
|
+
var _GetServiceQuotaIncreaseRequestFromTemplateCommand = class _GetServiceQuotaIncreaseRequestFromTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1463
1447
|
return [
|
|
1464
1448
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1465
1449
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1473,9 +1457,7 @@ var GetServiceQuotaIncreaseRequestFromTemplateCommand = _GetServiceQuotaIncrease
|
|
|
1473
1457
|
|
|
1474
1458
|
|
|
1475
1459
|
|
|
1476
|
-
var _ListAWSDefaultServiceQuotasCommand = class _ListAWSDefaultServiceQuotasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1477
|
-
...commonParams
|
|
1478
|
-
}).m(function(Command, cs, config, o) {
|
|
1460
|
+
var _ListAWSDefaultServiceQuotasCommand = class _ListAWSDefaultServiceQuotasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1479
1461
|
return [
|
|
1480
1462
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1481
1463
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1489,9 +1471,7 @@ var ListAWSDefaultServiceQuotasCommand = _ListAWSDefaultServiceQuotasCommand;
|
|
|
1489
1471
|
|
|
1490
1472
|
|
|
1491
1473
|
|
|
1492
|
-
var _ListRequestedServiceQuotaChangeHistoryByQuotaCommand = class _ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1493
|
-
...commonParams
|
|
1494
|
-
}).m(function(Command, cs, config, o) {
|
|
1474
|
+
var _ListRequestedServiceQuotaChangeHistoryByQuotaCommand = class _ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1495
1475
|
return [
|
|
1496
1476
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1497
1477
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1505,9 +1485,7 @@ var ListRequestedServiceQuotaChangeHistoryByQuotaCommand = _ListRequestedService
|
|
|
1505
1485
|
|
|
1506
1486
|
|
|
1507
1487
|
|
|
1508
|
-
var _ListRequestedServiceQuotaChangeHistoryCommand = class _ListRequestedServiceQuotaChangeHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1509
|
-
...commonParams
|
|
1510
|
-
}).m(function(Command, cs, config, o) {
|
|
1488
|
+
var _ListRequestedServiceQuotaChangeHistoryCommand = class _ListRequestedServiceQuotaChangeHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1511
1489
|
return [
|
|
1512
1490
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1513
1491
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1521,9 +1499,7 @@ var ListRequestedServiceQuotaChangeHistoryCommand = _ListRequestedServiceQuotaCh
|
|
|
1521
1499
|
|
|
1522
1500
|
|
|
1523
1501
|
|
|
1524
|
-
var _ListServiceQuotaIncreaseRequestsInTemplateCommand = class _ListServiceQuotaIncreaseRequestsInTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1525
|
-
...commonParams
|
|
1526
|
-
}).m(function(Command, cs, config, o) {
|
|
1502
|
+
var _ListServiceQuotaIncreaseRequestsInTemplateCommand = class _ListServiceQuotaIncreaseRequestsInTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1527
1503
|
return [
|
|
1528
1504
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1529
1505
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1537,9 +1513,7 @@ var ListServiceQuotaIncreaseRequestsInTemplateCommand = _ListServiceQuotaIncreas
|
|
|
1537
1513
|
|
|
1538
1514
|
|
|
1539
1515
|
|
|
1540
|
-
var _ListServiceQuotasCommand = class _ListServiceQuotasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1541
|
-
...commonParams
|
|
1542
|
-
}).m(function(Command, cs, config, o) {
|
|
1516
|
+
var _ListServiceQuotasCommand = class _ListServiceQuotasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1543
1517
|
return [
|
|
1544
1518
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1545
1519
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1553,9 +1527,7 @@ var ListServiceQuotasCommand = _ListServiceQuotasCommand;
|
|
|
1553
1527
|
|
|
1554
1528
|
|
|
1555
1529
|
|
|
1556
|
-
var _ListServicesCommand = class _ListServicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1557
|
-
...commonParams
|
|
1558
|
-
}).m(function(Command, cs, config, o) {
|
|
1530
|
+
var _ListServicesCommand = class _ListServicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1559
1531
|
return [
|
|
1560
1532
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1561
1533
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1569,9 +1541,7 @@ var ListServicesCommand = _ListServicesCommand;
|
|
|
1569
1541
|
|
|
1570
1542
|
|
|
1571
1543
|
|
|
1572
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1573
|
-
...commonParams
|
|
1574
|
-
}).m(function(Command, cs, config, o) {
|
|
1544
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1575
1545
|
return [
|
|
1576
1546
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1577
1547
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1585,9 +1555,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1585
1555
|
|
|
1586
1556
|
|
|
1587
1557
|
|
|
1588
|
-
var _PutServiceQuotaIncreaseRequestIntoTemplateCommand = class _PutServiceQuotaIncreaseRequestIntoTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1589
|
-
...commonParams
|
|
1590
|
-
}).m(function(Command, cs, config, o) {
|
|
1558
|
+
var _PutServiceQuotaIncreaseRequestIntoTemplateCommand = class _PutServiceQuotaIncreaseRequestIntoTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1591
1559
|
return [
|
|
1592
1560
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1593
1561
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1601,9 +1569,7 @@ var PutServiceQuotaIncreaseRequestIntoTemplateCommand = _PutServiceQuotaIncrease
|
|
|
1601
1569
|
|
|
1602
1570
|
|
|
1603
1571
|
|
|
1604
|
-
var _RequestServiceQuotaIncreaseCommand = class _RequestServiceQuotaIncreaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1605
|
-
...commonParams
|
|
1606
|
-
}).m(function(Command, cs, config, o) {
|
|
1572
|
+
var _RequestServiceQuotaIncreaseCommand = class _RequestServiceQuotaIncreaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1607
1573
|
return [
|
|
1608
1574
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1609
1575
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1617,9 +1583,7 @@ var RequestServiceQuotaIncreaseCommand = _RequestServiceQuotaIncreaseCommand;
|
|
|
1617
1583
|
|
|
1618
1584
|
|
|
1619
1585
|
|
|
1620
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1621
|
-
...commonParams
|
|
1622
|
-
}).m(function(Command, cs, config, o) {
|
|
1586
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1623
1587
|
return [
|
|
1624
1588
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1625
1589
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1633,9 +1597,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1633
1597
|
|
|
1634
1598
|
|
|
1635
1599
|
|
|
1636
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1637
|
-
...commonParams
|
|
1638
|
-
}).m(function(Command, cs, config, o) {
|
|
1600
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1639
1601
|
return [
|
|
1640
1602
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1641
1603
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AssociateServiceQuotaTemplateCommand, se_AssociateServiceQuotaTempla
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateServiceQuotaTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteServiceQuotaIncreaseRequestFromTemplateCommand, se_DeleteServi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateServiceQuotaTemplateCommand, se_DisassociateServiceQuota
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateServiceQuotaTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAWSDefaultServiceQuotaCommand, se_GetAWSDefaultServiceQuotaComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAWSDefaultServiceQuotaCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAssociationForServiceQuotaTemplateCommand, se_GetAssociationForSe
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAssociationForServiceQuotaTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetRequestedServiceQuotaChangeCommand, se_GetRequestedServiceQuotaCh
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRequestedServiceQuotaChangeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetServiceQuotaCommand, se_GetServiceQuotaCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetServiceQuotaCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetServiceQuotaIncreaseRequestFromTemplateCommand, se_GetServiceQuot
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAWSDefaultServiceQuotasCommand, se_ListAWSDefaultServiceQuotasCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAWSDefaultServiceQuotasCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRequestedServiceQuotaChangeHistoryByQuotaCommand, se_ListRequest
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRequestedServiceQuotaChangeHistoryCommand, se_ListRequestedServi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRequestedServiceQuotaChangeHistoryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListServiceQuotaIncreaseRequestsInTemplateCommand, se_ListServiceQuo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListServiceQuotasCommand, se_ListServiceQuotasCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListServiceQuotasCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListServicesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutServiceQuotaIncreaseRequestIntoTemplateCommand, se_PutServiceQuot
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RequestServiceQuotaIncreaseCommand, se_RequestServiceQuotaIncreaseCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RequestServiceQuotaIncreaseCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-service-quotas",
|
|
3
3
|
"description": "AWS SDK for JavaScript Service Quotas Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-service-quotas",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|