@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.
Files changed (72) hide show
  1. package/dist-cjs/commands/AssociateServiceQuotaTemplateCommand.js +2 -3
  2. package/dist-cjs/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -3
  3. package/dist-cjs/commands/DisassociateServiceQuotaTemplateCommand.js +2 -3
  4. package/dist-cjs/commands/GetAWSDefaultServiceQuotaCommand.js +2 -3
  5. package/dist-cjs/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -3
  6. package/dist-cjs/commands/GetRequestedServiceQuotaChangeCommand.js +2 -3
  7. package/dist-cjs/commands/GetServiceQuotaCommand.js +2 -3
  8. package/dist-cjs/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -3
  9. package/dist-cjs/commands/ListAWSDefaultServiceQuotasCommand.js +2 -3
  10. package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -3
  11. package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -3
  12. package/dist-cjs/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -3
  13. package/dist-cjs/commands/ListServiceQuotasCommand.js +2 -3
  14. package/dist-cjs/commands/ListServicesCommand.js +2 -3
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  16. package/dist-cjs/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -3
  17. package/dist-cjs/commands/RequestServiceQuotaIncreaseCommand.js +2 -3
  18. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  19. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  20. package/dist-cjs/models/models_0.js +1 -186
  21. package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +2 -3
  22. package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -3
  23. package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +2 -3
  24. package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +2 -3
  25. package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -3
  26. package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +2 -3
  27. package/dist-es/commands/GetServiceQuotaCommand.js +2 -3
  28. package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -3
  29. package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +2 -3
  30. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -3
  31. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -3
  32. package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -3
  33. package/dist-es/commands/ListServiceQuotasCommand.js +2 -3
  34. package/dist-es/commands/ListServicesCommand.js +2 -3
  35. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  36. package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -3
  37. package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +2 -3
  38. package/dist-es/commands/TagResourceCommand.js +2 -3
  39. package/dist-es/commands/UntagResourceCommand.js +2 -3
  40. package/dist-es/models/models_0.js +0 -138
  41. package/dist-types/ServiceQuotas.d.ts +20 -0
  42. package/dist-types/ServiceQuotasClient.d.ts +24 -4
  43. package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +16 -0
  44. package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +16 -0
  45. package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +16 -0
  46. package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +16 -0
  47. package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +16 -0
  48. package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +16 -0
  49. package/dist-types/commands/GetServiceQuotaCommand.d.ts +16 -0
  50. package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +16 -0
  51. package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +16 -0
  52. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +16 -0
  53. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +16 -0
  54. package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +16 -0
  55. package/dist-types/commands/ListServiceQuotasCommand.d.ts +16 -0
  56. package/dist-types/commands/ListServicesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  58. package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +16 -0
  59. package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +16 -0
  60. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  61. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  62. package/dist-types/models/ServiceQuotasServiceException.d.ts +2 -0
  63. package/dist-types/models/models_0.d.ts +151 -184
  64. package/dist-types/pagination/Interfaces.d.ts +3 -0
  65. package/dist-types/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +3 -0
  67. package/dist-types/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +3 -0
  68. package/dist-types/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +3 -0
  69. package/dist-types/pagination/ListServiceQuotasPaginator.d.ts +3 -0
  70. package/dist-types/pagination/ListServicesPaginator.d.ts +3 -0
  71. package/dist-types/ts3.4/models/models_0.d.ts +0 -126
  72. 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.296.0",
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.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
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",