@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
package/package.json
CHANGED
|
@@ -1,79 +1,73 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-groups",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Groups Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.35.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "exit 0",
|
|
6
|
+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
12
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
+
"build:docs": "yarn clean:docs && typedoc ./",
|
|
13
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"browser": {
|
|
21
|
-
"./runtimeConfig": "./runtimeConfig.browser"
|
|
22
|
-
},
|
|
23
|
-
"react-native": {
|
|
24
|
-
"./runtimeConfig": "./runtimeConfig.native"
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
+
"clean:dist": "rimraf ./dist",
|
|
13
|
+
"clean:docs": "rimraf ./docs",
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
+
"test": "exit 0"
|
|
25
16
|
},
|
|
17
|
+
"main": "./dist-cjs/index.js",
|
|
18
|
+
"types": "./dist-types/index.d.ts",
|
|
19
|
+
"module": "./dist-es/index.js",
|
|
26
20
|
"sideEffects": false,
|
|
27
21
|
"dependencies": {
|
|
28
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.35.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.35.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.35.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.35.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.35.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.35.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.35.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.35.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.35.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.35.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.35.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.35.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.35.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.35.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.35.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.35.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.35.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.35.0",
|
|
42
|
+
"@aws-sdk/types": "3.35.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.35.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.35.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.35.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.35.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.35.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.35.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.35.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.35.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.35.0",
|
|
58
52
|
"tslib": "^2.3.0"
|
|
59
53
|
},
|
|
60
54
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/client-documentation-generator": "3.35.0",
|
|
62
56
|
"@types/node": "^12.7.5",
|
|
63
57
|
"downlevel-dts": "0.7.0",
|
|
64
58
|
"jest": "^26.1.0",
|
|
65
59
|
"rimraf": "^3.0.0",
|
|
66
60
|
"ts-jest": "^26.4.1",
|
|
67
61
|
"typedoc": "^0.19.2",
|
|
68
|
-
"typescript": "~4.
|
|
62
|
+
"typescript": "~4.3.5"
|
|
69
63
|
},
|
|
70
64
|
"engines": {
|
|
71
65
|
"node": ">=10.0.0"
|
|
72
66
|
},
|
|
73
67
|
"typesVersions": {
|
|
74
68
|
"<4.0": {
|
|
75
|
-
"dist
|
|
76
|
-
"dist
|
|
69
|
+
"dist-types/*": [
|
|
70
|
+
"dist-types/ts3.4/*"
|
|
77
71
|
]
|
|
78
72
|
}
|
|
79
73
|
},
|
|
@@ -82,6 +76,12 @@
|
|
|
82
76
|
"url": "https://aws.amazon.com/javascript/"
|
|
83
77
|
},
|
|
84
78
|
"license": "Apache-2.0",
|
|
79
|
+
"browser": {
|
|
80
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
81
|
+
},
|
|
82
|
+
"react-native": {
|
|
83
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
84
|
+
},
|
|
85
85
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-resource-groups",
|
|
86
86
|
"repository": {
|
|
87
87
|
"type": "git",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
|
|
2
3
|
import { CreateGroupCommand, CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
3
4
|
import { DeleteGroupCommand, DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
4
5
|
import { GetGroupCommand, GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
@@ -47,7 +48,7 @@ import {
|
|
|
47
48
|
UpdateGroupQueryCommandInput,
|
|
48
49
|
UpdateGroupQueryCommandOutput,
|
|
49
50
|
} from "./commands/UpdateGroupQueryCommand";
|
|
50
|
-
import {
|
|
51
|
+
import { ResourceGroupsClient } from "./ResourceGroupsClient";
|
|
51
52
|
|
|
52
53
|
/**
|
|
53
54
|
* <fullname>AWS Resource Groups</fullname>
|
|
@@ -1,26 +1,3 @@
|
|
|
1
|
-
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
2
|
-
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
3
|
-
import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
4
|
-
import {
|
|
5
|
-
GetGroupConfigurationCommandInput,
|
|
6
|
-
GetGroupConfigurationCommandOutput,
|
|
7
|
-
} from "./commands/GetGroupConfigurationCommand";
|
|
8
|
-
import { GetGroupQueryCommandInput, GetGroupQueryCommandOutput } from "./commands/GetGroupQueryCommand";
|
|
9
|
-
import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
|
|
10
|
-
import { GroupResourcesCommandInput, GroupResourcesCommandOutput } from "./commands/GroupResourcesCommand";
|
|
11
|
-
import { ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput } from "./commands/ListGroupResourcesCommand";
|
|
12
|
-
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
13
|
-
import {
|
|
14
|
-
PutGroupConfigurationCommandInput,
|
|
15
|
-
PutGroupConfigurationCommandOutput,
|
|
16
|
-
} from "./commands/PutGroupConfigurationCommand";
|
|
17
|
-
import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "./commands/SearchResourcesCommand";
|
|
18
|
-
import { TagCommandInput, TagCommandOutput } from "./commands/TagCommand";
|
|
19
|
-
import { UngroupResourcesCommandInput, UngroupResourcesCommandOutput } from "./commands/UngroupResourcesCommand";
|
|
20
|
-
import { UntagCommandInput, UntagCommandOutput } from "./commands/UntagCommand";
|
|
21
|
-
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
|
|
22
|
-
import { UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput } from "./commands/UpdateGroupQueryCommand";
|
|
23
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
24
1
|
import {
|
|
25
2
|
EndpointsInputConfig,
|
|
26
3
|
EndpointsResolvedConfig,
|
|
@@ -31,13 +8,13 @@ import {
|
|
|
31
8
|
} from "@aws-sdk/config-resolver";
|
|
32
9
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
33
10
|
import {
|
|
11
|
+
getHostHeaderPlugin,
|
|
34
12
|
HostHeaderInputConfig,
|
|
35
13
|
HostHeaderResolvedConfig,
|
|
36
|
-
getHostHeaderPlugin,
|
|
37
14
|
resolveHostHeaderConfig,
|
|
38
15
|
} from "@aws-sdk/middleware-host-header";
|
|
39
16
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
40
|
-
import {
|
|
17
|
+
import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
41
18
|
import {
|
|
42
19
|
AwsAuthInputConfig,
|
|
43
20
|
AwsAuthResolvedConfig,
|
|
@@ -45,10 +22,10 @@ import {
|
|
|
45
22
|
resolveAwsAuthConfig,
|
|
46
23
|
} from "@aws-sdk/middleware-signing";
|
|
47
24
|
import {
|
|
48
|
-
UserAgentInputConfig,
|
|
49
|
-
UserAgentResolvedConfig,
|
|
50
25
|
getUserAgentPlugin,
|
|
51
26
|
resolveUserAgentConfig,
|
|
27
|
+
UserAgentInputConfig,
|
|
28
|
+
UserAgentResolvedConfig,
|
|
52
29
|
} from "@aws-sdk/middleware-user-agent";
|
|
53
30
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
54
31
|
import {
|
|
@@ -57,8 +34,6 @@ import {
|
|
|
57
34
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
58
35
|
} from "@aws-sdk/smithy-client";
|
|
59
36
|
import {
|
|
60
|
-
Provider,
|
|
61
|
-
RegionInfoProvider,
|
|
62
37
|
Credentials as __Credentials,
|
|
63
38
|
Decoder as __Decoder,
|
|
64
39
|
Encoder as __Encoder,
|
|
@@ -67,11 +42,37 @@ import {
|
|
|
67
42
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
68
43
|
Logger as __Logger,
|
|
69
44
|
Provider as __Provider,
|
|
45
|
+
Provider,
|
|
46
|
+
RegionInfoProvider,
|
|
70
47
|
StreamCollector as __StreamCollector,
|
|
71
48
|
UrlParser as __UrlParser,
|
|
72
49
|
UserAgent as __UserAgent,
|
|
73
50
|
} from "@aws-sdk/types";
|
|
74
51
|
|
|
52
|
+
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
53
|
+
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
54
|
+
import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
55
|
+
import {
|
|
56
|
+
GetGroupConfigurationCommandInput,
|
|
57
|
+
GetGroupConfigurationCommandOutput,
|
|
58
|
+
} from "./commands/GetGroupConfigurationCommand";
|
|
59
|
+
import { GetGroupQueryCommandInput, GetGroupQueryCommandOutput } from "./commands/GetGroupQueryCommand";
|
|
60
|
+
import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
|
|
61
|
+
import { GroupResourcesCommandInput, GroupResourcesCommandOutput } from "./commands/GroupResourcesCommand";
|
|
62
|
+
import { ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput } from "./commands/ListGroupResourcesCommand";
|
|
63
|
+
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
64
|
+
import {
|
|
65
|
+
PutGroupConfigurationCommandInput,
|
|
66
|
+
PutGroupConfigurationCommandOutput,
|
|
67
|
+
} from "./commands/PutGroupConfigurationCommand";
|
|
68
|
+
import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "./commands/SearchResourcesCommand";
|
|
69
|
+
import { TagCommandInput, TagCommandOutput } from "./commands/TagCommand";
|
|
70
|
+
import { UngroupResourcesCommandInput, UngroupResourcesCommandOutput } from "./commands/UngroupResourcesCommand";
|
|
71
|
+
import { UntagCommandInput, UntagCommandOutput } from "./commands/UntagCommand";
|
|
72
|
+
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
|
|
73
|
+
import { UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput } from "./commands/UpdateGroupQueryCommand";
|
|
74
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
75
|
+
|
|
75
76
|
export type ServiceInputTypes =
|
|
76
77
|
| CreateGroupCommandInput
|
|
77
78
|
| DeleteGroupCommandInput
|
|
@@ -296,13 +297,13 @@ export class ResourceGroupsClient extends __Client<
|
|
|
296
297
|
readonly config: ResourceGroupsClientResolvedConfig;
|
|
297
298
|
|
|
298
299
|
constructor(configuration: ResourceGroupsClientConfig) {
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
300
|
+
const _config_0 = __getRuntimeConfig(configuration);
|
|
301
|
+
const _config_1 = resolveRegionConfig(_config_0);
|
|
302
|
+
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
303
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
304
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
305
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
306
|
+
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
306
307
|
super(_config_6);
|
|
307
308
|
this.config = _config_6;
|
|
308
309
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
2
|
-
import { CreateGroupInput, CreateGroupOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateGroupCommand,
|
|
5
|
-
serializeAws_restJson1CreateGroupCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { CreateGroupInput, CreateGroupOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1CreateGroupCommand,
|
|
17
|
+
serializeAws_restJson1CreateGroupCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
20
|
+
|
|
20
21
|
export interface CreateGroupCommandInput extends CreateGroupInput {}
|
|
21
22
|
export interface CreateGroupCommandOutput extends CreateGroupOutput, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
2
|
-
import { DeleteGroupInput, DeleteGroupOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1DeleteGroupCommand,
|
|
5
|
-
serializeAws_restJson1DeleteGroupCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { DeleteGroupInput, DeleteGroupOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1DeleteGroupCommand,
|
|
17
|
+
serializeAws_restJson1DeleteGroupCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
20
|
+
|
|
20
21
|
export interface DeleteGroupCommandInput extends DeleteGroupInput {}
|
|
21
22
|
export interface DeleteGroupCommandOutput extends DeleteGroupOutput, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
2
|
-
import { GetGroupInput, GetGroupOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetGroupCommand,
|
|
5
|
-
serializeAws_restJson1GetGroupCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { GetGroupInput, GetGroupOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1GetGroupCommand,
|
|
17
|
+
serializeAws_restJson1GetGroupCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
20
|
+
|
|
20
21
|
export interface GetGroupCommandInput extends GetGroupInput {}
|
|
21
22
|
export interface GetGroupCommandOutput extends GetGroupOutput, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
2
|
-
import { GetGroupConfigurationInput, GetGroupConfigurationOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetGroupConfigurationCommand,
|
|
5
|
-
serializeAws_restJson1GetGroupConfigurationCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { GetGroupConfigurationInput, GetGroupConfigurationOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1GetGroupConfigurationCommand,
|
|
17
|
+
serializeAws_restJson1GetGroupConfigurationCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
20
|
+
|
|
20
21
|
export interface GetGroupConfigurationCommandInput extends GetGroupConfigurationInput {}
|
|
21
22
|
export interface GetGroupConfigurationCommandOutput extends GetGroupConfigurationOutput, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
2
|
-
import { GetGroupQueryInput, GetGroupQueryOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetGroupQueryCommand,
|
|
5
|
-
serializeAws_restJson1GetGroupQueryCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { GetGroupQueryInput, GetGroupQueryOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1GetGroupQueryCommand,
|
|
17
|
+
serializeAws_restJson1GetGroupQueryCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
20
|
+
|
|
20
21
|
export interface GetGroupQueryCommandInput extends GetGroupQueryInput {}
|
|
21
22
|
export interface GetGroupQueryCommandOutput extends GetGroupQueryOutput, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
2
|
-
import { GetTagsInput, GetTagsOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetTagsCommand,
|
|
5
|
-
serializeAws_restJson1GetTagsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { GetTagsInput, GetTagsOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1GetTagsCommand,
|
|
17
|
+
serializeAws_restJson1GetTagsCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
20
|
+
|
|
20
21
|
export interface GetTagsCommandInput extends GetTagsInput {}
|
|
21
22
|
export interface GetTagsCommandOutput extends GetTagsOutput, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
2
|
-
import { GroupResourcesInput, GroupResourcesOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GroupResourcesCommand,
|
|
5
|
-
serializeAws_restJson1GroupResourcesCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { GroupResourcesInput, GroupResourcesOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1GroupResourcesCommand,
|
|
17
|
+
serializeAws_restJson1GroupResourcesCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
20
|
+
|
|
20
21
|
export interface GroupResourcesCommandInput extends GroupResourcesInput {}
|
|
21
22
|
export interface GroupResourcesCommandOutput extends GroupResourcesOutput, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
2
|
-
import { ListGroupResourcesInput, ListGroupResourcesOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListGroupResourcesCommand,
|
|
5
|
-
serializeAws_restJson1ListGroupResourcesCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { ListGroupResourcesInput, ListGroupResourcesOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1ListGroupResourcesCommand,
|
|
17
|
+
serializeAws_restJson1ListGroupResourcesCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
20
|
+
|
|
20
21
|
export interface ListGroupResourcesCommandInput extends ListGroupResourcesInput {}
|
|
21
22
|
export interface ListGroupResourcesCommandOutput extends ListGroupResourcesOutput, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
2
|
-
import { ListGroupsInput, ListGroupsOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListGroupsCommand,
|
|
5
|
-
serializeAws_restJson1ListGroupsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { ListGroupsInput, ListGroupsOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1ListGroupsCommand,
|
|
17
|
+
serializeAws_restJson1ListGroupsCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
20
|
+
|
|
20
21
|
export interface ListGroupsCommandInput extends ListGroupsInput {}
|
|
21
22
|
export interface ListGroupsCommandOutput extends ListGroupsOutput, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
2
|
-
import { PutGroupConfigurationInput, PutGroupConfigurationOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1PutGroupConfigurationCommand,
|
|
5
|
-
serializeAws_restJson1PutGroupConfigurationCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { PutGroupConfigurationInput, PutGroupConfigurationOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1PutGroupConfigurationCommand,
|
|
17
|
+
serializeAws_restJson1PutGroupConfigurationCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
20
|
+
|
|
20
21
|
export interface PutGroupConfigurationCommandInput extends PutGroupConfigurationInput {}
|
|
21
22
|
export interface PutGroupConfigurationCommandOutput extends PutGroupConfigurationOutput, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
2
|
-
import { SearchResourcesInput, SearchResourcesOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1SearchResourcesCommand,
|
|
5
|
-
serializeAws_restJson1SearchResourcesCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { SearchResourcesInput, SearchResourcesOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_restJson1SearchResourcesCommand,
|
|
17
|
+
serializeAws_restJson1SearchResourcesCommand,
|
|
18
|
+
} from "../protocols/Aws_restJson1";
|
|
19
|
+
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
20
|
+
|
|
20
21
|
export interface SearchResourcesCommandInput extends SearchResourcesInput {}
|
|
21
22
|
export interface SearchResourcesCommandOutput extends SearchResourcesOutput, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
2
|
-
import { TagInput, TagOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1TagCommand, serializeAws_restJson1TagCommand } from "../protocols/Aws_restJson1";
|
|
4
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
6
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -8,12 +5,16 @@ import {
|
|
|
8
5
|
FinalizeHandlerArguments,
|
|
9
6
|
Handler,
|
|
10
7
|
HandlerExecutionContext,
|
|
11
|
-
MiddlewareStack,
|
|
12
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
13
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
14
11
|
SerdeContext as __SerdeContext,
|
|
15
12
|
} from "@aws-sdk/types";
|
|
16
13
|
|
|
14
|
+
import { TagInput, TagOutput } from "../models/models_0";
|
|
15
|
+
import { deserializeAws_restJson1TagCommand, serializeAws_restJson1TagCommand } from "../protocols/Aws_restJson1";
|
|
16
|
+
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
17
|
+
|
|
17
18
|
export interface TagCommandInput extends TagInput {}
|
|
18
19
|
export interface TagCommandOutput extends TagOutput, __MetadataBearer {}
|
|
19
20
|
|