@aws-sdk/client-resource-groups-tagging-api 3.39.0 → 3.43.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/CHANGELOG.md +39 -0
- package/dist-cjs/endpoints.js +74 -5
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +74 -5
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/ResourceGroupsTaggingAPI.d.ts +59 -16
- package/dist-types/ResourceGroupsTaggingAPIClient.d.ts +8 -0
- package/dist-types/commands/DescribeReportCreationCommand.d.ts +1 -1
- package/dist-types/commands/GetComplianceSummaryCommand.d.ts +3 -3
- package/dist-types/commands/GetResourcesCommand.d.ts +4 -4
- package/dist-types/commands/GetTagKeysCommand.d.ts +3 -3
- package/dist-types/commands/GetTagValuesCommand.d.ts +4 -4
- package/dist-types/commands/StartReportCreationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourcesCommand.d.ts +27 -5
- package/dist-types/commands/UntagResourcesCommand.d.ts +24 -3
- package/dist-types/models/models_0.d.ts +66 -59
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/ResourceGroupsTaggingAPIClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,45 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-resource-groups-tagging-api
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-resource-groups-tagging-api
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86))
|
|
39
|
+
* **clients:** update clients as of 2021/11/05 ([#2994](https://github.com/aws/aws-sdk-js-v3/issues/2994)) ([f5ecc31](https://github.com/aws/aws-sdk-js-v3/commit/f5ecc3147035a1f3d2d74cfed147999927ea8256))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
6
45
|
# [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
|
|
7
46
|
|
|
8
47
|
**Note:** Version bump only for package @aws-sdk/client-resource-groups-tagging-api
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -29,27 +29,96 @@ const partitionHash = {
|
|
|
29
29
|
"us-west-2",
|
|
30
30
|
],
|
|
31
31
|
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
32
|
-
|
|
32
|
+
variants: [
|
|
33
|
+
{
|
|
34
|
+
hostname: "tagging.{region}.amazonaws.com",
|
|
35
|
+
tags: [],
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
hostname: "tagging-fips.{region}.amazonaws.com",
|
|
39
|
+
tags: ["fips"],
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
hostname: "tagging-fips.{region}.api.aws",
|
|
43
|
+
tags: ["dualstack", "fips"],
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
hostname: "tagging.{region}.api.aws",
|
|
47
|
+
tags: ["dualstack"],
|
|
48
|
+
},
|
|
49
|
+
],
|
|
33
50
|
},
|
|
34
51
|
"aws-cn": {
|
|
35
52
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
36
53
|
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
37
|
-
|
|
54
|
+
variants: [
|
|
55
|
+
{
|
|
56
|
+
hostname: "tagging.{region}.amazonaws.com.cn",
|
|
57
|
+
tags: [],
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
hostname: "tagging-fips.{region}.amazonaws.com.cn",
|
|
61
|
+
tags: ["fips"],
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
hostname: "tagging-fips.{region}.api.amazonwebservices.com.cn",
|
|
65
|
+
tags: ["dualstack", "fips"],
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
hostname: "tagging.{region}.api.amazonwebservices.com.cn",
|
|
69
|
+
tags: ["dualstack"],
|
|
70
|
+
},
|
|
71
|
+
],
|
|
38
72
|
},
|
|
39
73
|
"aws-iso": {
|
|
40
74
|
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
41
75
|
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
42
|
-
|
|
76
|
+
variants: [
|
|
77
|
+
{
|
|
78
|
+
hostname: "tagging.{region}.c2s.ic.gov",
|
|
79
|
+
tags: [],
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
hostname: "tagging-fips.{region}.c2s.ic.gov",
|
|
83
|
+
tags: ["fips"],
|
|
84
|
+
},
|
|
85
|
+
],
|
|
43
86
|
},
|
|
44
87
|
"aws-iso-b": {
|
|
45
88
|
regions: ["us-isob-east-1"],
|
|
46
89
|
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
47
|
-
|
|
90
|
+
variants: [
|
|
91
|
+
{
|
|
92
|
+
hostname: "tagging.{region}.sc2s.sgov.gov",
|
|
93
|
+
tags: [],
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
hostname: "tagging-fips.{region}.sc2s.sgov.gov",
|
|
97
|
+
tags: ["fips"],
|
|
98
|
+
},
|
|
99
|
+
],
|
|
48
100
|
},
|
|
49
101
|
"aws-us-gov": {
|
|
50
102
|
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
51
103
|
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
52
|
-
|
|
104
|
+
variants: [
|
|
105
|
+
{
|
|
106
|
+
hostname: "tagging.{region}.amazonaws.com",
|
|
107
|
+
tags: [],
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
hostname: "tagging-fips.{region}.amazonaws.com",
|
|
111
|
+
tags: ["fips"],
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
hostname: "tagging-fips.{region}.api.aws",
|
|
115
|
+
tags: ["dualstack", "fips"],
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
hostname: "tagging.{region}.api.aws",
|
|
119
|
+
tags: ["dualstack"],
|
|
120
|
+
},
|
|
121
|
+
],
|
|
53
122
|
},
|
|
54
123
|
};
|
|
55
124
|
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
@@ -4,6 +4,7 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
+
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
9
10
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
@@ -13,7 +14,7 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
13
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
16
|
const getRuntimeConfig = (config) => {
|
|
16
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
17
18
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
18
19
|
return {
|
|
19
20
|
...clientSharedValues,
|
|
@@ -30,8 +31,10 @@ const getRuntimeConfig = (config) => {
|
|
|
30
31
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)),
|
|
31
32
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
32
33
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
35
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)),
|
|
36
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_browser_1.fromUtf8,
|
|
37
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_browser_1.toUtf8,
|
|
35
38
|
};
|
|
36
39
|
};
|
|
37
40
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -17,7 +17,7 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
19
|
const getRuntimeConfig = (config) => {
|
|
20
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
21
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
22
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
23
23
|
return {
|
|
@@ -35,8 +35,10 @@ const getRuntimeConfig = (config) => {
|
|
|
35
35
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS),
|
|
36
36
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
37
37
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
39
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
40
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8,
|
|
41
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8,
|
|
40
42
|
};
|
|
41
43
|
};
|
|
42
44
|
exports.getRuntimeConfig = getRuntimeConfig;
|
package/dist-es/endpoints.js
CHANGED
|
@@ -27,27 +27,96 @@ var partitionHash = {
|
|
|
27
27
|
"us-west-2",
|
|
28
28
|
],
|
|
29
29
|
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
30
|
-
|
|
30
|
+
variants: [
|
|
31
|
+
{
|
|
32
|
+
hostname: "tagging.{region}.amazonaws.com",
|
|
33
|
+
tags: [],
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
hostname: "tagging-fips.{region}.amazonaws.com",
|
|
37
|
+
tags: ["fips"],
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
hostname: "tagging-fips.{region}.api.aws",
|
|
41
|
+
tags: ["dualstack", "fips"],
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
hostname: "tagging.{region}.api.aws",
|
|
45
|
+
tags: ["dualstack"],
|
|
46
|
+
},
|
|
47
|
+
],
|
|
31
48
|
},
|
|
32
49
|
"aws-cn": {
|
|
33
50
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
34
51
|
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
35
|
-
|
|
52
|
+
variants: [
|
|
53
|
+
{
|
|
54
|
+
hostname: "tagging.{region}.amazonaws.com.cn",
|
|
55
|
+
tags: [],
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
hostname: "tagging-fips.{region}.amazonaws.com.cn",
|
|
59
|
+
tags: ["fips"],
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
hostname: "tagging-fips.{region}.api.amazonwebservices.com.cn",
|
|
63
|
+
tags: ["dualstack", "fips"],
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
hostname: "tagging.{region}.api.amazonwebservices.com.cn",
|
|
67
|
+
tags: ["dualstack"],
|
|
68
|
+
},
|
|
69
|
+
],
|
|
36
70
|
},
|
|
37
71
|
"aws-iso": {
|
|
38
72
|
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
39
73
|
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
40
|
-
|
|
74
|
+
variants: [
|
|
75
|
+
{
|
|
76
|
+
hostname: "tagging.{region}.c2s.ic.gov",
|
|
77
|
+
tags: [],
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
hostname: "tagging-fips.{region}.c2s.ic.gov",
|
|
81
|
+
tags: ["fips"],
|
|
82
|
+
},
|
|
83
|
+
],
|
|
41
84
|
},
|
|
42
85
|
"aws-iso-b": {
|
|
43
86
|
regions: ["us-isob-east-1"],
|
|
44
87
|
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
45
|
-
|
|
88
|
+
variants: [
|
|
89
|
+
{
|
|
90
|
+
hostname: "tagging.{region}.sc2s.sgov.gov",
|
|
91
|
+
tags: [],
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
hostname: "tagging-fips.{region}.sc2s.sgov.gov",
|
|
95
|
+
tags: ["fips"],
|
|
96
|
+
},
|
|
97
|
+
],
|
|
46
98
|
},
|
|
47
99
|
"aws-us-gov": {
|
|
48
100
|
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
49
101
|
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
50
|
-
|
|
102
|
+
variants: [
|
|
103
|
+
{
|
|
104
|
+
hostname: "tagging.{region}.amazonaws.com",
|
|
105
|
+
tags: [],
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
hostname: "tagging-fips.{region}.amazonaws.com",
|
|
109
|
+
tags: ["fips"],
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
hostname: "tagging-fips.{region}.api.aws",
|
|
113
|
+
tags: ["dualstack", "fips"],
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
hostname: "tagging.{region}.api.aws",
|
|
117
|
+
tags: ["dualstack"],
|
|
118
|
+
},
|
|
119
|
+
],
|
|
51
120
|
},
|
|
52
121
|
};
|
|
53
122
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
4
5
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
6
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
6
7
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
@@ -10,7 +11,7 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
|
10
11
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
12
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
13
|
export var getRuntimeConfig = function (config) {
|
|
13
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
14
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
14
15
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
15
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
16
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
16
17
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
|
-
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
4
|
+
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
6
|
import { Hash } from "@aws-sdk/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
@@ -14,8 +14,8 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
16
|
export var getRuntimeConfig = function (config) {
|
|
17
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
18
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
20
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
21
21
|
};
|
|
@@ -24,11 +24,11 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
|
|
|
24
24
|
* <p>Returns a table that shows counts of resources that are noncompliant with their tag
|
|
25
25
|
* policies.</p>
|
|
26
26
|
* <p>For more information on tag policies, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">Tag Policies</a> in
|
|
27
|
-
* the <i>
|
|
27
|
+
* the <i>Organizations User Guide.</i>
|
|
28
28
|
* </p>
|
|
29
29
|
* <p>You can call this operation only from the organization's
|
|
30
30
|
* management account and from the us-east-1 Region.</p>
|
|
31
|
-
*
|
|
31
|
+
* <p>This operation supports pagination, where the response can be sent in
|
|
32
32
|
* multiple pages. You should check the <code>PaginationToken</code> response parameter to determine
|
|
33
33
|
* if there are additional results available to return. Repeat the query, passing the
|
|
34
34
|
* <code>PaginationToken</code> response parameter value as an input to the next request until you
|
|
@@ -40,7 +40,7 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
|
|
|
40
40
|
getComplianceSummary(args: GetComplianceSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetComplianceSummaryCommandOutput) => void): void;
|
|
41
41
|
/**
|
|
42
42
|
* <p>Returns all the tagged or previously tagged resources that are located in the
|
|
43
|
-
* specified Region for the
|
|
43
|
+
* specified Amazon Web Services Region for the account.</p>
|
|
44
44
|
* <p>Depending on what information you want returned, you can also specify the
|
|
45
45
|
* following:</p>
|
|
46
46
|
* <ul>
|
|
@@ -53,11 +53,11 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
|
|
|
53
53
|
* <li>
|
|
54
54
|
* <p>Information about compliance with the account's effective tag policy. For more
|
|
55
55
|
* information on tag policies, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">Tag
|
|
56
|
-
* Policies</a> in the <i>
|
|
56
|
+
* Policies</a> in the <i>Organizations User Guide.</i>
|
|
57
57
|
* </p>
|
|
58
58
|
* </li>
|
|
59
59
|
* </ul>
|
|
60
|
-
*
|
|
60
|
+
* <p>This operation supports pagination, where the response can be sent in
|
|
61
61
|
* multiple pages. You should check the <code>PaginationToken</code> response parameter to determine
|
|
62
62
|
* if there are additional results available to return. Repeat the query, passing the
|
|
63
63
|
* <code>PaginationToken</code> response parameter value as an input to the next request until you
|
|
@@ -68,9 +68,9 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
|
|
|
68
68
|
getResources(args: GetResourcesCommandInput, cb: (err: any, data?: GetResourcesCommandOutput) => void): void;
|
|
69
69
|
getResources(args: GetResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcesCommandOutput) => void): void;
|
|
70
70
|
/**
|
|
71
|
-
* <p>Returns all tag keys currently in use in the specified Region for the calling
|
|
71
|
+
* <p>Returns all tag keys currently in use in the specified Amazon Web Services Region for the calling
|
|
72
72
|
* account.</p>
|
|
73
|
-
*
|
|
73
|
+
* <p>This operation supports pagination, where the response can be sent in
|
|
74
74
|
* multiple pages. You should check the <code>PaginationToken</code> response parameter to determine
|
|
75
75
|
* if there are additional results available to return. Repeat the query, passing the
|
|
76
76
|
* <code>PaginationToken</code> response parameter value as an input to the next request until you
|
|
@@ -81,9 +81,9 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
|
|
|
81
81
|
getTagKeys(args: GetTagKeysCommandInput, cb: (err: any, data?: GetTagKeysCommandOutput) => void): void;
|
|
82
82
|
getTagKeys(args: GetTagKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTagKeysCommandOutput) => void): void;
|
|
83
83
|
/**
|
|
84
|
-
* <p>Returns all tag values for the specified key that are used in the specified
|
|
85
|
-
* Region for the calling
|
|
86
|
-
*
|
|
84
|
+
* <p>Returns all tag values for the specified key that are used in the specified Amazon Web Services
|
|
85
|
+
* Region for the calling account.</p>
|
|
86
|
+
* <p>This operation supports pagination, where the response can be sent in
|
|
87
87
|
* multiple pages. You should check the <code>PaginationToken</code> response parameter to determine
|
|
88
88
|
* if there are additional results available to return. Repeat the query, passing the
|
|
89
89
|
* <code>PaginationToken</code> response parameter value as an input to the next request until you
|
|
@@ -113,16 +113,19 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
|
|
|
113
113
|
* <li>
|
|
114
114
|
* <p>Not all resources can have tags. For a list of services with resources that
|
|
115
115
|
* support tagging using this operation, see <a href="https://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/supported-services.html">Services that support the
|
|
116
|
-
* Resource Groups Tagging API</a
|
|
116
|
+
* Resource Groups Tagging API</a>. If the resource doesn't yet support
|
|
117
|
+
* this operation, the resource's service might support tagging using its own API
|
|
118
|
+
* operations. For more information, refer to the documentation for that
|
|
119
|
+
* service.</p>
|
|
117
120
|
* </li>
|
|
118
121
|
* <li>
|
|
119
|
-
* <p>Each resource can have up to 50 tags. For other limits, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html#tag-conventions">Tag Naming and Usage Conventions</a> in the <i>
|
|
122
|
+
* <p>Each resource can have up to 50 tags. For other limits, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html#tag-conventions">Tag Naming and Usage Conventions</a> in the <i>Amazon Web Services General
|
|
120
123
|
* Reference.</i>
|
|
121
124
|
* </p>
|
|
122
125
|
* </li>
|
|
123
126
|
* <li>
|
|
124
|
-
* <p>You can only tag resources that are located in the specified
|
|
125
|
-
* the
|
|
127
|
+
* <p>You can only tag resources that are located in the specified Amazon Web Services Region for
|
|
128
|
+
* the Amazon Web Services account.</p>
|
|
126
129
|
* </li>
|
|
127
130
|
* <li>
|
|
128
131
|
* <p>To add tags to a resource, you need the necessary permissions for the service
|
|
@@ -136,6 +139,25 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
|
|
|
136
139
|
* administration services. Tags are not intended to be used for private or sensitive
|
|
137
140
|
* data.</p>
|
|
138
141
|
* </important>
|
|
142
|
+
* <p>
|
|
143
|
+
* <b>Minimum permissions</b>
|
|
144
|
+
* </p>
|
|
145
|
+
* <p>In addition to the <code>tag:TagResources</code> permission required by this
|
|
146
|
+
* operation, you must also have the tagging permission defined by the service that created
|
|
147
|
+
* the resource. For example, to tag an Amazon EC2 instance using the <code>TagResources</code>
|
|
148
|
+
* operation, you must have both of the following permissions:</p>
|
|
149
|
+
* <ul>
|
|
150
|
+
* <li>
|
|
151
|
+
* <p>
|
|
152
|
+
* <code>tag:TagResource</code>
|
|
153
|
+
* </p>
|
|
154
|
+
* </li>
|
|
155
|
+
* <li>
|
|
156
|
+
* <p>
|
|
157
|
+
* <code>ec2:CreateTags</code>
|
|
158
|
+
* </p>
|
|
159
|
+
* </li>
|
|
160
|
+
* </ul>
|
|
139
161
|
*/
|
|
140
162
|
tagResources(args: TagResourcesCommandInput, options?: __HttpHandlerOptions): Promise<TagResourcesCommandOutput>;
|
|
141
163
|
tagResources(args: TagResourcesCommandInput, cb: (err: any, data?: TagResourcesCommandOutput) => void): void;
|
|
@@ -153,8 +175,29 @@ export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPICl
|
|
|
153
175
|
* want to untag.</p>
|
|
154
176
|
* </li>
|
|
155
177
|
* <li>
|
|
156
|
-
* <p>You can only tag resources that are located in the specified
|
|
157
|
-
* the calling
|
|
178
|
+
* <p>You can only tag resources that are located in the specified Amazon Web Services Region for
|
|
179
|
+
* the calling Amazon Web Services account.</p>
|
|
180
|
+
* </li>
|
|
181
|
+
* </ul>
|
|
182
|
+
*
|
|
183
|
+
* <p>
|
|
184
|
+
* <b>Minimum permissions</b>
|
|
185
|
+
* </p>
|
|
186
|
+
* <p>In addition to the <code>tag:UntagResources</code> permission required by this
|
|
187
|
+
* operation, you must also have the remove tags permission defined by the service that
|
|
188
|
+
* created the resource. For example, to remove the tags from an Amazon EC2 instance using the
|
|
189
|
+
* <code>UntagResources</code> operation, you must have both of the following
|
|
190
|
+
* permissions:</p>
|
|
191
|
+
* <ul>
|
|
192
|
+
* <li>
|
|
193
|
+
* <p>
|
|
194
|
+
* <code>tag:UntagResource</code>
|
|
195
|
+
* </p>
|
|
196
|
+
* </li>
|
|
197
|
+
* <li>
|
|
198
|
+
* <p>
|
|
199
|
+
* <code>ec2:DeleteTags</code>
|
|
200
|
+
* </p>
|
|
158
201
|
* </li>
|
|
159
202
|
* </ul>
|
|
160
203
|
*/
|
|
@@ -84,6 +84,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
84
84
|
* Optional logger for logging debug/info/warn/error.
|
|
85
85
|
*/
|
|
86
86
|
logger?: __Logger;
|
|
87
|
+
/**
|
|
88
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
89
|
+
*/
|
|
90
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
91
|
+
/**
|
|
92
|
+
* Enables FIPS compatible endpoints.
|
|
93
|
+
*/
|
|
94
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
87
95
|
/**
|
|
88
96
|
* Unique service identifier.
|
|
89
97
|
* @internal
|
|
@@ -22,7 +22,7 @@ export interface DescribeReportCreationCommandOutput extends DescribeReportCreat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeReportCreationCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeReportCreationCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeReportCreationCommand extends $Command<DescribeReportCreationCommandInput, DescribeReportCreationCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
@@ -10,11 +10,11 @@ export interface GetComplianceSummaryCommandOutput extends GetComplianceSummaryO
|
|
|
10
10
|
* <p>Returns a table that shows counts of resources that are noncompliant with their tag
|
|
11
11
|
* policies.</p>
|
|
12
12
|
* <p>For more information on tag policies, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">Tag Policies</a> in
|
|
13
|
-
* the <i>
|
|
13
|
+
* the <i>Organizations User Guide.</i>
|
|
14
14
|
* </p>
|
|
15
15
|
* <p>You can call this operation only from the organization's
|
|
16
16
|
* management account and from the us-east-1 Region.</p>
|
|
17
|
-
*
|
|
17
|
+
* <p>This operation supports pagination, where the response can be sent in
|
|
18
18
|
* multiple pages. You should check the <code>PaginationToken</code> response parameter to determine
|
|
19
19
|
* if there are additional results available to return. Repeat the query, passing the
|
|
20
20
|
* <code>PaginationToken</code> response parameter value as an input to the next request until you
|
|
@@ -32,7 +32,7 @@ export interface GetComplianceSummaryCommandOutput extends GetComplianceSummaryO
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link GetComplianceSummaryCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link GetComplianceSummaryCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class GetComplianceSummaryCommand extends $Command<GetComplianceSummaryCommandInput, GetComplianceSummaryCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
@@ -8,7 +8,7 @@ export interface GetResourcesCommandOutput extends GetResourcesOutput, __Metadat
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Returns all the tagged or previously tagged resources that are located in the
|
|
11
|
-
* specified Region for the
|
|
11
|
+
* specified Amazon Web Services Region for the account.</p>
|
|
12
12
|
* <p>Depending on what information you want returned, you can also specify the
|
|
13
13
|
* following:</p>
|
|
14
14
|
* <ul>
|
|
@@ -21,11 +21,11 @@ export interface GetResourcesCommandOutput extends GetResourcesOutput, __Metadat
|
|
|
21
21
|
* <li>
|
|
22
22
|
* <p>Information about compliance with the account's effective tag policy. For more
|
|
23
23
|
* information on tag policies, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">Tag
|
|
24
|
-
* Policies</a> in the <i>
|
|
24
|
+
* Policies</a> in the <i>Organizations User Guide.</i>
|
|
25
25
|
* </p>
|
|
26
26
|
* </li>
|
|
27
27
|
* </ul>
|
|
28
|
-
*
|
|
28
|
+
* <p>This operation supports pagination, where the response can be sent in
|
|
29
29
|
* multiple pages. You should check the <code>PaginationToken</code> response parameter to determine
|
|
30
30
|
* if there are additional results available to return. Repeat the query, passing the
|
|
31
31
|
* <code>PaginationToken</code> response parameter value as an input to the next request until you
|
|
@@ -43,7 +43,7 @@ export interface GetResourcesCommandOutput extends GetResourcesOutput, __Metadat
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link GetResourcesCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link GetResourcesCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class GetResourcesCommand extends $Command<GetResourcesCommandInput, GetResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
@@ -7,9 +7,9 @@ export interface GetTagKeysCommandInput extends GetTagKeysInput {
|
|
|
7
7
|
export interface GetTagKeysCommandOutput extends GetTagKeysOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns all tag keys currently in use in the specified Region for the calling
|
|
10
|
+
* <p>Returns all tag keys currently in use in the specified Amazon Web Services Region for the calling
|
|
11
11
|
* account.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>This operation supports pagination, where the response can be sent in
|
|
13
13
|
* multiple pages. You should check the <code>PaginationToken</code> response parameter to determine
|
|
14
14
|
* if there are additional results available to return. Repeat the query, passing the
|
|
15
15
|
* <code>PaginationToken</code> response parameter value as an input to the next request until you
|
|
@@ -27,7 +27,7 @@ export interface GetTagKeysCommandOutput extends GetTagKeysOutput, __MetadataBea
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link GetTagKeysCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link GetTagKeysCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class GetTagKeysCommand extends $Command<GetTagKeysCommandInput, GetTagKeysCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
@@ -7,9 +7,9 @@ export interface GetTagValuesCommandInput extends GetTagValuesInput {
|
|
|
7
7
|
export interface GetTagValuesCommandOutput extends GetTagValuesOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns all tag values for the specified key that are used in the specified
|
|
11
|
-
* Region for the calling
|
|
12
|
-
*
|
|
10
|
+
* <p>Returns all tag values for the specified key that are used in the specified Amazon Web Services
|
|
11
|
+
* Region for the calling account.</p>
|
|
12
|
+
* <p>This operation supports pagination, where the response can be sent in
|
|
13
13
|
* multiple pages. You should check the <code>PaginationToken</code> response parameter to determine
|
|
14
14
|
* if there are additional results available to return. Repeat the query, passing the
|
|
15
15
|
* <code>PaginationToken</code> response parameter value as an input to the next request until you
|
|
@@ -27,7 +27,7 @@ export interface GetTagValuesCommandOutput extends GetTagValuesOutput, __Metadat
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link GetTagValuesCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link GetTagValuesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class GetTagValuesCommand extends $Command<GetTagValuesCommandInput, GetTagValuesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface StartReportCreationCommandOutput extends StartReportCreationOut
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link StartReportCreationCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link StartReportCreationCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class StartReportCreationCommand extends $Command<StartReportCreationCommandInput, StartReportCreationCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
@@ -12,16 +12,19 @@ export interface TagResourcesCommandOutput extends TagResourcesOutput, __Metadat
|
|
|
12
12
|
* <li>
|
|
13
13
|
* <p>Not all resources can have tags. For a list of services with resources that
|
|
14
14
|
* support tagging using this operation, see <a href="https://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/supported-services.html">Services that support the
|
|
15
|
-
* Resource Groups Tagging API</a
|
|
15
|
+
* Resource Groups Tagging API</a>. If the resource doesn't yet support
|
|
16
|
+
* this operation, the resource's service might support tagging using its own API
|
|
17
|
+
* operations. For more information, refer to the documentation for that
|
|
18
|
+
* service.</p>
|
|
16
19
|
* </li>
|
|
17
20
|
* <li>
|
|
18
|
-
* <p>Each resource can have up to 50 tags. For other limits, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html#tag-conventions">Tag Naming and Usage Conventions</a> in the <i>
|
|
21
|
+
* <p>Each resource can have up to 50 tags. For other limits, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html#tag-conventions">Tag Naming and Usage Conventions</a> in the <i>Amazon Web Services General
|
|
19
22
|
* Reference.</i>
|
|
20
23
|
* </p>
|
|
21
24
|
* </li>
|
|
22
25
|
* <li>
|
|
23
|
-
* <p>You can only tag resources that are located in the specified
|
|
24
|
-
* the
|
|
26
|
+
* <p>You can only tag resources that are located in the specified Amazon Web Services Region for
|
|
27
|
+
* the Amazon Web Services account.</p>
|
|
25
28
|
* </li>
|
|
26
29
|
* <li>
|
|
27
30
|
* <p>To add tags to a resource, you need the necessary permissions for the service
|
|
@@ -35,6 +38,25 @@ export interface TagResourcesCommandOutput extends TagResourcesOutput, __Metadat
|
|
|
35
38
|
* administration services. Tags are not intended to be used for private or sensitive
|
|
36
39
|
* data.</p>
|
|
37
40
|
* </important>
|
|
41
|
+
* <p>
|
|
42
|
+
* <b>Minimum permissions</b>
|
|
43
|
+
* </p>
|
|
44
|
+
* <p>In addition to the <code>tag:TagResources</code> permission required by this
|
|
45
|
+
* operation, you must also have the tagging permission defined by the service that created
|
|
46
|
+
* the resource. For example, to tag an Amazon EC2 instance using the <code>TagResources</code>
|
|
47
|
+
* operation, you must have both of the following permissions:</p>
|
|
48
|
+
* <ul>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>
|
|
51
|
+
* <code>tag:TagResource</code>
|
|
52
|
+
* </p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>
|
|
56
|
+
* <code>ec2:CreateTags</code>
|
|
57
|
+
* </p>
|
|
58
|
+
* </li>
|
|
59
|
+
* </ul>
|
|
38
60
|
* @example
|
|
39
61
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
62
|
* ```javascript
|
|
@@ -47,7 +69,7 @@ export interface TagResourcesCommandOutput extends TagResourcesOutput, __Metadat
|
|
|
47
69
|
*
|
|
48
70
|
* @see {@link TagResourcesCommandInput} for command's `input` shape.
|
|
49
71
|
* @see {@link TagResourcesCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for
|
|
72
|
+
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
51
73
|
*
|
|
52
74
|
*/
|
|
53
75
|
export declare class TagResourcesCommand extends $Command<TagResourcesCommandInput, TagResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
@@ -19,8 +19,29 @@ export interface UntagResourcesCommandOutput extends UntagResourcesOutput, __Met
|
|
|
19
19
|
* want to untag.</p>
|
|
20
20
|
* </li>
|
|
21
21
|
* <li>
|
|
22
|
-
* <p>You can only tag resources that are located in the specified
|
|
23
|
-
* the calling
|
|
22
|
+
* <p>You can only tag resources that are located in the specified Amazon Web Services Region for
|
|
23
|
+
* the calling Amazon Web Services account.</p>
|
|
24
|
+
* </li>
|
|
25
|
+
* </ul>
|
|
26
|
+
*
|
|
27
|
+
* <p>
|
|
28
|
+
* <b>Minimum permissions</b>
|
|
29
|
+
* </p>
|
|
30
|
+
* <p>In addition to the <code>tag:UntagResources</code> permission required by this
|
|
31
|
+
* operation, you must also have the remove tags permission defined by the service that
|
|
32
|
+
* created the resource. For example, to remove the tags from an Amazon EC2 instance using the
|
|
33
|
+
* <code>UntagResources</code> operation, you must have both of the following
|
|
34
|
+
* permissions:</p>
|
|
35
|
+
* <ul>
|
|
36
|
+
* <li>
|
|
37
|
+
* <p>
|
|
38
|
+
* <code>tag:UntagResource</code>
|
|
39
|
+
* </p>
|
|
40
|
+
* </li>
|
|
41
|
+
* <li>
|
|
42
|
+
* <p>
|
|
43
|
+
* <code>ec2:DeleteTags</code>
|
|
44
|
+
* </p>
|
|
24
45
|
* </li>
|
|
25
46
|
* </ul>
|
|
26
47
|
* @example
|
|
@@ -35,7 +56,7 @@ export interface UntagResourcesCommandOutput extends UntagResourcesOutput, __Met
|
|
|
35
56
|
*
|
|
36
57
|
* @see {@link UntagResourcesCommandInput} for command's `input` shape.
|
|
37
58
|
* @see {@link UntagResourcesCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for
|
|
59
|
+
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape.
|
|
39
60
|
*
|
|
40
61
|
*/
|
|
41
62
|
export declare class UntagResourcesCommand extends $Command<UntagResourcesCommandInput, UntagResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
|
|
@@ -46,14 +46,14 @@ export declare namespace ConcurrentModificationException {
|
|
|
46
46
|
* <ul>
|
|
47
47
|
* <li>
|
|
48
48
|
* <p>You must meet the prerequisites for using tag policies. For information, see
|
|
49
|
-
* <a href="
|
|
50
|
-
* <i>
|
|
49
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html">Prerequisites and Permissions for Using Tag Policies</a> in the
|
|
50
|
+
* <i>Organizations User Guide.</i>
|
|
51
51
|
* </p>
|
|
52
52
|
* </li>
|
|
53
53
|
* <li>
|
|
54
54
|
* <p>You must enable the tag policies service principal
|
|
55
|
-
* (<code>tagpolicies.tag.amazonaws.com</code>) to integrate with
|
|
56
|
-
* information, see <a href="
|
|
55
|
+
* (<code>tagpolicies.tag.amazonaws.com</code>) to integrate with Organizations For
|
|
56
|
+
* information, see <a href="https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnableAWSServiceAccess.html">EnableAWSServiceAccess</a>.</p>
|
|
57
57
|
* </li>
|
|
58
58
|
* <li>
|
|
59
59
|
* <p>You must have a tag policy attached to the organization root, an OU, or an
|
|
@@ -158,8 +158,8 @@ export declare namespace InternalServiceException {
|
|
|
158
158
|
* </li>
|
|
159
159
|
* <li>
|
|
160
160
|
* <p>You can't access the Amazon S3 bucket for report storage. For more information, see
|
|
161
|
-
* <a href="
|
|
162
|
-
* Reports</a> in the <i>
|
|
161
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html#bucket-policies-org-report">Additional Requirements for Organization-wide Tag Compliance
|
|
162
|
+
* Reports</a> in the <i>Organizations User Guide.</i>
|
|
163
163
|
* </p>
|
|
164
164
|
* </li>
|
|
165
165
|
* </ul>
|
|
@@ -197,34 +197,33 @@ export declare enum ErrorCode {
|
|
|
197
197
|
* <p>Information about the errors that are returned for each failed resource. This
|
|
198
198
|
* information can include <code>InternalServiceException</code> and
|
|
199
199
|
* <code>InvalidParameterException</code> errors. It can also include any valid error
|
|
200
|
-
* code returned by the
|
|
200
|
+
* code returned by the Amazon Web Services service that hosts the resource that the ARN key
|
|
201
201
|
* represents.</p>
|
|
202
|
-
* <p>The following are common error codes that you might receive from other
|
|
202
|
+
* <p>The following are common error codes that you might receive from other Amazon Web Services
|
|
203
203
|
* services:</p>
|
|
204
204
|
* <ul>
|
|
205
205
|
* <li>
|
|
206
206
|
* <p>
|
|
207
207
|
* <b>InternalServiceException</b> – This can
|
|
208
|
-
* mean that the Resource Groups Tagging API didn't receive a response from another
|
|
209
|
-
*
|
|
210
|
-
*
|
|
211
|
-
* the request and then call <a href="http://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/API_GetResources.html">GetResources</a> to verify the changes.</p>
|
|
208
|
+
* mean that the Resource Groups Tagging API didn't receive a response from another Amazon Web Services service. It
|
|
209
|
+
* can also mean that the resource type in the request is not supported by the
|
|
210
|
+
* Resource Groups Tagging API. In these cases, it's safe to retry the request and then call <a href="https://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/API_GetResources.html">GetResources</a> to verify the changes.</p>
|
|
212
211
|
* </li>
|
|
213
212
|
* <li>
|
|
214
213
|
* <p>
|
|
215
214
|
* <b>AccessDeniedException</b> – This can mean
|
|
216
|
-
* that you need permission to
|
|
217
|
-
* contains the resource. For example, to use the Resource Groups Tagging API to
|
|
218
|
-
*
|
|
215
|
+
* that you need permission to call the tagging operations in the Amazon Web Services service
|
|
216
|
+
* that contains the resource. For example, to use the Resource Groups Tagging API to tag a Amazon CloudWatch
|
|
217
|
+
* alarm resource, you need permission to call both <a href="https://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/API_TagResources.html">
|
|
219
218
|
* <code>TagResources</code>
|
|
220
219
|
* </a>
|
|
221
220
|
* <i>and</i>
|
|
222
|
-
* <a href="
|
|
221
|
+
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_TagResource.html">
|
|
223
222
|
* <code>TagResource</code>
|
|
224
223
|
* </a> in the CloudWatch API. </p>
|
|
225
224
|
* </li>
|
|
226
225
|
* </ul>
|
|
227
|
-
* <p>For more information on errors that are generated from other
|
|
226
|
+
* <p>For more information on errors that are generated from other Amazon Web Services services, see the
|
|
228
227
|
* documentation for that service. </p>
|
|
229
228
|
*/
|
|
230
229
|
export interface FailureInfo {
|
|
@@ -235,7 +234,7 @@ export interface FailureInfo {
|
|
|
235
234
|
/**
|
|
236
235
|
* <p>The code of the common error. Valid values include
|
|
237
236
|
* <code>InternalServiceException</code>, <code>InvalidParameterException</code>, and
|
|
238
|
-
* any valid error code returned by the
|
|
237
|
+
* any valid error code returned by the Amazon Web Services service that hosts the resource that you want
|
|
239
238
|
* to tag.</p>
|
|
240
239
|
*/
|
|
241
240
|
ErrorCode?: ErrorCode | string;
|
|
@@ -263,7 +262,7 @@ export interface GetComplianceSummaryInput {
|
|
|
263
262
|
*/
|
|
264
263
|
TargetIdFilters?: string[];
|
|
265
264
|
/**
|
|
266
|
-
* <p>Specifies a list of
|
|
265
|
+
* <p>Specifies a list of Amazon Web Services Regions to limit the output to. If you use this parameter,
|
|
267
266
|
* the count of returned noncompliant resources includes only resources in the specified
|
|
268
267
|
* Regions.</p>
|
|
269
268
|
*/
|
|
@@ -273,13 +272,16 @@ export interface GetComplianceSummaryInput {
|
|
|
273
272
|
* specified types. The format of each resource type is
|
|
274
273
|
* <code>service[:resourceType]</code>. For example, specifying a resource type of
|
|
275
274
|
* <code>ec2</code> returns all Amazon EC2 resources (which includes EC2 instances).
|
|
276
|
-
* Specifying a resource type of <code>ec2:instance</code> returns only EC2
|
|
275
|
+
* Specifying a resource type of <code>ec2:instance</code> returns only EC2
|
|
276
|
+
* instances.</p>
|
|
277
277
|
* <p>The string for each service name and resource type is the same as that embedded in a
|
|
278
|
-
* resource's Amazon Resource Name (ARN). Consult the <i>
|
|
279
|
-
*
|
|
278
|
+
* resource's Amazon Resource Name (ARN). Consult the <i>
|
|
279
|
+
* <a href="https://docs.aws.amazon.com/general/latest/gr/">Amazon Web Services General Reference</a>
|
|
280
|
+
* </i>
|
|
281
|
+
* for the following:</p>
|
|
280
282
|
* <ul>
|
|
281
283
|
* <li>
|
|
282
|
-
* <p>For a list of service name strings, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces">
|
|
284
|
+
* <p>For a list of service name strings, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces">Amazon Web Services Service Namespaces</a>.</p>
|
|
283
285
|
* </li>
|
|
284
286
|
* <li>
|
|
285
287
|
* <p>For resource type strings, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arns-syntax">Example
|
|
@@ -287,7 +289,7 @@ export interface GetComplianceSummaryInput {
|
|
|
287
289
|
* </li>
|
|
288
290
|
* <li>
|
|
289
291
|
* <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names
|
|
290
|
-
* (ARNs) and
|
|
292
|
+
* (ARNs) and Amazon Web Services Service Namespaces</a>.</p>
|
|
291
293
|
* </li>
|
|
292
294
|
* </ul>
|
|
293
295
|
* <p>You can specify multiple resource types by using a comma separated array. The array
|
|
@@ -341,7 +343,7 @@ export interface Summary {
|
|
|
341
343
|
LastUpdated?: string;
|
|
342
344
|
/**
|
|
343
345
|
* <p>The account identifier or the root identifier of the organization. If you don't know
|
|
344
|
-
* the root ID, you can call the
|
|
346
|
+
* the root ID, you can call the Organizations <a href="https://docs.aws.amazon.com/organizations/latest/APIReference/API_ListRoots.html">ListRoots</a> API.</p>
|
|
345
347
|
*/
|
|
346
348
|
TargetId?: string;
|
|
347
349
|
/**
|
|
@@ -349,11 +351,11 @@ export interface Summary {
|
|
|
349
351
|
*/
|
|
350
352
|
TargetIdType?: TargetIdType | string;
|
|
351
353
|
/**
|
|
352
|
-
* <p>The
|
|
354
|
+
* <p>The Amazon Web Services Region that the summary applies to.</p>
|
|
353
355
|
*/
|
|
354
356
|
Region?: string;
|
|
355
357
|
/**
|
|
356
|
-
* <p>The
|
|
358
|
+
* <p>The Amazon Web Services resource type.</p>
|
|
357
359
|
*/
|
|
358
360
|
ResourceType?: string;
|
|
359
361
|
/**
|
|
@@ -391,11 +393,13 @@ export declare namespace GetComplianceSummaryOutput {
|
|
|
391
393
|
*/
|
|
392
394
|
export interface TagFilter {
|
|
393
395
|
/**
|
|
394
|
-
* <p>One part of a key-value pair that makes up a tag. A key is a general label
|
|
396
|
+
* <p>One part of a key-value pair that makes up a tag. A key is a general label
|
|
397
|
+
* that acts like a category for more specific tag values.</p>
|
|
395
398
|
*/
|
|
396
399
|
Key?: string;
|
|
397
400
|
/**
|
|
398
|
-
* <p>One part of a key-value pair that make up a tag. A value acts as a
|
|
401
|
+
* <p>One part of a key-value pair that make up a tag. A value acts as a
|
|
402
|
+
* descriptor within a tag category (key). The value can be empty or null.</p>
|
|
399
403
|
*/
|
|
400
404
|
Values?: string[];
|
|
401
405
|
}
|
|
@@ -414,8 +418,8 @@ export interface GetResourcesInput {
|
|
|
414
418
|
PaginationToken?: string;
|
|
415
419
|
/**
|
|
416
420
|
* <p>Specifies a list of TagFilters (keys and values) to restrict the output to only those
|
|
417
|
-
* resources that have the specified
|
|
418
|
-
*
|
|
421
|
+
* resources that have tags with the specified keys and, if included, the specified values.
|
|
422
|
+
* Each <code>TagFilter</code> must contain a key with values optional. A request can
|
|
419
423
|
* include up to 50 keys, and each key can include up to 20 values. </p>
|
|
420
424
|
* <p>Note the following when deciding how to use TagFilters:</p>
|
|
421
425
|
* <ul>
|
|
@@ -431,12 +435,12 @@ export interface GetResourcesInput {
|
|
|
431
435
|
* </li>
|
|
432
436
|
* <li>
|
|
433
437
|
* <p>If you specify a filter that contains more than one value for a key, the
|
|
434
|
-
* response returns resources that match any of the specified
|
|
435
|
-
* key.</p>
|
|
438
|
+
* response returns resources that match <i>any</i> of the specified
|
|
439
|
+
* values for that key.</p>
|
|
436
440
|
* </li>
|
|
437
441
|
* <li>
|
|
438
|
-
* <p>If you don't specify
|
|
439
|
-
* are tagged with that key
|
|
442
|
+
* <p>If you don't specify a value for a key, the response returns all resources
|
|
443
|
+
* that are tagged with that key, with any or no value.</p>
|
|
440
444
|
* <p>For example, for the following filters: <code>filter1= {keyA,{value1}}</code>,
|
|
441
445
|
* <code>filter2={keyB,{value2,value3,value4}}</code>, <code>filter3=
|
|
442
446
|
* {keyC}</code>:</p>
|
|
@@ -479,7 +483,7 @@ export interface GetResourcesInput {
|
|
|
479
483
|
*/
|
|
480
484
|
ResourcesPerPage?: number;
|
|
481
485
|
/**
|
|
482
|
-
* <p>
|
|
486
|
+
* <p>Amazon Web Services recommends using <code>ResourcesPerPage</code> instead of this parameter.</p>
|
|
483
487
|
* <p>A limit that restricts the number of tags (key and value pairs) returned by
|
|
484
488
|
* <code>GetResources</code> in paginated output. A resource with no tags is counted as
|
|
485
489
|
* having one tag (one key and value pair).</p>
|
|
@@ -504,13 +508,15 @@ export interface GetResourcesInput {
|
|
|
504
508
|
* instances). Specifying a resource type of <code>ec2:instance</code> returns only EC2
|
|
505
509
|
* instances. </p>
|
|
506
510
|
* <p>The string for each service name and resource type is the same as that embedded in a
|
|
507
|
-
* resource's Amazon Resource Name (ARN).
|
|
508
|
-
*
|
|
509
|
-
* <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and
|
|
510
|
-
* AWS Service Namespaces</a>.</p>
|
|
511
|
+
* resource's Amazon Resource Name (ARN). For the list of services whose resources you can
|
|
512
|
+
* use in this parameter, see <a href="https://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/supported-services.html">Services that support the Resource Groups Tagging API</a>.</p>
|
|
511
513
|
* <p>You can specify multiple resource types by using an array. The array can include up to
|
|
512
514
|
* 100 items. Note that the length constraint requirement applies to each resource type
|
|
513
|
-
* filter.
|
|
515
|
+
* filter. For example, the following string would limit the response to only Amazon EC2
|
|
516
|
+
* instances, Amazon S3 buckets, or any Audit Manager resource:</p>
|
|
517
|
+
* <p>
|
|
518
|
+
* <code>ec2:instance,s3:bucket,auditmanager</code>
|
|
519
|
+
* </p>
|
|
514
520
|
*/
|
|
515
521
|
ResourceTypeFilters?: string[];
|
|
516
522
|
/**
|
|
@@ -536,9 +542,9 @@ export interface GetResourcesInput {
|
|
|
536
542
|
* <p>If a resource specified by this parameter doesn't exist, it doesn't generate an error;
|
|
537
543
|
* it simply isn't included in the response.</p>
|
|
538
544
|
* <p>An ARN (Amazon Resource Name) uniquely identifies a resource. For more information,
|
|
539
|
-
* see <a href="
|
|
540
|
-
* Resource Names (ARNs) and
|
|
541
|
-
* General Reference</i>.</p>
|
|
545
|
+
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
|
|
546
|
+
* Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the
|
|
547
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
542
548
|
*/
|
|
543
549
|
ResourceARNList?: string[];
|
|
544
550
|
}
|
|
@@ -549,18 +555,19 @@ export declare namespace GetResourcesInput {
|
|
|
549
555
|
const filterSensitiveLog: (obj: GetResourcesInput) => any;
|
|
550
556
|
}
|
|
551
557
|
/**
|
|
552
|
-
* <p>The metadata that you apply to
|
|
558
|
+
* <p>The metadata that you apply to Amazon Web Services resources to help you categorize and organize
|
|
553
559
|
* them. Each tag consists of a key and a value, both of which you define. For more
|
|
554
|
-
* information, see <a href="
|
|
555
|
-
* Resources</a> in the <i>AWS General Reference</i>.</p>
|
|
560
|
+
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
556
561
|
*/
|
|
557
562
|
export interface Tag {
|
|
558
563
|
/**
|
|
559
|
-
* <p>One part of a key-value pair that makes up a tag. A key is a general label
|
|
564
|
+
* <p>One part of a key-value pair that makes up a tag. A key is a general label
|
|
565
|
+
* that acts like a category for more specific tag values.</p>
|
|
560
566
|
*/
|
|
561
567
|
Key: string | undefined;
|
|
562
568
|
/**
|
|
563
|
-
* <p>One part of a key-value pair that make up a tag. A value acts as a
|
|
569
|
+
* <p>One part of a key-value pair that make up a tag. A value acts as a
|
|
570
|
+
* descriptor within a tag category (key). The value can be empty or null.</p>
|
|
564
571
|
*/
|
|
565
572
|
Value: string | undefined;
|
|
566
573
|
}
|
|
@@ -580,7 +587,7 @@ export interface ResourceTagMapping {
|
|
|
580
587
|
*/
|
|
581
588
|
ResourceARN?: string;
|
|
582
589
|
/**
|
|
583
|
-
* <p>The tags that have been applied to one or more
|
|
590
|
+
* <p>The tags that have been applied to one or more Amazon Web Services resources.</p>
|
|
584
591
|
*/
|
|
585
592
|
Tags?: Tag[];
|
|
586
593
|
/**
|
|
@@ -604,7 +611,7 @@ export interface GetResourcesOutput {
|
|
|
604
611
|
PaginationToken?: string;
|
|
605
612
|
/**
|
|
606
613
|
* <p>A list of resource ARNs and the tags (keys and values) associated with
|
|
607
|
-
*
|
|
614
|
+
* each.</p>
|
|
608
615
|
*/
|
|
609
616
|
ResourceTagMappingList?: ResourceTagMapping[];
|
|
610
617
|
}
|
|
@@ -651,7 +658,7 @@ export interface GetTagKeysOutput {
|
|
|
651
658
|
*/
|
|
652
659
|
PaginationToken?: string;
|
|
653
660
|
/**
|
|
654
|
-
* <p>A list of all tag keys in the
|
|
661
|
+
* <p>A list of all tag keys in the Amazon Web Services account.</p>
|
|
655
662
|
*/
|
|
656
663
|
TagKeys?: string[];
|
|
657
664
|
}
|
|
@@ -670,7 +677,7 @@ export interface GetTagValuesInput {
|
|
|
670
677
|
PaginationToken?: string;
|
|
671
678
|
/**
|
|
672
679
|
* <p>Specifies the tag key for which you want to list all existing values that are
|
|
673
|
-
* currently used in the specified
|
|
680
|
+
* currently used in the specified Amazon Web Services Region for the calling account.</p>
|
|
674
681
|
*/
|
|
675
682
|
Key: string | undefined;
|
|
676
683
|
}
|
|
@@ -688,8 +695,8 @@ export interface GetTagValuesOutput {
|
|
|
688
695
|
*/
|
|
689
696
|
PaginationToken?: string;
|
|
690
697
|
/**
|
|
691
|
-
* <p>A list of all tag values for the specified key currently used in the specified
|
|
692
|
-
* Region for the calling
|
|
698
|
+
* <p>A list of all tag values for the specified key currently used in the specified Amazon Web Services
|
|
699
|
+
* Region for the calling account.</p>
|
|
693
700
|
*/
|
|
694
701
|
TagValues?: string[];
|
|
695
702
|
}
|
|
@@ -728,8 +735,8 @@ export interface TagResourcesInput {
|
|
|
728
735
|
/**
|
|
729
736
|
* <p>Specifies the list of ARNs of the resources that you want to apply tags to.</p>
|
|
730
737
|
* <p>An ARN (Amazon Resource Name) uniquely identifies a resource. For more information,
|
|
731
|
-
* see <a href="
|
|
732
|
-
* Resource Names (ARNs) and
|
|
738
|
+
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
|
|
739
|
+
* Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services
|
|
733
740
|
* General Reference</i>.</p>
|
|
734
741
|
*/
|
|
735
742
|
ResourceARNList: string[] | undefined;
|
|
@@ -768,8 +775,8 @@ export interface UntagResourcesInput {
|
|
|
768
775
|
/**
|
|
769
776
|
* <p>Specifies a list of ARNs of the resources that you want to remove tags from.</p>
|
|
770
777
|
* <p>An ARN (Amazon Resource Name) uniquely identifies a resource. For more information,
|
|
771
|
-
* see <a href="
|
|
772
|
-
* Resource Names (ARNs) and
|
|
778
|
+
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
|
|
779
|
+
* Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services
|
|
773
780
|
* General Reference</i>.</p>
|
|
774
781
|
*/
|
|
775
782
|
ResourceARNList: string[] | undefined;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ResourceGroupsTaggingAPIClientCo
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ResourceGroupsTaggingAPIClientCo
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: ResourceGroupsTaggingAPIClientCo
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -46,6 +46,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
46
46
|
|
|
47
47
|
logger?: __Logger;
|
|
48
48
|
|
|
49
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
50
|
+
|
|
51
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
52
|
+
|
|
49
53
|
serviceId?: string;
|
|
50
54
|
|
|
51
55
|
region?: string | __Provider<string>;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: ResourceGroupsTaggingAPIClientCo
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: ResourceGroupsTaggingAPIClientCo
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: ResourceGroupsTaggingAPIClientCo
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
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.43.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,32 +21,32 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.43.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|