@aws-sdk/client-resource-groups 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}/ResourceGroups.js +1 -1
- package/dist-cjs/ResourceGroups.js.map +1 -0
- package/{dist/cjs → dist-cjs}/ResourceGroupsClient.js +14 -14
- package/dist-cjs/ResourceGroupsClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateGroupCommand.js +5 -5
- package/dist-cjs/commands/CreateGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteGroupCommand.js +5 -5
- package/dist-cjs/commands/DeleteGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetGroupCommand.js +5 -5
- package/dist-cjs/commands/GetGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetGroupConfigurationCommand.js +5 -5
- package/dist-cjs/commands/GetGroupConfigurationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetGroupQueryCommand.js +5 -5
- package/dist-cjs/commands/GetGroupQueryCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetTagsCommand.js +5 -5
- package/dist-cjs/commands/GetTagsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GroupResourcesCommand.js +5 -5
- package/dist-cjs/commands/GroupResourcesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListGroupResourcesCommand.js +5 -5
- package/dist-cjs/commands/ListGroupResourcesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListGroupsCommand.js +5 -5
- package/dist-cjs/commands/ListGroupsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/PutGroupConfigurationCommand.js +5 -5
- package/dist-cjs/commands/PutGroupConfigurationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/SearchResourcesCommand.js +5 -5
- package/dist-cjs/commands/SearchResourcesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/TagCommand.js +5 -5
- package/dist-cjs/commands/TagCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UngroupResourcesCommand.js +5 -5
- package/dist-cjs/commands/UngroupResourcesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UntagCommand.js +5 -5
- package/dist-cjs/commands/UntagCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateGroupCommand.js +5 -5
- package/dist-cjs/commands/UpdateGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateGroupQueryCommand.js +5 -5
- package/dist-cjs/commands/UpdateGroupQueryCommand.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 +27 -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/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/pagination/ListGroupResourcesPaginator.js +1 -1
- package/dist-cjs/pagination/ListGroupResourcesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListGroupsPaginator.js +1 -1
- package/dist-cjs/pagination/ListGroupsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/SearchResourcesPaginator.js +1 -1
- package/dist-cjs/pagination/SearchResourcesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +69 -69
- package/dist-cjs/protocols/Aws_restJson1.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}/ResourceGroups.js +2 -40
- package/dist-es/ResourceGroups.js.map +1 -0
- package/dist-es/ResourceGroupsClient.js +38 -0
- package/dist-es/ResourceGroupsClient.js.map +1 -0
- package/dist-es/commands/CreateGroupCommand.js +40 -0
- package/dist-es/commands/CreateGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteGroupCommand.js +4 -41
- package/dist-es/commands/DeleteGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetGroupCommand.js +4 -40
- package/dist-es/commands/GetGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetGroupConfigurationCommand.js +4 -42
- package/dist-es/commands/GetGroupConfigurationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetGroupQueryCommand.js +4 -42
- package/dist-es/commands/GetGroupQueryCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetTagsCommand.js +4 -41
- package/dist-es/commands/GetTagsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GroupResourcesCommand.js +4 -40
- package/dist-es/commands/GroupResourcesCommand.js.map +1 -0
- package/dist-es/commands/ListGroupResourcesCommand.js +40 -0
- package/dist-es/commands/ListGroupResourcesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListGroupsCommand.js +4 -40
- package/dist-es/commands/ListGroupsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/PutGroupConfigurationCommand.js +4 -42
- package/dist-es/commands/PutGroupConfigurationCommand.js.map +1 -0
- package/dist-es/commands/SearchResourcesCommand.js +40 -0
- package/dist-es/commands/SearchResourcesCommand.js.map +1 -0
- package/dist-es/commands/TagCommand.js +40 -0
- package/dist-es/commands/TagCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UngroupResourcesCommand.js +4 -40
- package/dist-es/commands/UngroupResourcesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UntagCommand.js +4 -40
- package/dist-es/commands/UntagCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateGroupCommand.js +4 -41
- package/dist-es/commands/UpdateGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateGroupQueryCommand.js +4 -41
- package/dist-es/commands/UpdateGroupQueryCommand.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 -162
- package/dist-es/models/models_0.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}/pagination/ListGroupResourcesPaginator.js +17 -29
- package/dist-es/pagination/ListGroupResourcesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListGroupsPaginator.js +17 -29
- package/dist-es/pagination/ListGroupsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/SearchResourcesPaginator.js +17 -29
- package/dist-es/pagination/SearchResourcesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +531 -536
- package/dist-es/protocols/Aws_restJson1.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}/ResourceGroups.d.ts +2 -2
- package/{dist/types → dist-types}/ResourceGroupsClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetGroupConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetGroupQueryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetTagsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GroupResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListGroupResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutGroupConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/SearchResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UngroupResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateGroupQueryCommand.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/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListGroupResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/SearchResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- 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/ResourceGroups.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/ResourceGroupsClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/CreateGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetGroupConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetGroupQueryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetTagsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GroupResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListGroupResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutGroupConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/SearchResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/TagCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UngroupResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UntagCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateGroupQueryCommand.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/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListGroupResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/SearchResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- 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/{ResourceGroups.ts → src/ResourceGroups.ts} +3 -2
- package/{ResourceGroupsClient.ts → src/ResourceGroupsClient.ts} +37 -36
- package/{commands → src/commands}/CreateGroupCommand.ts +8 -7
- package/{commands → src/commands}/DeleteGroupCommand.ts +8 -7
- package/{commands → src/commands}/GetGroupCommand.ts +8 -7
- package/{commands → src/commands}/GetGroupConfigurationCommand.ts +8 -7
- package/{commands → src/commands}/GetGroupQueryCommand.ts +8 -7
- package/{commands → src/commands}/GetTagsCommand.ts +8 -7
- package/{commands → src/commands}/GroupResourcesCommand.ts +8 -7
- package/{commands → src/commands}/ListGroupResourcesCommand.ts +8 -7
- package/{commands → src/commands}/ListGroupsCommand.ts +8 -7
- package/{commands → src/commands}/PutGroupConfigurationCommand.ts +8 -7
- package/{commands → src/commands}/SearchResourcesCommand.ts +8 -7
- package/{commands → src/commands}/TagCommand.ts +5 -4
- package/{commands → src/commands}/UngroupResourcesCommand.ts +8 -7
- package/{commands → src/commands}/UntagCommand.ts +5 -4
- package/{commands → src/commands}/UpdateGroupCommand.ts +8 -7
- package/{commands → src/commands}/UpdateGroupQueryCommand.ts +8 -7
- 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}/Interfaces.ts +2 -1
- package/{pagination → src/pagination}/ListGroupResourcesPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListGroupsPaginator.ts +3 -2
- package/{pagination → src/pagination}/SearchResourcesPaginator.ts +4 -3
- package/{protocols → src/protocols}/Aws_restJson1.ts +46 -43
- 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/ResourceGroups.js.map +0 -1
- package/dist/cjs/ResourceGroupsClient.js.map +0 -1
- package/dist/cjs/commands/CreateGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetGroupConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetGroupQueryCommand.js.map +0 -1
- package/dist/cjs/commands/GetTagsCommand.js.map +0 -1
- package/dist/cjs/commands/GroupResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/ListGroupResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/ListGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/PutGroupConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/SearchResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/TagCommand.js.map +0 -1
- package/dist/cjs/commands/UngroupResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/UntagCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGroupQueryCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -27
- 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/ListGroupResourcesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchResourcesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.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/ResourceGroups.js.map +0 -1
- package/dist/es/ResourceGroupsClient.js +0 -81
- package/dist/es/ResourceGroupsClient.js.map +0 -1
- package/dist/es/commands/CreateGroupCommand.js +0 -80
- package/dist/es/commands/CreateGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteGroupCommand.js.map +0 -1
- package/dist/es/commands/GetGroupCommand.js.map +0 -1
- package/dist/es/commands/GetGroupConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetGroupQueryCommand.js.map +0 -1
- package/dist/es/commands/GetTagsCommand.js.map +0 -1
- package/dist/es/commands/GroupResourcesCommand.js.map +0 -1
- package/dist/es/commands/ListGroupResourcesCommand.js +0 -92
- package/dist/es/commands/ListGroupResourcesCommand.js.map +0 -1
- package/dist/es/commands/ListGroupsCommand.js.map +0 -1
- package/dist/es/commands/PutGroupConfigurationCommand.js.map +0 -1
- package/dist/es/commands/SearchResourcesCommand.js +0 -93
- package/dist/es/commands/SearchResourcesCommand.js.map +0 -1
- package/dist/es/commands/TagCommand.js +0 -83
- package/dist/es/commands/TagCommand.js.map +0 -1
- package/dist/es/commands/UngroupResourcesCommand.js.map +0 -1
- package/dist/es/commands/UntagCommand.js.map +0 -1
- package/dist/es/commands/UpdateGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateGroupQueryCommand.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/ListGroupResourcesPaginator.js.map +0 -1
- package/dist/es/pagination/ListGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/SearchResourcesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.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
|
@@ -1,51 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UntagInput, UntagOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1UntagCommand, serializeAws_restJson1UntagCommand } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <b>Minimum permissions</b>
|
|
10
|
-
* </p>
|
|
11
|
-
* <p>To run this command, you must have the following permissions:</p>
|
|
12
|
-
* <ul>
|
|
13
|
-
* <li>
|
|
14
|
-
* <p>
|
|
15
|
-
* <code>resource-groups:Untag</code>
|
|
16
|
-
* </p>
|
|
17
|
-
* </li>
|
|
18
|
-
* </ul>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { ResourceGroupsClient, UntagCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
23
|
-
* // const { ResourceGroupsClient, UntagCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
24
|
-
* const client = new ResourceGroupsClient(config);
|
|
25
|
-
* const command = new UntagCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link UntagCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link UntagCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
var UntagCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { UntagInput, UntagOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UntagCommand, serializeAws_restJson1UntagCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UntagCommand = (function (_super) {
|
|
35
7
|
__extends(UntagCommand, _super);
|
|
36
|
-
// Start section: command_properties
|
|
37
|
-
// End section: command_properties
|
|
38
8
|
function UntagCommand(input) {
|
|
39
|
-
var _this =
|
|
40
|
-
// Start section: command_constructor
|
|
41
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
42
10
|
_this.input = input;
|
|
43
11
|
return _this;
|
|
44
|
-
// End section: command_constructor
|
|
45
12
|
}
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
13
|
UntagCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
50
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
51
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UntagCommand.js","sourceRoot":"","sources":["../../src/commands/UntagCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,oCAAoC,EAAE,kCAAkC,EAAE,MAAM,4BAA4B,CAAC;AAkCtH;IAAkC,gCAAmF;IAInH,sBAAqB,KAAwB;QAA7C,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmB;;IAI7C,CAAC;IAKD,wCAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,cAAc,CAAC;QACnC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,UAAU,CAAC,kBAAkB;YACtD,wBAAwB,EAAE,WAAW,CAAC,kBAAkB;SACzD,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,gCAAS,GAAjB,UAAkB,KAAwB,EAAE,OAAuB;QACjE,OAAO,kCAAkC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5D,CAAC;IAEO,kCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oCAAoC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;IAIH,mBAAC;AAAD,CAAC,AAlDD,CAAkC,QAAQ,GAkDzC"}
|
|
@@ -1,52 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateGroupInput, UpdateGroupOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1UpdateGroupCommand, serializeAws_restJson1UpdateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <p>
|
|
10
|
-
* <b>Minimum permissions</b>
|
|
11
|
-
* </p>
|
|
12
|
-
* <p>To run this command, you must have the following permissions:</p>
|
|
13
|
-
* <ul>
|
|
14
|
-
* <li>
|
|
15
|
-
* <p>
|
|
16
|
-
* <code>resource-groups:UpdateGroup</code>
|
|
17
|
-
* </p>
|
|
18
|
-
* </li>
|
|
19
|
-
* </ul>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { ResourceGroupsClient, UpdateGroupCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
24
|
-
* // const { ResourceGroupsClient, UpdateGroupCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
25
|
-
* const client = new ResourceGroupsClient(config);
|
|
26
|
-
* const command = new UpdateGroupCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link UpdateGroupCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link UpdateGroupCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
35
|
-
var UpdateGroupCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { UpdateGroupInput, UpdateGroupOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UpdateGroupCommand, serializeAws_restJson1UpdateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UpdateGroupCommand = (function (_super) {
|
|
36
7
|
__extends(UpdateGroupCommand, _super);
|
|
37
|
-
// Start section: command_properties
|
|
38
|
-
// End section: command_properties
|
|
39
8
|
function UpdateGroupCommand(input) {
|
|
40
|
-
var _this =
|
|
41
|
-
// Start section: command_constructor
|
|
42
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
43
10
|
_this.input = input;
|
|
44
11
|
return _this;
|
|
45
|
-
// End section: command_constructor
|
|
46
12
|
}
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
13
|
UpdateGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
51
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
52
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateGroupCommand.js","sourceRoot":"","sources":["../../src/commands/UpdateGroupCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,4BAA4B,CAAC;AAmCpC;IAAwC,sCAIvC;IAIC,4BAAqB,KAA8B;QAAnD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAyB;;IAInD,CAAC;IAKD,8CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gBAAgB,CAAC,kBAAkB;YAC5D,wBAAwB,EAAE,iBAAiB,CAAC,kBAAkB;SAC/D,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,sCAAS,GAAjB,UAAkB,KAA8B,EAAE,OAAuB;QACvE,OAAO,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,wCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAIH,yBAAC;AAAD,CAAC,AAtDD,CAAwC,QAAQ,GAsD/C"}
|
|
@@ -1,52 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateGroupQueryInput, UpdateGroupQueryOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1UpdateGroupQueryCommand, serializeAws_restJson1UpdateGroupQueryCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <p>
|
|
10
|
-
* <b>Minimum permissions</b>
|
|
11
|
-
* </p>
|
|
12
|
-
* <p>To run this command, you must have the following permissions:</p>
|
|
13
|
-
* <ul>
|
|
14
|
-
* <li>
|
|
15
|
-
* <p>
|
|
16
|
-
* <code>resource-groups:UpdateGroupQuery</code>
|
|
17
|
-
* </p>
|
|
18
|
-
* </li>
|
|
19
|
-
* </ul>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { ResourceGroupsClient, UpdateGroupQueryCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
24
|
-
* // const { ResourceGroupsClient, UpdateGroupQueryCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
25
|
-
* const client = new ResourceGroupsClient(config);
|
|
26
|
-
* const command = new UpdateGroupQueryCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link UpdateGroupQueryCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link UpdateGroupQueryCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
35
|
-
var UpdateGroupQueryCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { UpdateGroupQueryInput, UpdateGroupQueryOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UpdateGroupQueryCommand, serializeAws_restJson1UpdateGroupQueryCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UpdateGroupQueryCommand = (function (_super) {
|
|
36
7
|
__extends(UpdateGroupQueryCommand, _super);
|
|
37
|
-
// Start section: command_properties
|
|
38
|
-
// End section: command_properties
|
|
39
8
|
function UpdateGroupQueryCommand(input) {
|
|
40
|
-
var _this =
|
|
41
|
-
// Start section: command_constructor
|
|
42
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
43
10
|
_this.input = input;
|
|
44
11
|
return _this;
|
|
45
|
-
// End section: command_constructor
|
|
46
12
|
}
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
13
|
UpdateGroupQueryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
51
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
52
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateGroupQueryCommand.js","sourceRoot":"","sources":["../../src/commands/UpdateGroupQueryCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,4BAA4B,CAAC;AAmCpC;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,sBAAsB,CAAC,kBAAkB;SACpE,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,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
|
|
@@ -76,7 +76,7 @@ var partitionHash = {
|
|
|
76
76
|
};
|
|
77
77
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
78
78
|
return __generator(this, function (_a) {
|
|
79
|
-
return [2
|
|
79
|
+
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "resource-groups", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
80
80
|
});
|
|
81
81
|
}); };
|
|
82
82
|
//# 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;IAC7B,gBAAgB,EAAE;QAChB,QAAQ,EAAE,8CAA8C;QACxD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,8CAA8C;QACxD,aAAa,EAAE,WAAW;KAC3B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,6CAA6C;QACvD,aAAa,EAAE,eAAe;KAC/B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,6CAA6C;QACvD,aAAa,EAAE,eAAe;KAC/B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,8CAA8C;QACxD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,8CAA8C;QACxD,aAAa,EAAE,WAAW;KAC3B;CACF,CAAC;AAEF,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,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,wCAAwC;KACnD;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,2CAA2C;KACtD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,qCAAqC;KAChD;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,wCAAwC;KACnD;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,oBAAoB,EAAE,oBAAoB,EAAE,eAAe,EAAE,eAAe,CAAC;QACvF,QAAQ,EAAE,wCAAwC;KACnD;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,iBAAiB,EACjC,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,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yCAAyC,CAAC;AACxD,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,0CAA0C,CAAC;AACzD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,uBAAuB,CAAC;AACtC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oCAAoC,CAAC;AACnD,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,23 +1,14 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var BadRequestException;
|
|
3
3
|
(function (BadRequestException) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(BadRequestException || (BadRequestException = {}));
|
|
9
6
|
export var GroupConfigurationParameter;
|
|
10
7
|
(function (GroupConfigurationParameter) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
8
|
GroupConfigurationParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
9
|
})(GroupConfigurationParameter || (GroupConfigurationParameter = {}));
|
|
16
10
|
export var GroupConfigurationItem;
|
|
17
11
|
(function (GroupConfigurationItem) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
12
|
GroupConfigurationItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
13
|
})(GroupConfigurationItem || (GroupConfigurationItem = {}));
|
|
23
14
|
export var QueryType;
|
|
@@ -27,23 +18,14 @@ export var QueryType;
|
|
|
27
18
|
})(QueryType || (QueryType = {}));
|
|
28
19
|
export var ResourceQuery;
|
|
29
20
|
(function (ResourceQuery) {
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
21
|
ResourceQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
22
|
})(ResourceQuery || (ResourceQuery = {}));
|
|
35
23
|
export var CreateGroupInput;
|
|
36
24
|
(function (CreateGroupInput) {
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
25
|
CreateGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
26
|
})(CreateGroupInput || (CreateGroupInput = {}));
|
|
42
27
|
export var Group;
|
|
43
28
|
(function (Group) {
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
29
|
Group.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
48
30
|
})(Group || (Group = {}));
|
|
49
31
|
export var GroupConfigurationStatus;
|
|
@@ -54,156 +36,90 @@ export var GroupConfigurationStatus;
|
|
|
54
36
|
})(GroupConfigurationStatus || (GroupConfigurationStatus = {}));
|
|
55
37
|
export var GroupConfiguration;
|
|
56
38
|
(function (GroupConfiguration) {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
39
|
GroupConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
40
|
})(GroupConfiguration || (GroupConfiguration = {}));
|
|
62
41
|
export var CreateGroupOutput;
|
|
63
42
|
(function (CreateGroupOutput) {
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
43
|
CreateGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
44
|
})(CreateGroupOutput || (CreateGroupOutput = {}));
|
|
69
45
|
export var ForbiddenException;
|
|
70
46
|
(function (ForbiddenException) {
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
47
|
ForbiddenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
48
|
})(ForbiddenException || (ForbiddenException = {}));
|
|
76
49
|
export var InternalServerErrorException;
|
|
77
50
|
(function (InternalServerErrorException) {
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
51
|
InternalServerErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
52
|
})(InternalServerErrorException || (InternalServerErrorException = {}));
|
|
83
53
|
export var MethodNotAllowedException;
|
|
84
54
|
(function (MethodNotAllowedException) {
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
55
|
MethodNotAllowedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
56
|
})(MethodNotAllowedException || (MethodNotAllowedException = {}));
|
|
90
57
|
export var TooManyRequestsException;
|
|
91
58
|
(function (TooManyRequestsException) {
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
59
|
TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
60
|
})(TooManyRequestsException || (TooManyRequestsException = {}));
|
|
97
61
|
export var DeleteGroupInput;
|
|
98
62
|
(function (DeleteGroupInput) {
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
63
|
DeleteGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
64
|
})(DeleteGroupInput || (DeleteGroupInput = {}));
|
|
104
65
|
export var DeleteGroupOutput;
|
|
105
66
|
(function (DeleteGroupOutput) {
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
67
|
DeleteGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
68
|
})(DeleteGroupOutput || (DeleteGroupOutput = {}));
|
|
111
69
|
export var NotFoundException;
|
|
112
70
|
(function (NotFoundException) {
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
71
|
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
72
|
})(NotFoundException || (NotFoundException = {}));
|
|
118
73
|
export var GetGroupInput;
|
|
119
74
|
(function (GetGroupInput) {
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
75
|
GetGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
76
|
})(GetGroupInput || (GetGroupInput = {}));
|
|
125
77
|
export var GetGroupOutput;
|
|
126
78
|
(function (GetGroupOutput) {
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
79
|
GetGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
80
|
})(GetGroupOutput || (GetGroupOutput = {}));
|
|
132
81
|
export var GetGroupConfigurationInput;
|
|
133
82
|
(function (GetGroupConfigurationInput) {
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
83
|
GetGroupConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
84
|
})(GetGroupConfigurationInput || (GetGroupConfigurationInput = {}));
|
|
139
85
|
export var GetGroupConfigurationOutput;
|
|
140
86
|
(function (GetGroupConfigurationOutput) {
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
87
|
GetGroupConfigurationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
88
|
})(GetGroupConfigurationOutput || (GetGroupConfigurationOutput = {}));
|
|
146
89
|
export var GetGroupQueryInput;
|
|
147
90
|
(function (GetGroupQueryInput) {
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
91
|
GetGroupQueryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
92
|
})(GetGroupQueryInput || (GetGroupQueryInput = {}));
|
|
153
93
|
export var GroupQuery;
|
|
154
94
|
(function (GroupQuery) {
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
95
|
GroupQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
96
|
})(GroupQuery || (GroupQuery = {}));
|
|
160
97
|
export var GetGroupQueryOutput;
|
|
161
98
|
(function (GetGroupQueryOutput) {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
99
|
GetGroupQueryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
100
|
})(GetGroupQueryOutput || (GetGroupQueryOutput = {}));
|
|
167
101
|
export var GetTagsInput;
|
|
168
102
|
(function (GetTagsInput) {
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
103
|
GetTagsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
104
|
})(GetTagsInput || (GetTagsInput = {}));
|
|
174
105
|
export var GetTagsOutput;
|
|
175
106
|
(function (GetTagsOutput) {
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
107
|
GetTagsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
108
|
})(GetTagsOutput || (GetTagsOutput = {}));
|
|
181
109
|
export var GroupResourcesInput;
|
|
182
110
|
(function (GroupResourcesInput) {
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
111
|
GroupResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
112
|
})(GroupResourcesInput || (GroupResourcesInput = {}));
|
|
188
113
|
export var FailedResource;
|
|
189
114
|
(function (FailedResource) {
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
115
|
FailedResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
116
|
})(FailedResource || (FailedResource = {}));
|
|
195
117
|
export var PendingResource;
|
|
196
118
|
(function (PendingResource) {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
119
|
PendingResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
120
|
})(PendingResource || (PendingResource = {}));
|
|
202
121
|
export var GroupResourcesOutput;
|
|
203
122
|
(function (GroupResourcesOutput) {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
123
|
GroupResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
124
|
})(GroupResourcesOutput || (GroupResourcesOutput = {}));
|
|
209
125
|
export var ResourceFilterName;
|
|
@@ -212,16 +128,10 @@ export var ResourceFilterName;
|
|
|
212
128
|
})(ResourceFilterName || (ResourceFilterName = {}));
|
|
213
129
|
export var ResourceFilter;
|
|
214
130
|
(function (ResourceFilter) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
131
|
ResourceFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
132
|
})(ResourceFilter || (ResourceFilter = {}));
|
|
220
133
|
export var ListGroupResourcesInput;
|
|
221
134
|
(function (ListGroupResourcesInput) {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
135
|
ListGroupResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
136
|
})(ListGroupResourcesInput || (ListGroupResourcesInput = {}));
|
|
227
137
|
export var QueryErrorCode;
|
|
@@ -231,16 +141,10 @@ export var QueryErrorCode;
|
|
|
231
141
|
})(QueryErrorCode || (QueryErrorCode = {}));
|
|
232
142
|
export var QueryError;
|
|
233
143
|
(function (QueryError) {
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
144
|
QueryError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
145
|
})(QueryError || (QueryError = {}));
|
|
239
146
|
export var ResourceIdentifier;
|
|
240
147
|
(function (ResourceIdentifier) {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
148
|
ResourceIdentifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
149
|
})(ResourceIdentifier || (ResourceIdentifier = {}));
|
|
246
150
|
export var ResourceStatusValue;
|
|
@@ -249,30 +153,18 @@ export var ResourceStatusValue;
|
|
|
249
153
|
})(ResourceStatusValue || (ResourceStatusValue = {}));
|
|
250
154
|
export var ResourceStatus;
|
|
251
155
|
(function (ResourceStatus) {
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
156
|
ResourceStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
157
|
})(ResourceStatus || (ResourceStatus = {}));
|
|
257
158
|
export var ListGroupResourcesItem;
|
|
258
159
|
(function (ListGroupResourcesItem) {
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
160
|
ListGroupResourcesItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
161
|
})(ListGroupResourcesItem || (ListGroupResourcesItem = {}));
|
|
264
162
|
export var ListGroupResourcesOutput;
|
|
265
163
|
(function (ListGroupResourcesOutput) {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
164
|
ListGroupResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
165
|
})(ListGroupResourcesOutput || (ListGroupResourcesOutput = {}));
|
|
271
166
|
export var UnauthorizedException;
|
|
272
167
|
(function (UnauthorizedException) {
|
|
273
|
-
/**
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
168
|
UnauthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
169
|
})(UnauthorizedException || (UnauthorizedException = {}));
|
|
278
170
|
export var GroupFilterName;
|
|
@@ -282,128 +174,74 @@ export var GroupFilterName;
|
|
|
282
174
|
})(GroupFilterName || (GroupFilterName = {}));
|
|
283
175
|
export var GroupFilter;
|
|
284
176
|
(function (GroupFilter) {
|
|
285
|
-
/**
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
288
177
|
GroupFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
178
|
})(GroupFilter || (GroupFilter = {}));
|
|
290
179
|
export var ListGroupsInput;
|
|
291
180
|
(function (ListGroupsInput) {
|
|
292
|
-
/**
|
|
293
|
-
* @internal
|
|
294
|
-
*/
|
|
295
181
|
ListGroupsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
182
|
})(ListGroupsInput || (ListGroupsInput = {}));
|
|
297
183
|
export var GroupIdentifier;
|
|
298
184
|
(function (GroupIdentifier) {
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
185
|
GroupIdentifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
186
|
})(GroupIdentifier || (GroupIdentifier = {}));
|
|
304
187
|
export var ListGroupsOutput;
|
|
305
188
|
(function (ListGroupsOutput) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
189
|
ListGroupsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
190
|
})(ListGroupsOutput || (ListGroupsOutput = {}));
|
|
311
191
|
export var PutGroupConfigurationInput;
|
|
312
192
|
(function (PutGroupConfigurationInput) {
|
|
313
|
-
/**
|
|
314
|
-
* @internal
|
|
315
|
-
*/
|
|
316
193
|
PutGroupConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
194
|
})(PutGroupConfigurationInput || (PutGroupConfigurationInput = {}));
|
|
318
195
|
export var PutGroupConfigurationOutput;
|
|
319
196
|
(function (PutGroupConfigurationOutput) {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
197
|
PutGroupConfigurationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
198
|
})(PutGroupConfigurationOutput || (PutGroupConfigurationOutput = {}));
|
|
325
199
|
export var SearchResourcesInput;
|
|
326
200
|
(function (SearchResourcesInput) {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
201
|
SearchResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
202
|
})(SearchResourcesInput || (SearchResourcesInput = {}));
|
|
332
203
|
export var SearchResourcesOutput;
|
|
333
204
|
(function (SearchResourcesOutput) {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
205
|
SearchResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
206
|
})(SearchResourcesOutput || (SearchResourcesOutput = {}));
|
|
339
207
|
export var TagInput;
|
|
340
208
|
(function (TagInput) {
|
|
341
|
-
/**
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
209
|
TagInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
210
|
})(TagInput || (TagInput = {}));
|
|
346
211
|
export var TagOutput;
|
|
347
212
|
(function (TagOutput) {
|
|
348
|
-
/**
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
351
213
|
TagOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
214
|
})(TagOutput || (TagOutput = {}));
|
|
353
215
|
export var UngroupResourcesInput;
|
|
354
216
|
(function (UngroupResourcesInput) {
|
|
355
|
-
/**
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
217
|
UngroupResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
218
|
})(UngroupResourcesInput || (UngroupResourcesInput = {}));
|
|
360
219
|
export var UngroupResourcesOutput;
|
|
361
220
|
(function (UngroupResourcesOutput) {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
221
|
UngroupResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
222
|
})(UngroupResourcesOutput || (UngroupResourcesOutput = {}));
|
|
367
223
|
export var UntagInput;
|
|
368
224
|
(function (UntagInput) {
|
|
369
|
-
/**
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
372
225
|
UntagInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
226
|
})(UntagInput || (UntagInput = {}));
|
|
374
227
|
export var UntagOutput;
|
|
375
228
|
(function (UntagOutput) {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
229
|
UntagOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
230
|
})(UntagOutput || (UntagOutput = {}));
|
|
381
231
|
export var UpdateGroupInput;
|
|
382
232
|
(function (UpdateGroupInput) {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
233
|
UpdateGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
234
|
})(UpdateGroupInput || (UpdateGroupInput = {}));
|
|
388
235
|
export var UpdateGroupOutput;
|
|
389
236
|
(function (UpdateGroupOutput) {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
237
|
UpdateGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
238
|
})(UpdateGroupOutput || (UpdateGroupOutput = {}));
|
|
395
239
|
export var UpdateGroupQueryInput;
|
|
396
240
|
(function (UpdateGroupQueryInput) {
|
|
397
|
-
/**
|
|
398
|
-
* @internal
|
|
399
|
-
*/
|
|
400
241
|
UpdateGroupQueryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
242
|
})(UpdateGroupQueryInput || (UpdateGroupQueryInput = {}));
|
|
402
243
|
export var UpdateGroupQueryOutput;
|
|
403
244
|
(function (UpdateGroupQueryOutput) {
|
|
404
|
-
/**
|
|
405
|
-
* @internal
|
|
406
|
-
*/
|
|
407
245
|
UpdateGroupQueryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
246
|
})(UpdateGroupQueryOutput || (UpdateGroupQueryOutput = {}));
|
|
409
247
|
//# 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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"}
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["../../src/pagination/Interfaces.ts"],"names":[],"mappings":""}
|