@aws-sdk/client-resource-groups-tagging-api 3.31.0 → 3.35.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 → dist-cjs}/ResourceGroupsTaggingAPI.js +1 -1
- package/dist-cjs/ResourceGroupsTaggingAPI.js.map +1 -0
- package/{dist/cjs → dist-cjs}/ResourceGroupsTaggingAPIClient.js +14 -14
- package/dist-cjs/ResourceGroupsTaggingAPIClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeReportCreationCommand.js +5 -5
- package/dist-cjs/commands/DescribeReportCreationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetComplianceSummaryCommand.js +5 -5
- package/dist-cjs/commands/GetComplianceSummaryCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetResourcesCommand.js +5 -5
- package/dist-cjs/commands/GetResourcesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetTagKeysCommand.js +5 -5
- package/dist-cjs/commands/GetTagKeysCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetTagValuesCommand.js +5 -5
- package/dist-cjs/commands/GetTagValuesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/StartReportCreationCommand.js +5 -5
- package/dist-cjs/commands/StartReportCreationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/TagResourcesCommand.js +5 -5
- package/dist-cjs/commands/TagResourcesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourcesCommand.js +5 -5
- package/dist-cjs/commands/UntagResourcesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +20 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/GetComplianceSummaryPaginator.js +1 -1
- package/dist-cjs/pagination/GetComplianceSummaryPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/GetResourcesPaginator.js +1 -1
- package/dist-cjs/pagination/GetResourcesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/GetTagKeysPaginator.js +1 -1
- package/dist-cjs/pagination/GetTagKeysPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/GetTagValuesPaginator.js +1 -1
- package/dist-cjs/pagination/GetTagValuesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +29 -29
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/ResourceGroupsTaggingAPI.js +2 -5
- package/dist-es/ResourceGroupsTaggingAPI.js.map +1 -0
- package/{dist/es → dist-es}/ResourceGroupsTaggingAPIClient.js +2 -10
- package/dist-es/ResourceGroupsTaggingAPIClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeReportCreationCommand.js +4 -31
- package/dist-es/commands/DescribeReportCreationCommand.js.map +1 -0
- package/dist-es/commands/GetComplianceSummaryCommand.js +40 -0
- package/dist-es/commands/GetComplianceSummaryCommand.js.map +1 -0
- package/dist-es/commands/GetResourcesCommand.js +40 -0
- package/dist-es/commands/GetResourcesCommand.js.map +1 -0
- package/dist-es/commands/GetTagKeysCommand.js +40 -0
- package/dist-es/commands/GetTagKeysCommand.js.map +1 -0
- package/dist-es/commands/GetTagValuesCommand.js +40 -0
- package/dist-es/commands/GetTagValuesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/StartReportCreationCommand.js +4 -37
- package/dist-es/commands/StartReportCreationCommand.js.map +1 -0
- package/dist-es/commands/TagResourcesCommand.js +40 -0
- package/dist-es/commands/TagResourcesCommand.js.map +1 -0
- package/dist-es/commands/UntagResourcesCommand.js +40 -0
- package/dist-es/commands/UntagResourcesCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -84
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/GetComplianceSummaryPaginator.js +17 -29
- package/dist-es/pagination/GetComplianceSummaryPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/GetResourcesPaginator.js +17 -29
- package/dist-es/pagination/GetResourcesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/GetTagKeysPaginator.js +17 -29
- package/dist-es/pagination/GetTagKeysPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/GetTagValuesPaginator.js +17 -29
- package/dist-es/pagination/GetTagValuesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +188 -193
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/ResourceGroupsTaggingAPI.d.ts +2 -2
- package/{dist/types → dist-types}/ResourceGroupsTaggingAPIClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/DescribeReportCreationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetComplianceSummaryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetTagKeysCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetTagValuesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StartReportCreationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/GetComplianceSummaryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetTagKeysPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetTagValuesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ResourceGroupsTaggingAPI.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/ResourceGroupsTaggingAPIClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/DescribeReportCreationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetComplianceSummaryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetTagKeysCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetTagValuesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/StartReportCreationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/TagResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/GetComplianceSummaryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetTagKeysPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetTagValuesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/{ResourceGroupsTaggingAPI.ts → src/ResourceGroupsTaggingAPI.ts} +3 -2
- package/{ResourceGroupsTaggingAPIClient.ts → src/ResourceGroupsTaggingAPIClient.ts} +32 -31
- package/{commands → src/commands}/DescribeReportCreationCommand.ts +12 -11
- package/{commands → src/commands}/GetComplianceSummaryCommand.ts +12 -11
- package/{commands → src/commands}/GetResourcesCommand.ts +12 -11
- package/{commands → src/commands}/GetTagKeysCommand.ts +12 -11
- package/{commands → src/commands}/GetTagValuesCommand.ts +12 -11
- package/{commands → src/commands}/StartReportCreationCommand.ts +12 -11
- package/{commands → src/commands}/TagResourcesCommand.ts +12 -11
- package/{commands → src/commands}/UntagResourcesCommand.ts +12 -11
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{pagination → src/pagination}/GetComplianceSummaryPaginator.ts +4 -3
- package/{pagination → src/pagination}/GetResourcesPaginator.ts +4 -3
- package/{pagination → src/pagination}/GetTagKeysPaginator.ts +3 -2
- package/{pagination → src/pagination}/GetTagValuesPaginator.ts +4 -3
- package/{pagination → src/pagination}/Interfaces.ts +2 -1
- package/{protocols → src/protocols}/Aws_json1_1.ts +24 -23
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/dist/cjs/ResourceGroupsTaggingAPI.js.map +0 -1
- package/dist/cjs/ResourceGroupsTaggingAPIClient.js.map +0 -1
- package/dist/cjs/commands/DescribeReportCreationCommand.js.map +0 -1
- package/dist/cjs/commands/GetComplianceSummaryCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/GetTagKeysCommand.js.map +0 -1
- package/dist/cjs/commands/GetTagValuesCommand.js.map +0 -1
- package/dist/cjs/commands/StartReportCreationCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourcesCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -20
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetComplianceSummaryPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetResourcesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetTagKeysPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetTagValuesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/ResourceGroupsTaggingAPI.js.map +0 -1
- package/dist/es/ResourceGroupsTaggingAPIClient.js.map +0 -1
- package/dist/es/commands/DescribeReportCreationCommand.js.map +0 -1
- package/dist/es/commands/GetComplianceSummaryCommand.js +0 -77
- package/dist/es/commands/GetComplianceSummaryCommand.js.map +0 -1
- package/dist/es/commands/GetResourcesCommand.js +0 -88
- package/dist/es/commands/GetResourcesCommand.js.map +0 -1
- package/dist/es/commands/GetTagKeysCommand.js +0 -72
- package/dist/es/commands/GetTagKeysCommand.js.map +0 -1
- package/dist/es/commands/GetTagValuesCommand.js +0 -72
- package/dist/es/commands/GetTagValuesCommand.js.map +0 -1
- package/dist/es/commands/StartReportCreationCommand.js.map +0 -1
- package/dist/es/commands/TagResourcesCommand.js +0 -92
- package/dist/es/commands/TagResourcesCommand.js.map +0 -1
- package/dist/es/commands/UntagResourcesCommand.js +0 -80
- package/dist/es/commands/UntagResourcesCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetComplianceSummaryPaginator.js.map +0 -1
- package/dist/es/pagination/GetResourcesPaginator.js.map +0 -1
- package/dist/es/pagination/GetTagKeysPaginator.js.map +0 -1
- package/dist/es/pagination/GetTagValuesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetTagKeysInput, GetTagKeysOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetTagKeysCommand, serializeAws_json1_1GetTagKeysCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var GetTagKeysCommand = (function (_super) {
|
|
7
|
+
__extends(GetTagKeysCommand, _super);
|
|
8
|
+
function GetTagKeysCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetTagKeysCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ResourceGroupsTaggingAPIClient";
|
|
18
|
+
var commandName = "GetTagKeysCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetTagKeysInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetTagKeysOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetTagKeysCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1GetTagKeysCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetTagKeysCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1GetTagKeysCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetTagKeysCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetTagKeysCommand };
|
|
40
|
+
//# sourceMappingURL=GetTagKeysCommand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetTagKeysCommand.js","sourceRoot":"","sources":["../../src/commands/GetTagKeysCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EACL,uCAAuC,EACvC,qCAAqC,GACtC,MAAM,0BAA0B,CAAC;AAkClC;IAAuC,qCAItC;IAIC,2BAAqB,KAA6B;QAAlD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwB;;IAIlD,CAAC;IAKD,6CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2D,EAC3D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gCAAgC,CAAC;QACpD,IAAM,WAAW,GAAG,mBAAmB,CAAC;QACxC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,eAAe,CAAC,kBAAkB;YAC3D,wBAAwB,EAAE,gBAAgB,CAAC,kBAAkB;SAC9D,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,qCAAS,GAAjB,UAAkB,KAA6B,EAAE,OAAuB;QACtE,OAAO,qCAAqC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;IAEO,uCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,uCAAuC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAIH,wBAAC;AAAD,CAAC,AAtDD,CAAuC,QAAQ,GAsD9C"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetTagValuesInput, GetTagValuesOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetTagValuesCommand, serializeAws_json1_1GetTagValuesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var GetTagValuesCommand = (function (_super) {
|
|
7
|
+
__extends(GetTagValuesCommand, _super);
|
|
8
|
+
function GetTagValuesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetTagValuesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ResourceGroupsTaggingAPIClient";
|
|
18
|
+
var commandName = "GetTagValuesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetTagValuesInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetTagValuesOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetTagValuesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1GetTagValuesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetTagValuesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1GetTagValuesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetTagValuesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetTagValuesCommand };
|
|
40
|
+
//# sourceMappingURL=GetTagValuesCommand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetTagValuesCommand.js","sourceRoot":"","sources":["../../src/commands/GetTagValuesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,MAAM,0BAA0B,CAAC;AAkClC;IAAyC,uCAIxC;IAIC,6BAAqB,KAA+B;QAApD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0B;;IAIpD,CAAC;IAKD,+CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2D,EAC3D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gCAAgC,CAAC;QACpD,IAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iBAAiB,CAAC,kBAAkB;YAC7D,wBAAwB,EAAE,kBAAkB,CAAC,kBAAkB;SAChE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uCAAS,GAAjB,UAAkB,KAA+B,EAAE,OAAuB;QACxE,OAAO,uCAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,yCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,yCAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAIH,0BAAC;AAAD,CAAC,AAtDD,CAAyC,QAAQ,GAsDhD"}
|
|
@@ -1,48 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StartReportCreationInput, StartReportCreationOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1StartReportCreationCommand, serializeAws_json1_1StartReportCreationCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Compliance data is refreshed daily. The report is generated asynchronously.</p>
|
|
10
|
-
* <p>The generated report is saved to the following location:</p>
|
|
11
|
-
* <p>
|
|
12
|
-
* <code>s3://example-bucket/AwsTagPolicies/o-exampleorgid/YYYY-MM-ddTHH:mm:ssZ/report.csv</code>
|
|
13
|
-
* </p>
|
|
14
|
-
* <p>You can call this operation only from the organization's
|
|
15
|
-
* management account and from the us-east-1 Region.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { ResourceGroupsTaggingAPIClient, StartReportCreationCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
|
|
20
|
-
* // const { ResourceGroupsTaggingAPIClient, StartReportCreationCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
|
|
21
|
-
* const client = new ResourceGroupsTaggingAPIClient(config);
|
|
22
|
-
* const command = new StartReportCreationCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link StartReportCreationCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link StartReportCreationCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
var StartReportCreationCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { StartReportCreationInput, StartReportCreationOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StartReportCreationCommand, serializeAws_json1_1StartReportCreationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var StartReportCreationCommand = (function (_super) {
|
|
32
7
|
__extends(StartReportCreationCommand, _super);
|
|
33
|
-
// Start section: command_properties
|
|
34
|
-
// End section: command_properties
|
|
35
8
|
function StartReportCreationCommand(input) {
|
|
36
|
-
var _this =
|
|
37
|
-
// Start section: command_constructor
|
|
38
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
39
10
|
_this.input = input;
|
|
40
11
|
return _this;
|
|
41
|
-
// End section: command_constructor
|
|
42
12
|
}
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
13
|
StartReportCreationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
47
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
48
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StartReportCreationCommand.js","sourceRoot":"","sources":["../../src/commands/StartReportCreationCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,0BAA0B,CAAC;AAmClC;IAAgD,8CAI/C;IAIC,oCAAqB,KAAsC;QAA3D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;IAI3D,CAAC;IAKD,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2D,EAC3D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gCAAgC,CAAC;QACpD,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { TagResourcesInput, TagResourcesOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1TagResourcesCommand, serializeAws_json1_1TagResourcesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var TagResourcesCommand = (function (_super) {
|
|
7
|
+
__extends(TagResourcesCommand, _super);
|
|
8
|
+
function TagResourcesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
TagResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ResourceGroupsTaggingAPIClient";
|
|
18
|
+
var commandName = "TagResourcesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: TagResourcesInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourcesOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
TagResourcesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1TagResourcesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
TagResourcesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1TagResourcesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return TagResourcesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { TagResourcesCommand };
|
|
40
|
+
//# sourceMappingURL=TagResourcesCommand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TagResourcesCommand.js","sourceRoot":"","sources":["../../src/commands/TagResourcesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,MAAM,0BAA0B,CAAC;AAsDlC;IAAyC,uCAIxC;IAIC,6BAAqB,KAA+B;QAApD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0B;;IAIpD,CAAC;IAKD,+CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2D,EAC3D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gCAAgC,CAAC;QACpD,IAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iBAAiB,CAAC,kBAAkB;YAC7D,wBAAwB,EAAE,kBAAkB,CAAC,kBAAkB;SAChE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uCAAS,GAAjB,UAAkB,KAA+B,EAAE,OAAuB;QACxE,OAAO,uCAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,yCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,yCAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAIH,0BAAC;AAAD,CAAC,AAtDD,CAAyC,QAAQ,GAsDhD"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UntagResourcesInput, UntagResourcesOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UntagResourcesCommand, serializeAws_json1_1UntagResourcesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var UntagResourcesCommand = (function (_super) {
|
|
7
|
+
__extends(UntagResourcesCommand, _super);
|
|
8
|
+
function UntagResourcesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
UntagResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ResourceGroupsTaggingAPIClient";
|
|
18
|
+
var commandName = "UntagResourcesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: UntagResourcesInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourcesOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
UntagResourcesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1UntagResourcesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
UntagResourcesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1UntagResourcesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return UntagResourcesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UntagResourcesCommand };
|
|
40
|
+
//# sourceMappingURL=UntagResourcesCommand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UntagResourcesCommand.js","sourceRoot":"","sources":["../../src/commands/UntagResourcesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC/E,OAAO,EACL,2CAA2C,EAC3C,yCAAyC,GAC1C,MAAM,0BAA0B,CAAC;AA0ClC;IAA2C,yCAI1C;IAIC,+BAAqB,KAAiC;QAAtD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;IAItD,CAAC;IAKD,iDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA2D,EAC3D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,gCAAgC,CAAC;QACpD,IAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,mBAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,oBAAoB,CAAC,kBAAkB;SAClE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yCAAS,GAAjB,UAAkB,KAAiC,EAAE,OAAuB;QAC1E,OAAO,yCAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,2CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,2CAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAIH,4BAAC;AAAD,CAAC,AAtDD,CAA2C,QAAQ,GAsDlD"}
|
|
@@ -47,7 +47,7 @@ var partitionHash = {
|
|
|
47
47
|
};
|
|
48
48
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
49
49
|
return __generator(this, function (_a) {
|
|
50
|
-
return [2
|
|
50
|
+
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "tagging", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
51
51
|
});
|
|
52
52
|
}); };
|
|
53
53
|
//# sourceMappingURL=endpoints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../src/endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,aAAa,EAA6B,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe,EAAE,CAAC;AAElC,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,gCAAgC;KAC3C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,mCAAmC;KAC9C;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,6BAA6B;KACxC;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,gCAAgC;KAC3C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,gCAAgC;KAC3C;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,SAAS,EACzB,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
|
@@ -1,58 +1,34 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var ComplianceDetails;
|
|
3
3
|
(function (ComplianceDetails) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
ComplianceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(ComplianceDetails || (ComplianceDetails = {}));
|
|
9
6
|
export var ConcurrentModificationException;
|
|
10
7
|
(function (ConcurrentModificationException) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
8
|
ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
9
|
})(ConcurrentModificationException || (ConcurrentModificationException = {}));
|
|
16
10
|
export var ConstraintViolationException;
|
|
17
11
|
(function (ConstraintViolationException) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
12
|
ConstraintViolationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
13
|
})(ConstraintViolationException || (ConstraintViolationException = {}));
|
|
23
14
|
export var DescribeReportCreationInput;
|
|
24
15
|
(function (DescribeReportCreationInput) {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
16
|
DescribeReportCreationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
17
|
})(DescribeReportCreationInput || (DescribeReportCreationInput = {}));
|
|
30
18
|
export var DescribeReportCreationOutput;
|
|
31
19
|
(function (DescribeReportCreationOutput) {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
20
|
DescribeReportCreationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
21
|
})(DescribeReportCreationOutput || (DescribeReportCreationOutput = {}));
|
|
37
22
|
export var InternalServiceException;
|
|
38
23
|
(function (InternalServiceException) {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
24
|
InternalServiceException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
25
|
})(InternalServiceException || (InternalServiceException = {}));
|
|
44
26
|
export var InvalidParameterException;
|
|
45
27
|
(function (InvalidParameterException) {
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
28
|
InvalidParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
29
|
})(InvalidParameterException || (InvalidParameterException = {}));
|
|
51
30
|
export var ThrottledException;
|
|
52
31
|
(function (ThrottledException) {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
32
|
ThrottledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
33
|
})(ThrottledException || (ThrottledException = {}));
|
|
58
34
|
export var ErrorCode;
|
|
@@ -62,9 +38,6 @@ export var ErrorCode;
|
|
|
62
38
|
})(ErrorCode || (ErrorCode = {}));
|
|
63
39
|
export var FailureInfo;
|
|
64
40
|
(function (FailureInfo) {
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
41
|
FailureInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
42
|
})(FailureInfo || (FailureInfo = {}));
|
|
70
43
|
export var GroupByAttribute;
|
|
@@ -75,9 +48,6 @@ export var GroupByAttribute;
|
|
|
75
48
|
})(GroupByAttribute || (GroupByAttribute = {}));
|
|
76
49
|
export var GetComplianceSummaryInput;
|
|
77
50
|
(function (GetComplianceSummaryInput) {
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
51
|
GetComplianceSummaryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
52
|
})(GetComplianceSummaryInput || (GetComplianceSummaryInput = {}));
|
|
83
53
|
export var TargetIdType;
|
|
@@ -88,128 +58,74 @@ export var TargetIdType;
|
|
|
88
58
|
})(TargetIdType || (TargetIdType = {}));
|
|
89
59
|
export var Summary;
|
|
90
60
|
(function (Summary) {
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
61
|
Summary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
62
|
})(Summary || (Summary = {}));
|
|
96
63
|
export var GetComplianceSummaryOutput;
|
|
97
64
|
(function (GetComplianceSummaryOutput) {
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
65
|
GetComplianceSummaryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
66
|
})(GetComplianceSummaryOutput || (GetComplianceSummaryOutput = {}));
|
|
103
67
|
export var TagFilter;
|
|
104
68
|
(function (TagFilter) {
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
69
|
TagFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
70
|
})(TagFilter || (TagFilter = {}));
|
|
110
71
|
export var GetResourcesInput;
|
|
111
72
|
(function (GetResourcesInput) {
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
73
|
GetResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
74
|
})(GetResourcesInput || (GetResourcesInput = {}));
|
|
117
75
|
export var Tag;
|
|
118
76
|
(function (Tag) {
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
77
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
78
|
})(Tag || (Tag = {}));
|
|
124
79
|
export var ResourceTagMapping;
|
|
125
80
|
(function (ResourceTagMapping) {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
81
|
ResourceTagMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
82
|
})(ResourceTagMapping || (ResourceTagMapping = {}));
|
|
131
83
|
export var GetResourcesOutput;
|
|
132
84
|
(function (GetResourcesOutput) {
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
85
|
GetResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
86
|
})(GetResourcesOutput || (GetResourcesOutput = {}));
|
|
138
87
|
export var PaginationTokenExpiredException;
|
|
139
88
|
(function (PaginationTokenExpiredException) {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
89
|
PaginationTokenExpiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
90
|
})(PaginationTokenExpiredException || (PaginationTokenExpiredException = {}));
|
|
145
91
|
export var GetTagKeysInput;
|
|
146
92
|
(function (GetTagKeysInput) {
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
93
|
GetTagKeysInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
94
|
})(GetTagKeysInput || (GetTagKeysInput = {}));
|
|
152
95
|
export var GetTagKeysOutput;
|
|
153
96
|
(function (GetTagKeysOutput) {
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
97
|
GetTagKeysOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
98
|
})(GetTagKeysOutput || (GetTagKeysOutput = {}));
|
|
159
99
|
export var GetTagValuesInput;
|
|
160
100
|
(function (GetTagValuesInput) {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
101
|
GetTagValuesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
102
|
})(GetTagValuesInput || (GetTagValuesInput = {}));
|
|
166
103
|
export var GetTagValuesOutput;
|
|
167
104
|
(function (GetTagValuesOutput) {
|
|
168
|
-
/**
|
|
169
|
-
* @internal
|
|
170
|
-
*/
|
|
171
105
|
GetTagValuesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
106
|
})(GetTagValuesOutput || (GetTagValuesOutput = {}));
|
|
173
107
|
export var StartReportCreationInput;
|
|
174
108
|
(function (StartReportCreationInput) {
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
109
|
StartReportCreationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
110
|
})(StartReportCreationInput || (StartReportCreationInput = {}));
|
|
180
111
|
export var StartReportCreationOutput;
|
|
181
112
|
(function (StartReportCreationOutput) {
|
|
182
|
-
/**
|
|
183
|
-
* @internal
|
|
184
|
-
*/
|
|
185
113
|
StartReportCreationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
114
|
})(StartReportCreationOutput || (StartReportCreationOutput = {}));
|
|
187
115
|
export var TagResourcesInput;
|
|
188
116
|
(function (TagResourcesInput) {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
117
|
TagResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
118
|
})(TagResourcesInput || (TagResourcesInput = {}));
|
|
194
119
|
export var TagResourcesOutput;
|
|
195
120
|
(function (TagResourcesOutput) {
|
|
196
|
-
/**
|
|
197
|
-
* @internal
|
|
198
|
-
*/
|
|
199
121
|
TagResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
122
|
})(TagResourcesOutput || (TagResourcesOutput = {}));
|
|
201
123
|
export var UntagResourcesInput;
|
|
202
124
|
(function (UntagResourcesInput) {
|
|
203
|
-
/**
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
125
|
UntagResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
126
|
})(UntagResourcesInput || (UntagResourcesInput = {}));
|
|
208
127
|
export var UntagResourcesOutput;
|
|
209
128
|
(function (UntagResourcesOutput) {
|
|
210
|
-
/**
|
|
211
|
-
* @internal
|
|
212
|
-
*/
|
|
213
129
|
UntagResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
130
|
})(UntagResourcesOutput || (UntagResourcesOutput = {}));
|
|
215
131
|
//# sourceMappingURL=models_0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../src/models/models_0.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { GetComplianceSummaryCommand, } from "../commands/GetComplianceSummaryCommand";
|
|
2
3
|
import { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
|
|
3
4
|
import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
|
|
4
|
-
import { GetComplianceSummaryCommand, } from "../commands/GetComplianceSummaryCommand";
|
|
5
|
-
/**
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
5
|
var makePagedClientRequest = function (client, input) {
|
|
9
6
|
var args = [];
|
|
10
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
|
|
|
13
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
14
11
|
return __generator(this, function (_a) {
|
|
15
12
|
switch (_a.label) {
|
|
16
|
-
case 0: return [4
|
|
17
|
-
case 1:
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return [2 /*return*/, _a.sent()];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new GetComplianceSummaryCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
20
15
|
}
|
|
21
16
|
});
|
|
22
17
|
});
|
|
23
18
|
};
|
|
24
|
-
/**
|
|
25
|
-
* @private
|
|
26
|
-
*/
|
|
27
19
|
var makePagedRequest = function (client, input) {
|
|
28
20
|
var args = [];
|
|
29
21
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
|
|
|
32
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
33
25
|
return __generator(this, function (_a) {
|
|
34
26
|
switch (_a.label) {
|
|
35
|
-
case 0: return [4
|
|
36
|
-
case 1:
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
return [2 /*return*/, _a.sent()];
|
|
27
|
+
case 0: return [4, client.getComplianceSummary.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
39
29
|
}
|
|
40
30
|
});
|
|
41
31
|
});
|
|
@@ -54,32 +44,30 @@ export function paginateGetComplianceSummary(config, input) {
|
|
|
54
44
|
hasNext = true;
|
|
55
45
|
_a.label = 1;
|
|
56
46
|
case 1:
|
|
57
|
-
if (!hasNext) return [3
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
58
48
|
input.PaginationToken = token;
|
|
59
49
|
input["MaxResults"] = config.pageSize;
|
|
60
|
-
if (!(config.client instanceof ResourceGroupsTaggingAPI)) return [3
|
|
61
|
-
return [4
|
|
50
|
+
if (!(config.client instanceof ResourceGroupsTaggingAPI)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
62
52
|
case 2:
|
|
63
53
|
page = _a.sent();
|
|
64
|
-
return [3
|
|
54
|
+
return [3, 6];
|
|
65
55
|
case 3:
|
|
66
|
-
if (!(config.client instanceof ResourceGroupsTaggingAPIClient)) return [3
|
|
67
|
-
return [4
|
|
56
|
+
if (!(config.client instanceof ResourceGroupsTaggingAPIClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
68
58
|
case 4:
|
|
69
59
|
page = _a.sent();
|
|
70
|
-
return [3
|
|
60
|
+
return [3, 6];
|
|
71
61
|
case 5: throw new Error("Invalid client, expected ResourceGroupsTaggingAPI | ResourceGroupsTaggingAPIClient");
|
|
72
|
-
case 6: return [4
|
|
73
|
-
case 7: return [4
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
74
64
|
case 8:
|
|
75
65
|
_a.sent();
|
|
76
66
|
token = page.PaginationToken;
|
|
77
67
|
hasNext = !!token;
|
|
78
|
-
return [3
|
|
79
|
-
case 9: return [4
|
|
80
|
-
case 10:
|
|
81
|
-
// @ts-ignore
|
|
82
|
-
return [2 /*return*/, _a.sent()];
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
83
71
|
}
|
|
84
72
|
});
|
|
85
73
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetComplianceSummaryPaginator.js","sourceRoot":"","sources":["../../src/pagination/GetComplianceSummaryPaginator.ts"],"names":[],"mappings":";AAEA,OAAO,EACL,2BAA2B,GAG5B,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AAMnF,IAAM,sBAAsB,GAAG,UAC7B,MAAsC,EACtC,KAAuC;IACvC,cAAY;SAAZ,UAAY,EAAZ,qBAAY,EAAZ,IAAY;QAAZ,6BAAY;;;;;wBAGL,WAAM,MAAM,CAAC,IAAI,OAAX,MAAM,iBAAM,IAAI,2BAA2B,CAAC,KAAK,CAAC,UAAK,IAAI,KAAC;wBAAzE,WAAO,SAAkE,EAAC;;;;CAC3E,CAAC;AAIF,IAAM,gBAAgB,GAAG,UACvB,MAAgC,EAChC,KAAuC;IACvC,cAAY;SAAZ,UAAY,EAAZ,qBAAY,EAAZ,IAAY;QAAZ,6BAAY;;;;;wBAGL,WAAM,MAAM,CAAC,oBAAoB,OAA3B,MAAM,iBAAsB,KAAK,UAAK,IAAI,KAAC;wBAAxD,WAAO,SAAiD,EAAC;;;;CAC1D,CAAC;AACF,MAAM,UAAiB,4BAA4B,CACjD,MAAuD,EACvD,KAAuC;IACvC,6BAA2B;SAA3B,UAA2B,EAA3B,qBAA2B,EAA3B,IAA2B;QAA3B,4CAA2B;;;;;;;oBAGvB,KAAK,GAA6C,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;oBACpF,OAAO,GAAG,IAAI,CAAC;;;yBAEZ,OAAO;oBACZ,KAAK,CAAC,eAAe,GAAG,KAAK,CAAC;oBAC9B,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;yBAClC,CAAA,MAAM,CAAC,MAAM,YAAY,wBAAwB,CAAA,EAAjD,cAAiD;oBAC5C,mBAAM,gBAAgB,8BAAC,MAAM,CAAC,MAAM,EAAE,KAAK,UAAK,mBAAmB,MAAC;;oBAA3E,IAAI,GAAG,SAAoE,CAAC;;;yBACnE,CAAA,MAAM,CAAC,MAAM,YAAY,8BAA8B,CAAA,EAAvD,cAAuD;oBACzD,mBAAM,sBAAsB,8BAAC,MAAM,CAAC,MAAM,EAAE,KAAK,UAAK,mBAAmB,MAAC;;oBAAjF,IAAI,GAAG,SAA0E,CAAC;;wBAElF,MAAM,IAAI,KAAK,CAAC,oFAAoF,CAAC,CAAC;2CAElG,IAAI;wBAAV,sBAAU;;oBAAV,SAAU,CAAC;oBACX,KAAK,GAAG,IAAI,CAAC,eAAe,CAAC;oBAC7B,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;;2CAGb,SAAS;yBAAhB,sBAAiB;;;;CAClB"}
|