@aws-sdk/client-service-quotas 3.588.0 → 3.592.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 +0 -19
- package/dist-types/ServiceQuotasClient.d.ts +4 -4
- package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +2 -1
- package/dist-types/commands/GetServiceQuotaCommand.d.ts +2 -1
- package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +2 -1
- package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +2 -1
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +2 -1
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +2 -1
- package/dist-types/commands/ListServiceQuotasCommand.d.ts +2 -1
- package/dist-types/commands/ListServicesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +2 -1
- package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ServiceQuotasServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ServiceQuotasClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ServiceQuotasServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -226,7 +226,6 @@ var ServiceQuotasClient = _ServiceQuotasClient;
|
|
|
226
226
|
|
|
227
227
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
228
228
|
|
|
229
|
-
var import_types = require("@smithy/types");
|
|
230
229
|
|
|
231
230
|
// src/protocols/Aws_json1_1.ts
|
|
232
231
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1368,7 +1367,6 @@ var AssociateServiceQuotaTemplateCommand = _AssociateServiceQuotaTemplateCommand
|
|
|
1368
1367
|
|
|
1369
1368
|
|
|
1370
1369
|
|
|
1371
|
-
|
|
1372
1370
|
var _DeleteServiceQuotaIncreaseRequestFromTemplateCommand = class _DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1373
1371
|
...commonParams
|
|
1374
1372
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1385,7 +1383,6 @@ var DeleteServiceQuotaIncreaseRequestFromTemplateCommand = _DeleteServiceQuotaIn
|
|
|
1385
1383
|
|
|
1386
1384
|
|
|
1387
1385
|
|
|
1388
|
-
|
|
1389
1386
|
var _DisassociateServiceQuotaTemplateCommand = class _DisassociateServiceQuotaTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1390
1387
|
...commonParams
|
|
1391
1388
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1402,7 +1399,6 @@ var DisassociateServiceQuotaTemplateCommand = _DisassociateServiceQuotaTemplateC
|
|
|
1402
1399
|
|
|
1403
1400
|
|
|
1404
1401
|
|
|
1405
|
-
|
|
1406
1402
|
var _GetAssociationForServiceQuotaTemplateCommand = class _GetAssociationForServiceQuotaTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1407
1403
|
...commonParams
|
|
1408
1404
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1419,7 +1415,6 @@ var GetAssociationForServiceQuotaTemplateCommand = _GetAssociationForServiceQuot
|
|
|
1419
1415
|
|
|
1420
1416
|
|
|
1421
1417
|
|
|
1422
|
-
|
|
1423
1418
|
var _GetAWSDefaultServiceQuotaCommand = class _GetAWSDefaultServiceQuotaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1424
1419
|
...commonParams
|
|
1425
1420
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1436,7 +1431,6 @@ var GetAWSDefaultServiceQuotaCommand = _GetAWSDefaultServiceQuotaCommand;
|
|
|
1436
1431
|
|
|
1437
1432
|
|
|
1438
1433
|
|
|
1439
|
-
|
|
1440
1434
|
var _GetRequestedServiceQuotaChangeCommand = class _GetRequestedServiceQuotaChangeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1441
1435
|
...commonParams
|
|
1442
1436
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1453,7 +1447,6 @@ var GetRequestedServiceQuotaChangeCommand = _GetRequestedServiceQuotaChangeComma
|
|
|
1453
1447
|
|
|
1454
1448
|
|
|
1455
1449
|
|
|
1456
|
-
|
|
1457
1450
|
var _GetServiceQuotaCommand = class _GetServiceQuotaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1458
1451
|
...commonParams
|
|
1459
1452
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1470,7 +1463,6 @@ var GetServiceQuotaCommand = _GetServiceQuotaCommand;
|
|
|
1470
1463
|
|
|
1471
1464
|
|
|
1472
1465
|
|
|
1473
|
-
|
|
1474
1466
|
var _GetServiceQuotaIncreaseRequestFromTemplateCommand = class _GetServiceQuotaIncreaseRequestFromTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1475
1467
|
...commonParams
|
|
1476
1468
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1487,7 +1479,6 @@ var GetServiceQuotaIncreaseRequestFromTemplateCommand = _GetServiceQuotaIncrease
|
|
|
1487
1479
|
|
|
1488
1480
|
|
|
1489
1481
|
|
|
1490
|
-
|
|
1491
1482
|
var _ListAWSDefaultServiceQuotasCommand = class _ListAWSDefaultServiceQuotasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1492
1483
|
...commonParams
|
|
1493
1484
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1504,7 +1495,6 @@ var ListAWSDefaultServiceQuotasCommand = _ListAWSDefaultServiceQuotasCommand;
|
|
|
1504
1495
|
|
|
1505
1496
|
|
|
1506
1497
|
|
|
1507
|
-
|
|
1508
1498
|
var _ListRequestedServiceQuotaChangeHistoryByQuotaCommand = class _ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1509
1499
|
...commonParams
|
|
1510
1500
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1521,7 +1511,6 @@ var ListRequestedServiceQuotaChangeHistoryByQuotaCommand = _ListRequestedService
|
|
|
1521
1511
|
|
|
1522
1512
|
|
|
1523
1513
|
|
|
1524
|
-
|
|
1525
1514
|
var _ListRequestedServiceQuotaChangeHistoryCommand = class _ListRequestedServiceQuotaChangeHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1526
1515
|
...commonParams
|
|
1527
1516
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1538,7 +1527,6 @@ var ListRequestedServiceQuotaChangeHistoryCommand = _ListRequestedServiceQuotaCh
|
|
|
1538
1527
|
|
|
1539
1528
|
|
|
1540
1529
|
|
|
1541
|
-
|
|
1542
1530
|
var _ListServiceQuotaIncreaseRequestsInTemplateCommand = class _ListServiceQuotaIncreaseRequestsInTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1543
1531
|
...commonParams
|
|
1544
1532
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1555,7 +1543,6 @@ var ListServiceQuotaIncreaseRequestsInTemplateCommand = _ListServiceQuotaIncreas
|
|
|
1555
1543
|
|
|
1556
1544
|
|
|
1557
1545
|
|
|
1558
|
-
|
|
1559
1546
|
var _ListServiceQuotasCommand = class _ListServiceQuotasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1560
1547
|
...commonParams
|
|
1561
1548
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1572,7 +1559,6 @@ var ListServiceQuotasCommand = _ListServiceQuotasCommand;
|
|
|
1572
1559
|
|
|
1573
1560
|
|
|
1574
1561
|
|
|
1575
|
-
|
|
1576
1562
|
var _ListServicesCommand = class _ListServicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1577
1563
|
...commonParams
|
|
1578
1564
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1589,7 +1575,6 @@ var ListServicesCommand = _ListServicesCommand;
|
|
|
1589
1575
|
|
|
1590
1576
|
|
|
1591
1577
|
|
|
1592
|
-
|
|
1593
1578
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1594
1579
|
...commonParams
|
|
1595
1580
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1606,7 +1591,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1606
1591
|
|
|
1607
1592
|
|
|
1608
1593
|
|
|
1609
|
-
|
|
1610
1594
|
var _PutServiceQuotaIncreaseRequestIntoTemplateCommand = class _PutServiceQuotaIncreaseRequestIntoTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1611
1595
|
...commonParams
|
|
1612
1596
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1623,7 +1607,6 @@ var PutServiceQuotaIncreaseRequestIntoTemplateCommand = _PutServiceQuotaIncrease
|
|
|
1623
1607
|
|
|
1624
1608
|
|
|
1625
1609
|
|
|
1626
|
-
|
|
1627
1610
|
var _RequestServiceQuotaIncreaseCommand = class _RequestServiceQuotaIncreaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1628
1611
|
...commonParams
|
|
1629
1612
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1640,7 +1623,6 @@ var RequestServiceQuotaIncreaseCommand = _RequestServiceQuotaIncreaseCommand;
|
|
|
1640
1623
|
|
|
1641
1624
|
|
|
1642
1625
|
|
|
1643
|
-
|
|
1644
1626
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1645
1627
|
...commonParams
|
|
1646
1628
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1657,7 +1639,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1657
1639
|
|
|
1658
1640
|
|
|
1659
1641
|
|
|
1660
|
-
|
|
1661
1642
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1662
1643
|
...commonParams
|
|
1663
1644
|
}).m(function(Command, cs, config, o) {
|
|
@@ -109,15 +109,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
109
109
|
* Enables FIPS compatible endpoints.
|
|
110
110
|
*/
|
|
111
111
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
112
|
+
/**
|
|
113
|
+
* The AWS region to which this client will send requests
|
|
114
|
+
*/
|
|
115
|
+
region?: string | __Provider<string>;
|
|
112
116
|
/**
|
|
113
117
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
114
118
|
* @internal
|
|
115
119
|
*/
|
|
116
120
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
117
|
-
/**
|
|
118
|
-
* The AWS region to which this client will send requests
|
|
119
|
-
*/
|
|
120
|
-
region?: string | __Provider<string>;
|
|
121
121
|
/**
|
|
122
122
|
* Default credentials provider; Not available in browser runtime.
|
|
123
123
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
export * from "./ServiceQuotasClient";
|
|
9
9
|
export * from "./ServiceQuotas";
|
|
10
10
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
11
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
12
|
-
export { ServiceQuotasExtensionConfiguration } from "./extensionConfiguration";
|
|
11
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
12
|
+
export type { ServiceQuotasExtensionConfiguration } from "./extensionConfiguration";
|
|
13
13
|
export * from "./commands";
|
|
14
14
|
export * from "./pagination";
|
|
15
15
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -184,8 +184,8 @@ export interface ClientDefaults
|
|
|
184
184
|
serviceId?: string;
|
|
185
185
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
186
186
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
187
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
188
187
|
region?: string | __Provider<string>;
|
|
188
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
189
189
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
190
190
|
maxAttempts?: number | __Provider<number>;
|
|
191
191
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AssociateServiceQuotaTemplateCommandInput
|
|
14
15
|
extends AssociateServiceQuotaTemplateRequest {}
|
|
15
16
|
export interface AssociateServiceQuotaTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
|
|
14
15
|
extends DeleteServiceQuotaIncreaseRequestFromTemplateRequest {}
|
|
15
16
|
export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisassociateServiceQuotaTemplateCommandInput
|
|
14
15
|
extends DisassociateServiceQuotaTemplateRequest {}
|
|
15
16
|
export interface DisassociateServiceQuotaTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetAWSDefaultServiceQuotaCommandInput
|
|
14
15
|
extends GetAWSDefaultServiceQuotaRequest {}
|
|
15
16
|
export interface GetAWSDefaultServiceQuotaCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetAssociationForServiceQuotaTemplateCommandInput
|
|
14
15
|
extends GetAssociationForServiceQuotaTemplateRequest {}
|
|
15
16
|
export interface GetAssociationForServiceQuotaTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetRequestedServiceQuotaChangeCommandInput
|
|
14
15
|
extends GetRequestedServiceQuotaChangeRequest {}
|
|
15
16
|
export interface GetRequestedServiceQuotaChangeCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetServiceQuotaCommandInput extends GetServiceQuotaRequest {}
|
|
14
15
|
export interface GetServiceQuotaCommandOutput
|
|
15
16
|
extends GetServiceQuotaResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetServiceQuotaIncreaseRequestFromTemplateCommandInput
|
|
14
15
|
extends GetServiceQuotaIncreaseRequestFromTemplateRequest {}
|
|
15
16
|
export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAWSDefaultServiceQuotasCommandInput
|
|
14
15
|
extends ListAWSDefaultServiceQuotasRequest {}
|
|
15
16
|
export interface ListAWSDefaultServiceQuotasCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput
|
|
14
15
|
extends ListRequestedServiceQuotaChangeHistoryByQuotaRequest {}
|
|
15
16
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRequestedServiceQuotaChangeHistoryCommandInput
|
|
14
15
|
extends ListRequestedServiceQuotaChangeHistoryRequest {}
|
|
15
16
|
export interface ListRequestedServiceQuotaChangeHistoryCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListServiceQuotaIncreaseRequestsInTemplateCommandInput
|
|
14
15
|
extends ListServiceQuotaIncreaseRequestsInTemplateRequest {}
|
|
15
16
|
export interface ListServiceQuotaIncreaseRequestsInTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListServiceQuotasCommandInput
|
|
14
15
|
extends ListServiceQuotasRequest {}
|
|
15
16
|
export interface ListServiceQuotasCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
ServiceQuotasClientResolvedConfig,
|
|
8
8
|
} from "../ServiceQuotasClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListServicesCommandInput extends ListServicesRequest {}
|
|
11
12
|
export interface ListServicesCommandOutput
|
|
12
13
|
extends ListServicesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandInput
|
|
14
15
|
extends PutServiceQuotaIncreaseRequestIntoTemplateRequest {}
|
|
15
16
|
export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RequestServiceQuotaIncreaseCommandInput
|
|
14
15
|
extends RequestServiceQuotaIncreaseRequest {}
|
|
15
16
|
export interface RequestServiceQuotaIncreaseCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
ServiceQuotasClientResolvedConfig,
|
|
8
8
|
} from "../ServiceQuotasClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
ServiceQuotasClientResolvedConfig,
|
|
11
11
|
} from "../ServiceQuotasClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class ServiceQuotasServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.592.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": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|