@aws-sdk/client-resource-groups-tagging-api 3.489.0 → 3.495.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/ResourceGroupsTaggingAPI.js +1 -27
- package/dist-cjs/ResourceGroupsTaggingAPIClient.js +1 -43
- package/dist-cjs/commands/DescribeReportCreationCommand.js +1 -28
- package/dist-cjs/commands/GetComplianceSummaryCommand.js +1 -28
- package/dist-cjs/commands/GetResourcesCommand.js +1 -28
- package/dist-cjs/commands/GetTagKeysCommand.js +1 -28
- package/dist-cjs/commands/GetTagValuesCommand.js +1 -28
- package/dist-cjs/commands/StartReportCreationCommand.js +1 -28
- package/dist-cjs/commands/TagResourcesCommand.js +1 -28
- package/dist-cjs/commands/UntagResourcesCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -11
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +983 -11
- package/dist-cjs/models/ResourceGroupsTaggingAPIServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -102
- package/dist-cjs/pagination/GetComplianceSummaryPaginator.js +1 -7
- package/dist-cjs/pagination/GetResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/GetTagKeysPaginator.js +1 -7
- package/dist-cjs/pagination/GetTagValuesPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/index.js +1 -8
- package/dist-cjs/protocols/Aws_json1_1.js +1 -522
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ResourceGroupsTaggingAPIServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class ResourceGroupsTaggingAPIServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, ResourceGroupsTaggingAPIServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.ResourceGroupsTaggingAPIServiceException = ResourceGroupsTaggingAPIServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,102 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PaginationTokenExpiredException = exports.TargetIdType = exports.GroupByAttribute = exports.ErrorCode = exports.ThrottledException = exports.InvalidParameterException = exports.InternalServiceException = exports.ConstraintViolationException = exports.ConcurrentModificationException = void 0;
|
|
4
|
-
const ResourceGroupsTaggingAPIServiceException_1 = require("./ResourceGroupsTaggingAPIServiceException");
|
|
5
|
-
class ConcurrentModificationException extends ResourceGroupsTaggingAPIServiceException_1.ResourceGroupsTaggingAPIServiceException {
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "ConcurrentModificationException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
this.name = "ConcurrentModificationException";
|
|
13
|
-
this.$fault = "client";
|
|
14
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
15
|
-
this.Message = opts.Message;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
19
|
-
class ConstraintViolationException extends ResourceGroupsTaggingAPIServiceException_1.ResourceGroupsTaggingAPIServiceException {
|
|
20
|
-
constructor(opts) {
|
|
21
|
-
super({
|
|
22
|
-
name: "ConstraintViolationException",
|
|
23
|
-
$fault: "client",
|
|
24
|
-
...opts,
|
|
25
|
-
});
|
|
26
|
-
this.name = "ConstraintViolationException";
|
|
27
|
-
this.$fault = "client";
|
|
28
|
-
Object.setPrototypeOf(this, ConstraintViolationException.prototype);
|
|
29
|
-
this.Message = opts.Message;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
exports.ConstraintViolationException = ConstraintViolationException;
|
|
33
|
-
class InternalServiceException extends ResourceGroupsTaggingAPIServiceException_1.ResourceGroupsTaggingAPIServiceException {
|
|
34
|
-
constructor(opts) {
|
|
35
|
-
super({
|
|
36
|
-
name: "InternalServiceException",
|
|
37
|
-
$fault: "server",
|
|
38
|
-
...opts,
|
|
39
|
-
});
|
|
40
|
-
this.name = "InternalServiceException";
|
|
41
|
-
this.$fault = "server";
|
|
42
|
-
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
43
|
-
this.Message = opts.Message;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.InternalServiceException = InternalServiceException;
|
|
47
|
-
class InvalidParameterException extends ResourceGroupsTaggingAPIServiceException_1.ResourceGroupsTaggingAPIServiceException {
|
|
48
|
-
constructor(opts) {
|
|
49
|
-
super({
|
|
50
|
-
name: "InvalidParameterException",
|
|
51
|
-
$fault: "client",
|
|
52
|
-
...opts,
|
|
53
|
-
});
|
|
54
|
-
this.name = "InvalidParameterException";
|
|
55
|
-
this.$fault = "client";
|
|
56
|
-
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
57
|
-
this.Message = opts.Message;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.InvalidParameterException = InvalidParameterException;
|
|
61
|
-
class ThrottledException extends ResourceGroupsTaggingAPIServiceException_1.ResourceGroupsTaggingAPIServiceException {
|
|
62
|
-
constructor(opts) {
|
|
63
|
-
super({
|
|
64
|
-
name: "ThrottledException",
|
|
65
|
-
$fault: "client",
|
|
66
|
-
...opts,
|
|
67
|
-
});
|
|
68
|
-
this.name = "ThrottledException";
|
|
69
|
-
this.$fault = "client";
|
|
70
|
-
Object.setPrototypeOf(this, ThrottledException.prototype);
|
|
71
|
-
this.Message = opts.Message;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
exports.ThrottledException = ThrottledException;
|
|
75
|
-
exports.ErrorCode = {
|
|
76
|
-
INTERNAL_SERVICE_EXCEPTION: "InternalServiceException",
|
|
77
|
-
INVALID_PARAMETER_EXCEPTION: "InvalidParameterException",
|
|
78
|
-
};
|
|
79
|
-
exports.GroupByAttribute = {
|
|
80
|
-
REGION: "REGION",
|
|
81
|
-
RESOURCE_TYPE: "RESOURCE_TYPE",
|
|
82
|
-
TARGET_ID: "TARGET_ID",
|
|
83
|
-
};
|
|
84
|
-
exports.TargetIdType = {
|
|
85
|
-
ACCOUNT: "ACCOUNT",
|
|
86
|
-
OU: "OU",
|
|
87
|
-
ROOT: "ROOT",
|
|
88
|
-
};
|
|
89
|
-
class PaginationTokenExpiredException extends ResourceGroupsTaggingAPIServiceException_1.ResourceGroupsTaggingAPIServiceException {
|
|
90
|
-
constructor(opts) {
|
|
91
|
-
super({
|
|
92
|
-
name: "PaginationTokenExpiredException",
|
|
93
|
-
$fault: "client",
|
|
94
|
-
...opts,
|
|
95
|
-
});
|
|
96
|
-
this.name = "PaginationTokenExpiredException";
|
|
97
|
-
this.$fault = "client";
|
|
98
|
-
Object.setPrototypeOf(this, PaginationTokenExpiredException.prototype);
|
|
99
|
-
this.Message = opts.Message;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
exports.PaginationTokenExpiredException = PaginationTokenExpiredException;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetComplianceSummary = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const GetComplianceSummaryCommand_1 = require("../commands/GetComplianceSummaryCommand");
|
|
6
|
-
const ResourceGroupsTaggingAPIClient_1 = require("../ResourceGroupsTaggingAPIClient");
|
|
7
|
-
exports.paginateGetComplianceSummary = (0, core_1.createPaginator)(ResourceGroupsTaggingAPIClient_1.ResourceGroupsTaggingAPIClient, GetComplianceSummaryCommand_1.GetComplianceSummaryCommand, "PaginationToken", "PaginationToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetResources = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const GetResourcesCommand_1 = require("../commands/GetResourcesCommand");
|
|
6
|
-
const ResourceGroupsTaggingAPIClient_1 = require("../ResourceGroupsTaggingAPIClient");
|
|
7
|
-
exports.paginateGetResources = (0, core_1.createPaginator)(ResourceGroupsTaggingAPIClient_1.ResourceGroupsTaggingAPIClient, GetResourcesCommand_1.GetResourcesCommand, "PaginationToken", "PaginationToken", "ResourcesPerPage");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetTagKeys = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const GetTagKeysCommand_1 = require("../commands/GetTagKeysCommand");
|
|
6
|
-
const ResourceGroupsTaggingAPIClient_1 = require("../ResourceGroupsTaggingAPIClient");
|
|
7
|
-
exports.paginateGetTagKeys = (0, core_1.createPaginator)(ResourceGroupsTaggingAPIClient_1.ResourceGroupsTaggingAPIClient, GetTagKeysCommand_1.GetTagKeysCommand, "PaginationToken", "PaginationToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetTagValues = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const GetTagValuesCommand_1 = require("../commands/GetTagValuesCommand");
|
|
6
|
-
const ResourceGroupsTaggingAPIClient_1 = require("../ResourceGroupsTaggingAPIClient");
|
|
7
|
-
exports.paginateGetTagValues = (0, core_1.createPaginator)(ResourceGroupsTaggingAPIClient_1.ResourceGroupsTaggingAPIClient, GetTagValuesCommand_1.GetTagValuesCommand, "PaginationToken", "PaginationToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./GetComplianceSummaryPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./GetResourcesPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./GetTagKeysPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./GetTagValuesPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|