@aws-sdk/client-service-quotas 3.296.0 → 3.298.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/commands/AssociateServiceQuotaTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -3
- package/dist-cjs/commands/DisassociateServiceQuotaTemplateCommand.js +2 -3
- package/dist-cjs/commands/GetAWSDefaultServiceQuotaCommand.js +2 -3
- package/dist-cjs/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -3
- package/dist-cjs/commands/GetRequestedServiceQuotaChangeCommand.js +2 -3
- package/dist-cjs/commands/GetServiceQuotaCommand.js +2 -3
- package/dist-cjs/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -3
- package/dist-cjs/commands/ListAWSDefaultServiceQuotasCommand.js +2 -3
- package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -3
- package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -3
- package/dist-cjs/commands/ListServiceQuotasCommand.js +2 -3
- package/dist-cjs/commands/ListServicesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -3
- package/dist-cjs/commands/RequestServiceQuotaIncreaseCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -186
- package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +2 -3
- package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -3
- package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +2 -3
- package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +2 -3
- package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -3
- package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +2 -3
- package/dist-es/commands/GetServiceQuotaCommand.js +2 -3
- package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -3
- package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +2 -3
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -3
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -3
- package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -3
- package/dist-es/commands/ListServiceQuotasCommand.js +2 -3
- package/dist-es/commands/ListServicesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -3
- package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -138
- package/dist-types/ServiceQuotas.d.ts +20 -0
- package/dist-types/ServiceQuotasClient.d.ts +24 -4
- package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +16 -0
- package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceQuotaCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +16 -0
- package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +16 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +16 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +16 -0
- package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +16 -0
- package/dist-types/commands/ListServiceQuotasCommand.d.ts +16 -0
- package/dist-types/commands/ListServicesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +16 -0
- package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/models/ServiceQuotasServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +151 -184
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +3 -0
- package/dist-types/pagination/ListServiceQuotasPaginator.d.ts +3 -0
- package/dist-types/pagination/ListServicesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -126
- package/package.json +4 -3
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { ServiceQuotasClient } from "../ServiceQuotasClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface ServiceQuotasPaginationConfiguration extends PaginationConfiguration {
|
|
4
7
|
client: ServiceQuotasClient;
|
|
5
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput } from "../commands/ListAWSDefaultServiceQuotasCommand";
|
|
3
3
|
import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAWSDefaultServiceQuotas(config: ServiceQuotasPaginationConfiguration, input: ListAWSDefaultServiceQuotasCommandInput, ...additionalArguments: any): Paginator<ListAWSDefaultServiceQuotasCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput } from "../commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand";
|
|
3
3
|
import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListRequestedServiceQuotaChangeHistoryByQuota(config: ServiceQuotasPaginationConfiguration, input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ...additionalArguments: any): Paginator<ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput } from "../commands/ListRequestedServiceQuotaChangeHistoryCommand";
|
|
3
3
|
import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListRequestedServiceQuotaChangeHistory(config: ServiceQuotasPaginationConfiguration, input: ListRequestedServiceQuotaChangeHistoryCommandInput, ...additionalArguments: any): Paginator<ListRequestedServiceQuotaChangeHistoryCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput } from "../commands/ListServiceQuotaIncreaseRequestsInTemplateCommand";
|
|
3
3
|
import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListServiceQuotaIncreaseRequestsInTemplate(config: ServiceQuotasPaginationConfiguration, input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ...additionalArguments: any): Paginator<ListServiceQuotaIncreaseRequestsInTemplateCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput } from "../commands/ListServiceQuotasCommand";
|
|
3
3
|
import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListServiceQuotas(config: ServiceQuotasPaginationConfiguration, input: ListServiceQuotasCommandInput, ...additionalArguments: any): Paginator<ListServiceQuotasCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
|
|
3
3
|
import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListServices(config: ServiceQuotasPaginationConfiguration, input: ListServicesCommandInput, ...additionalArguments: any): Paginator<ListServicesCommandOutput>;
|
|
@@ -377,129 +377,3 @@ export interface UntagResourceRequest {
|
|
|
377
377
|
TagKeys: string[] | undefined;
|
|
378
378
|
}
|
|
379
379
|
export interface UntagResourceResponse {}
|
|
380
|
-
export declare const AssociateServiceQuotaTemplateRequestFilterSensitiveLog: (
|
|
381
|
-
obj: AssociateServiceQuotaTemplateRequest
|
|
382
|
-
) => any;
|
|
383
|
-
export declare const AssociateServiceQuotaTemplateResponseFilterSensitiveLog: (
|
|
384
|
-
obj: AssociateServiceQuotaTemplateResponse
|
|
385
|
-
) => any;
|
|
386
|
-
export declare const DeleteServiceQuotaIncreaseRequestFromTemplateRequestFilterSensitiveLog: (
|
|
387
|
-
obj: DeleteServiceQuotaIncreaseRequestFromTemplateRequest
|
|
388
|
-
) => any;
|
|
389
|
-
export declare const DeleteServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog: (
|
|
390
|
-
obj: DeleteServiceQuotaIncreaseRequestFromTemplateResponse
|
|
391
|
-
) => any;
|
|
392
|
-
export declare const DisassociateServiceQuotaTemplateRequestFilterSensitiveLog: (
|
|
393
|
-
obj: DisassociateServiceQuotaTemplateRequest
|
|
394
|
-
) => any;
|
|
395
|
-
export declare const DisassociateServiceQuotaTemplateResponseFilterSensitiveLog: (
|
|
396
|
-
obj: DisassociateServiceQuotaTemplateResponse
|
|
397
|
-
) => any;
|
|
398
|
-
export declare const ErrorReasonFilterSensitiveLog: (obj: ErrorReason) => any;
|
|
399
|
-
export declare const GetAssociationForServiceQuotaTemplateRequestFilterSensitiveLog: (
|
|
400
|
-
obj: GetAssociationForServiceQuotaTemplateRequest
|
|
401
|
-
) => any;
|
|
402
|
-
export declare const GetAssociationForServiceQuotaTemplateResponseFilterSensitiveLog: (
|
|
403
|
-
obj: GetAssociationForServiceQuotaTemplateResponse
|
|
404
|
-
) => any;
|
|
405
|
-
export declare const GetAWSDefaultServiceQuotaRequestFilterSensitiveLog: (
|
|
406
|
-
obj: GetAWSDefaultServiceQuotaRequest
|
|
407
|
-
) => any;
|
|
408
|
-
export declare const QuotaPeriodFilterSensitiveLog: (obj: QuotaPeriod) => any;
|
|
409
|
-
export declare const MetricInfoFilterSensitiveLog: (obj: MetricInfo) => any;
|
|
410
|
-
export declare const ServiceQuotaFilterSensitiveLog: (obj: ServiceQuota) => any;
|
|
411
|
-
export declare const GetAWSDefaultServiceQuotaResponseFilterSensitiveLog: (
|
|
412
|
-
obj: GetAWSDefaultServiceQuotaResponse
|
|
413
|
-
) => any;
|
|
414
|
-
export declare const GetRequestedServiceQuotaChangeRequestFilterSensitiveLog: (
|
|
415
|
-
obj: GetRequestedServiceQuotaChangeRequest
|
|
416
|
-
) => any;
|
|
417
|
-
export declare const RequestedServiceQuotaChangeFilterSensitiveLog: (
|
|
418
|
-
obj: RequestedServiceQuotaChange
|
|
419
|
-
) => any;
|
|
420
|
-
export declare const GetRequestedServiceQuotaChangeResponseFilterSensitiveLog: (
|
|
421
|
-
obj: GetRequestedServiceQuotaChangeResponse
|
|
422
|
-
) => any;
|
|
423
|
-
export declare const GetServiceQuotaRequestFilterSensitiveLog: (
|
|
424
|
-
obj: GetServiceQuotaRequest
|
|
425
|
-
) => any;
|
|
426
|
-
export declare const GetServiceQuotaResponseFilterSensitiveLog: (
|
|
427
|
-
obj: GetServiceQuotaResponse
|
|
428
|
-
) => any;
|
|
429
|
-
export declare const GetServiceQuotaIncreaseRequestFromTemplateRequestFilterSensitiveLog: (
|
|
430
|
-
obj: GetServiceQuotaIncreaseRequestFromTemplateRequest
|
|
431
|
-
) => any;
|
|
432
|
-
export declare const ServiceQuotaIncreaseRequestInTemplateFilterSensitiveLog: (
|
|
433
|
-
obj: ServiceQuotaIncreaseRequestInTemplate
|
|
434
|
-
) => any;
|
|
435
|
-
export declare const GetServiceQuotaIncreaseRequestFromTemplateResponseFilterSensitiveLog: (
|
|
436
|
-
obj: GetServiceQuotaIncreaseRequestFromTemplateResponse
|
|
437
|
-
) => any;
|
|
438
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
439
|
-
export declare const ListAWSDefaultServiceQuotasRequestFilterSensitiveLog: (
|
|
440
|
-
obj: ListAWSDefaultServiceQuotasRequest
|
|
441
|
-
) => any;
|
|
442
|
-
export declare const ListAWSDefaultServiceQuotasResponseFilterSensitiveLog: (
|
|
443
|
-
obj: ListAWSDefaultServiceQuotasResponse
|
|
444
|
-
) => any;
|
|
445
|
-
export declare const ListRequestedServiceQuotaChangeHistoryRequestFilterSensitiveLog: (
|
|
446
|
-
obj: ListRequestedServiceQuotaChangeHistoryRequest
|
|
447
|
-
) => any;
|
|
448
|
-
export declare const ListRequestedServiceQuotaChangeHistoryResponseFilterSensitiveLog: (
|
|
449
|
-
obj: ListRequestedServiceQuotaChangeHistoryResponse
|
|
450
|
-
) => any;
|
|
451
|
-
export declare const ListRequestedServiceQuotaChangeHistoryByQuotaRequestFilterSensitiveLog: (
|
|
452
|
-
obj: ListRequestedServiceQuotaChangeHistoryByQuotaRequest
|
|
453
|
-
) => any;
|
|
454
|
-
export declare const ListRequestedServiceQuotaChangeHistoryByQuotaResponseFilterSensitiveLog: (
|
|
455
|
-
obj: ListRequestedServiceQuotaChangeHistoryByQuotaResponse
|
|
456
|
-
) => any;
|
|
457
|
-
export declare const ListServiceQuotaIncreaseRequestsInTemplateRequestFilterSensitiveLog: (
|
|
458
|
-
obj: ListServiceQuotaIncreaseRequestsInTemplateRequest
|
|
459
|
-
) => any;
|
|
460
|
-
export declare const ListServiceQuotaIncreaseRequestsInTemplateResponseFilterSensitiveLog: (
|
|
461
|
-
obj: ListServiceQuotaIncreaseRequestsInTemplateResponse
|
|
462
|
-
) => any;
|
|
463
|
-
export declare const ListServiceQuotasRequestFilterSensitiveLog: (
|
|
464
|
-
obj: ListServiceQuotasRequest
|
|
465
|
-
) => any;
|
|
466
|
-
export declare const ListServiceQuotasResponseFilterSensitiveLog: (
|
|
467
|
-
obj: ListServiceQuotasResponse
|
|
468
|
-
) => any;
|
|
469
|
-
export declare const ListServicesRequestFilterSensitiveLog: (
|
|
470
|
-
obj: ListServicesRequest
|
|
471
|
-
) => any;
|
|
472
|
-
export declare const ServiceInfoFilterSensitiveLog: (obj: ServiceInfo) => any;
|
|
473
|
-
export declare const ListServicesResponseFilterSensitiveLog: (
|
|
474
|
-
obj: ListServicesResponse
|
|
475
|
-
) => any;
|
|
476
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
477
|
-
obj: ListTagsForResourceRequest
|
|
478
|
-
) => any;
|
|
479
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
480
|
-
obj: ListTagsForResourceResponse
|
|
481
|
-
) => any;
|
|
482
|
-
export declare const PutServiceQuotaIncreaseRequestIntoTemplateRequestFilterSensitiveLog: (
|
|
483
|
-
obj: PutServiceQuotaIncreaseRequestIntoTemplateRequest
|
|
484
|
-
) => any;
|
|
485
|
-
export declare const PutServiceQuotaIncreaseRequestIntoTemplateResponseFilterSensitiveLog: (
|
|
486
|
-
obj: PutServiceQuotaIncreaseRequestIntoTemplateResponse
|
|
487
|
-
) => any;
|
|
488
|
-
export declare const RequestServiceQuotaIncreaseRequestFilterSensitiveLog: (
|
|
489
|
-
obj: RequestServiceQuotaIncreaseRequest
|
|
490
|
-
) => any;
|
|
491
|
-
export declare const RequestServiceQuotaIncreaseResponseFilterSensitiveLog: (
|
|
492
|
-
obj: RequestServiceQuotaIncreaseResponse
|
|
493
|
-
) => any;
|
|
494
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
495
|
-
obj: TagResourceRequest
|
|
496
|
-
) => any;
|
|
497
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
498
|
-
obj: TagResourceResponse
|
|
499
|
-
) => any;
|
|
500
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
501
|
-
obj: UntagResourceRequest
|
|
502
|
-
) => any;
|
|
503
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
504
|
-
obj: UntagResourceResponse
|
|
505
|
-
) => any;
|
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.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo service-quotas"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|