@aws-sdk/client-resource-groups-tagging-api 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.
- package/dist-cjs/index.js +15 -14
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -957,30 +957,31 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
957
957
|
// Annotate the CommonJS export names for ESM import in node:
|
|
958
958
|
|
|
959
959
|
0 && (module.exports = {
|
|
960
|
-
|
|
961
|
-
|
|
960
|
+
ResourceGroupsTaggingAPIServiceException,
|
|
961
|
+
__Client,
|
|
962
|
+
ResourceGroupsTaggingAPIClient,
|
|
963
|
+
ResourceGroupsTaggingAPI,
|
|
964
|
+
$Command,
|
|
962
965
|
DescribeReportCreationCommand,
|
|
963
|
-
ErrorCode,
|
|
964
966
|
GetComplianceSummaryCommand,
|
|
965
967
|
GetResourcesCommand,
|
|
966
968
|
GetTagKeysCommand,
|
|
967
969
|
GetTagValuesCommand,
|
|
968
|
-
GroupByAttribute,
|
|
969
|
-
InternalServiceException,
|
|
970
|
-
InvalidParameterException,
|
|
971
|
-
PaginationTokenExpiredException,
|
|
972
|
-
ResourceGroupsTaggingAPI,
|
|
973
|
-
ResourceGroupsTaggingAPIClient,
|
|
974
|
-
ResourceGroupsTaggingAPIServiceException,
|
|
975
970
|
StartReportCreationCommand,
|
|
976
971
|
TagResourcesCommand,
|
|
977
|
-
TargetIdType,
|
|
978
|
-
ThrottledException,
|
|
979
972
|
UntagResourcesCommand,
|
|
980
|
-
__Client,
|
|
981
973
|
paginateGetComplianceSummary,
|
|
982
974
|
paginateGetResources,
|
|
983
975
|
paginateGetTagKeys,
|
|
984
|
-
paginateGetTagValues
|
|
976
|
+
paginateGetTagValues,
|
|
977
|
+
ConcurrentModificationException,
|
|
978
|
+
ConstraintViolationException,
|
|
979
|
+
InternalServiceException,
|
|
980
|
+
InvalidParameterException,
|
|
981
|
+
ThrottledException,
|
|
982
|
+
ErrorCode,
|
|
983
|
+
GroupByAttribute,
|
|
984
|
+
TargetIdType,
|
|
985
|
+
PaginationTokenExpiredException
|
|
985
986
|
});
|
|
986
987
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-groups-tagging-api",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Groups Tagging Api Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-resource-groups-tagging-api",
|
|
@@ -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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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",
|