@aws-sdk/client-service-catalog-appregistry 3.496.0 → 3.501.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 +18 -17
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2280,11 +2280,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2280
2280
  // Annotate the CommonJS export names for ESM import in node:
2281
2281
 
2282
2282
  0 && (module.exports = {
2283
- ApplicationTagStatus,
2283
+ ServiceCatalogAppRegistryServiceException,
2284
+ __Client,
2285
+ ServiceCatalogAppRegistryClient,
2286
+ ServiceCatalogAppRegistry,
2287
+ $Command,
2284
2288
  AssociateAttributeGroupCommand,
2285
2289
  AssociateResourceCommand,
2286
- AssociationOption,
2287
- ConflictException,
2288
2290
  CreateApplicationCommand,
2289
2291
  CreateAttributeGroupCommand,
2290
2292
  DeleteApplicationCommand,
@@ -2295,7 +2297,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2295
2297
  GetAssociatedResourceCommand,
2296
2298
  GetAttributeGroupCommand,
2297
2299
  GetConfigurationCommand,
2298
- InternalServerException,
2299
2300
  ListApplicationsCommand,
2300
2301
  ListAssociatedAttributeGroupsCommand,
2301
2302
  ListAssociatedResourcesCommand,
@@ -2303,27 +2304,27 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2303
2304
  ListAttributeGroupsForApplicationCommand,
2304
2305
  ListTagsForResourceCommand,
2305
2306
  PutConfigurationCommand,
2306
- ResourceGroupState,
2307
- ResourceItemStatus,
2308
- ResourceNotFoundException,
2309
- ResourceType,
2310
- ServiceCatalogAppRegistry,
2311
- ServiceCatalogAppRegistryClient,
2312
- ServiceCatalogAppRegistryServiceException,
2313
- ServiceQuotaExceededException,
2314
- SyncAction,
2315
2307
  SyncResourceCommand,
2316
2308
  TagResourceCommand,
2317
- ThrottlingException,
2318
2309
  UntagResourceCommand,
2319
2310
  UpdateApplicationCommand,
2320
2311
  UpdateAttributeGroupCommand,
2321
- ValidationException,
2322
- __Client,
2323
2312
  paginateListApplications,
2324
2313
  paginateListAssociatedAttributeGroups,
2325
2314
  paginateListAssociatedResources,
2315
+ paginateListAttributeGroupsForApplication,
2326
2316
  paginateListAttributeGroups,
2327
- paginateListAttributeGroupsForApplication
2317
+ ApplicationTagStatus,
2318
+ ConflictException,
2319
+ InternalServerException,
2320
+ ResourceNotFoundException,
2321
+ ServiceQuotaExceededException,
2322
+ ValidationException,
2323
+ AssociationOption,
2324
+ ResourceType,
2325
+ ThrottlingException,
2326
+ ResourceGroupState,
2327
+ ResourceItemStatus,
2328
+ SyncAction
2328
2329
  });
2329
2330
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-catalog-appregistry",
3
3
  "description": "AWS SDK for JavaScript Service Catalog Appregistry Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.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-catalog-appregistry",
@@ -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.501.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.501.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",