@aws-sdk/client-resource-groups 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 +21 -20
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1983,45 +1983,46 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1983
1983
  // Annotate the CommonJS export names for ESM import in node:
1984
1984
 
1985
1985
  0 && (module.exports = {
1986
- BadRequestException,
1986
+ ResourceGroupsServiceException,
1987
+ __Client,
1988
+ ResourceGroupsClient,
1989
+ ResourceGroups,
1990
+ $Command,
1987
1991
  CreateGroupCommand,
1988
1992
  DeleteGroupCommand,
1989
- ForbiddenException,
1990
1993
  GetAccountSettingsCommand,
1991
1994
  GetGroupCommand,
1992
1995
  GetGroupConfigurationCommand,
1993
1996
  GetGroupQueryCommand,
1994
1997
  GetTagsCommand,
1995
- GroupConfigurationStatus,
1996
- GroupFilterName,
1997
- GroupLifecycleEventsDesiredStatus,
1998
- GroupLifecycleEventsStatus,
1999
1998
  GroupResourcesCommand,
2000
- InternalServerErrorException,
2001
1999
  ListGroupResourcesCommand,
2002
2000
  ListGroupsCommand,
2003
- MethodNotAllowedException,
2004
- NotFoundException,
2005
2001
  PutGroupConfigurationCommand,
2006
- QueryErrorCode,
2007
- QueryType,
2008
- ResourceFilterName,
2009
- ResourceGroups,
2010
- ResourceGroupsClient,
2011
- ResourceGroupsServiceException,
2012
- ResourceStatusValue,
2013
2002
  SearchResourcesCommand,
2014
2003
  TagCommand,
2015
- TooManyRequestsException,
2016
- UnauthorizedException,
2017
2004
  UngroupResourcesCommand,
2018
2005
  UntagCommand,
2019
2006
  UpdateAccountSettingsCommand,
2020
2007
  UpdateGroupCommand,
2021
2008
  UpdateGroupQueryCommand,
2022
- __Client,
2023
2009
  paginateListGroupResources,
2024
2010
  paginateListGroups,
2025
- paginateSearchResources
2011
+ paginateSearchResources,
2012
+ GroupLifecycleEventsDesiredStatus,
2013
+ GroupLifecycleEventsStatus,
2014
+ BadRequestException,
2015
+ QueryType,
2016
+ GroupConfigurationStatus,
2017
+ ForbiddenException,
2018
+ InternalServerErrorException,
2019
+ MethodNotAllowedException,
2020
+ TooManyRequestsException,
2021
+ NotFoundException,
2022
+ ResourceFilterName,
2023
+ QueryErrorCode,
2024
+ ResourceStatusValue,
2025
+ UnauthorizedException,
2026
+ GroupFilterName
2026
2027
  });
2027
2028
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-resource-groups",
3
3
  "description": "AWS SDK for JavaScript Resource Groups 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-resource-groups",
@@ -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",