@aws-sdk/client-service-quotas 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +30 -29
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2336,22 +2336,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2336
2336
  // Annotate the CommonJS export names for ESM import in node:
2337
2337
 
2338
2338
  0 && (module.exports = {
2339
- AWSServiceAccessNotEnabledException,
2340
- AccessDeniedException,
2341
- AppliedLevelEnum,
2339
+ ServiceQuotasServiceException,
2340
+ __Client,
2341
+ ServiceQuotasClient,
2342
+ ServiceQuotas,
2343
+ $Command,
2342
2344
  AssociateServiceQuotaTemplateCommand,
2343
2345
  DeleteServiceQuotaIncreaseRequestFromTemplateCommand,
2344
- DependencyAccessDeniedException,
2345
2346
  DisassociateServiceQuotaTemplateCommand,
2346
- ErrorCode,
2347
2347
  GetAWSDefaultServiceQuotaCommand,
2348
2348
  GetAssociationForServiceQuotaTemplateCommand,
2349
2349
  GetRequestedServiceQuotaChangeCommand,
2350
2350
  GetServiceQuotaCommand,
2351
2351
  GetServiceQuotaIncreaseRequestFromTemplateCommand,
2352
- IllegalArgumentException,
2353
- InvalidPaginationTokenException,
2354
- InvalidResourceStateException,
2355
2352
  ListAWSDefaultServiceQuotasCommand,
2356
2353
  ListRequestedServiceQuotaChangeHistoryByQuotaCommand,
2357
2354
  ListRequestedServiceQuotaChangeHistoryCommand,
@@ -2359,34 +2356,38 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2359
2356
  ListServiceQuotasCommand,
2360
2357
  ListServicesCommand,
2361
2358
  ListTagsForResourceCommand,
2362
- NoAvailableOrganizationException,
2363
- NoSuchResourceException,
2364
- OrganizationNotInAllFeaturesModeException,
2365
- PeriodUnit,
2366
2359
  PutServiceQuotaIncreaseRequestIntoTemplateCommand,
2367
- QuotaContextScope,
2368
- QuotaExceededException,
2369
2360
  RequestServiceQuotaIncreaseCommand,
2370
- RequestStatus,
2371
- ResourceAlreadyExistsException,
2372
- ServiceException,
2373
- ServiceQuotaTemplateAssociationStatus,
2374
- ServiceQuotaTemplateNotInUseException,
2375
- ServiceQuotas,
2376
- ServiceQuotasClient,
2377
- ServiceQuotasServiceException,
2378
- TagPolicyViolationException,
2379
2361
  TagResourceCommand,
2380
- TemplatesNotAvailableInRegionException,
2381
- TooManyRequestsException,
2382
- TooManyTagsException,
2383
2362
  UntagResourceCommand,
2384
- __Client,
2385
2363
  paginateListAWSDefaultServiceQuotas,
2386
- paginateListRequestedServiceQuotaChangeHistory,
2387
2364
  paginateListRequestedServiceQuotaChangeHistoryByQuota,
2365
+ paginateListRequestedServiceQuotaChangeHistory,
2388
2366
  paginateListServiceQuotaIncreaseRequestsInTemplate,
2389
2367
  paginateListServiceQuotas,
2390
- paginateListServices
2368
+ paginateListServices,
2369
+ AccessDeniedException,
2370
+ AppliedLevelEnum,
2371
+ AWSServiceAccessNotEnabledException,
2372
+ DependencyAccessDeniedException,
2373
+ NoAvailableOrganizationException,
2374
+ OrganizationNotInAllFeaturesModeException,
2375
+ ServiceException,
2376
+ TemplatesNotAvailableInRegionException,
2377
+ TooManyRequestsException,
2378
+ IllegalArgumentException,
2379
+ NoSuchResourceException,
2380
+ ServiceQuotaTemplateNotInUseException,
2381
+ ErrorCode,
2382
+ ServiceQuotaTemplateAssociationStatus,
2383
+ PeriodUnit,
2384
+ QuotaContextScope,
2385
+ RequestStatus,
2386
+ InvalidPaginationTokenException,
2387
+ InvalidResourceStateException,
2388
+ QuotaExceededException,
2389
+ ResourceAlreadyExistsException,
2390
+ TagPolicyViolationException,
2391
+ TooManyTagsException
2391
2392
  });
2392
2393
 
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.496.0",
4
+ "version": "3.499.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,9 +20,9 @@
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-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",