@aws-sdk/client-resource-groups 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/ResourceGroups.d.ts +270 -85
- package/dist-types/ts3.4/ResourceGroupsClient.d.ts +195 -89
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UntagCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +16 -16
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ResourceGroupsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +397 -492
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListGroupResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +194 -50
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-resource-groups
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-resource-groups
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-resource-groups
|
|
@@ -1,85 +1,270 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateGroupCommandInput,
|
|
4
|
+
CreateGroupCommandOutput,
|
|
5
|
+
} from "./commands/CreateGroupCommand";
|
|
6
|
+
import {
|
|
7
|
+
DeleteGroupCommandInput,
|
|
8
|
+
DeleteGroupCommandOutput,
|
|
9
|
+
} from "./commands/DeleteGroupCommand";
|
|
10
|
+
import {
|
|
11
|
+
GetGroupCommandInput,
|
|
12
|
+
GetGroupCommandOutput,
|
|
13
|
+
} from "./commands/GetGroupCommand";
|
|
14
|
+
import {
|
|
15
|
+
GetGroupConfigurationCommandInput,
|
|
16
|
+
GetGroupConfigurationCommandOutput,
|
|
17
|
+
} from "./commands/GetGroupConfigurationCommand";
|
|
18
|
+
import {
|
|
19
|
+
GetGroupQueryCommandInput,
|
|
20
|
+
GetGroupQueryCommandOutput,
|
|
21
|
+
} from "./commands/GetGroupQueryCommand";
|
|
22
|
+
import {
|
|
23
|
+
GetTagsCommandInput,
|
|
24
|
+
GetTagsCommandOutput,
|
|
25
|
+
} from "./commands/GetTagsCommand";
|
|
26
|
+
import {
|
|
27
|
+
GroupResourcesCommandInput,
|
|
28
|
+
GroupResourcesCommandOutput,
|
|
29
|
+
} from "./commands/GroupResourcesCommand";
|
|
30
|
+
import {
|
|
31
|
+
ListGroupResourcesCommandInput,
|
|
32
|
+
ListGroupResourcesCommandOutput,
|
|
33
|
+
} from "./commands/ListGroupResourcesCommand";
|
|
34
|
+
import {
|
|
35
|
+
ListGroupsCommandInput,
|
|
36
|
+
ListGroupsCommandOutput,
|
|
37
|
+
} from "./commands/ListGroupsCommand";
|
|
38
|
+
import {
|
|
39
|
+
PutGroupConfigurationCommandInput,
|
|
40
|
+
PutGroupConfigurationCommandOutput,
|
|
41
|
+
} from "./commands/PutGroupConfigurationCommand";
|
|
42
|
+
import {
|
|
43
|
+
SearchResourcesCommandInput,
|
|
44
|
+
SearchResourcesCommandOutput,
|
|
45
|
+
} from "./commands/SearchResourcesCommand";
|
|
46
|
+
import { TagCommandInput, TagCommandOutput } from "./commands/TagCommand";
|
|
47
|
+
import {
|
|
48
|
+
UngroupResourcesCommandInput,
|
|
49
|
+
UngroupResourcesCommandOutput,
|
|
50
|
+
} from "./commands/UngroupResourcesCommand";
|
|
51
|
+
import { UntagCommandInput, UntagCommandOutput } from "./commands/UntagCommand";
|
|
52
|
+
import {
|
|
53
|
+
UpdateGroupCommandInput,
|
|
54
|
+
UpdateGroupCommandOutput,
|
|
55
|
+
} from "./commands/UpdateGroupCommand";
|
|
56
|
+
import {
|
|
57
|
+
UpdateGroupQueryCommandInput,
|
|
58
|
+
UpdateGroupQueryCommandOutput,
|
|
59
|
+
} from "./commands/UpdateGroupQueryCommand";
|
|
60
|
+
import { ResourceGroupsClient } from "./ResourceGroupsClient";
|
|
61
|
+
export declare class ResourceGroups extends ResourceGroupsClient {
|
|
62
|
+
createGroup(
|
|
63
|
+
args: CreateGroupCommandInput,
|
|
64
|
+
options?: __HttpHandlerOptions
|
|
65
|
+
): Promise<CreateGroupCommandOutput>;
|
|
66
|
+
createGroup(
|
|
67
|
+
args: CreateGroupCommandInput,
|
|
68
|
+
cb: (err: any, data?: CreateGroupCommandOutput) => void
|
|
69
|
+
): void;
|
|
70
|
+
createGroup(
|
|
71
|
+
args: CreateGroupCommandInput,
|
|
72
|
+
options: __HttpHandlerOptions,
|
|
73
|
+
cb: (err: any, data?: CreateGroupCommandOutput) => void
|
|
74
|
+
): void;
|
|
75
|
+
deleteGroup(
|
|
76
|
+
args: DeleteGroupCommandInput,
|
|
77
|
+
options?: __HttpHandlerOptions
|
|
78
|
+
): Promise<DeleteGroupCommandOutput>;
|
|
79
|
+
deleteGroup(
|
|
80
|
+
args: DeleteGroupCommandInput,
|
|
81
|
+
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
82
|
+
): void;
|
|
83
|
+
deleteGroup(
|
|
84
|
+
args: DeleteGroupCommandInput,
|
|
85
|
+
options: __HttpHandlerOptions,
|
|
86
|
+
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
87
|
+
): void;
|
|
88
|
+
getGroup(
|
|
89
|
+
args: GetGroupCommandInput,
|
|
90
|
+
options?: __HttpHandlerOptions
|
|
91
|
+
): Promise<GetGroupCommandOutput>;
|
|
92
|
+
getGroup(
|
|
93
|
+
args: GetGroupCommandInput,
|
|
94
|
+
cb: (err: any, data?: GetGroupCommandOutput) => void
|
|
95
|
+
): void;
|
|
96
|
+
getGroup(
|
|
97
|
+
args: GetGroupCommandInput,
|
|
98
|
+
options: __HttpHandlerOptions,
|
|
99
|
+
cb: (err: any, data?: GetGroupCommandOutput) => void
|
|
100
|
+
): void;
|
|
101
|
+
getGroupConfiguration(
|
|
102
|
+
args: GetGroupConfigurationCommandInput,
|
|
103
|
+
options?: __HttpHandlerOptions
|
|
104
|
+
): Promise<GetGroupConfigurationCommandOutput>;
|
|
105
|
+
getGroupConfiguration(
|
|
106
|
+
args: GetGroupConfigurationCommandInput,
|
|
107
|
+
cb: (err: any, data?: GetGroupConfigurationCommandOutput) => void
|
|
108
|
+
): void;
|
|
109
|
+
getGroupConfiguration(
|
|
110
|
+
args: GetGroupConfigurationCommandInput,
|
|
111
|
+
options: __HttpHandlerOptions,
|
|
112
|
+
cb: (err: any, data?: GetGroupConfigurationCommandOutput) => void
|
|
113
|
+
): void;
|
|
114
|
+
getGroupQuery(
|
|
115
|
+
args: GetGroupQueryCommandInput,
|
|
116
|
+
options?: __HttpHandlerOptions
|
|
117
|
+
): Promise<GetGroupQueryCommandOutput>;
|
|
118
|
+
getGroupQuery(
|
|
119
|
+
args: GetGroupQueryCommandInput,
|
|
120
|
+
cb: (err: any, data?: GetGroupQueryCommandOutput) => void
|
|
121
|
+
): void;
|
|
122
|
+
getGroupQuery(
|
|
123
|
+
args: GetGroupQueryCommandInput,
|
|
124
|
+
options: __HttpHandlerOptions,
|
|
125
|
+
cb: (err: any, data?: GetGroupQueryCommandOutput) => void
|
|
126
|
+
): void;
|
|
127
|
+
getTags(
|
|
128
|
+
args: GetTagsCommandInput,
|
|
129
|
+
options?: __HttpHandlerOptions
|
|
130
|
+
): Promise<GetTagsCommandOutput>;
|
|
131
|
+
getTags(
|
|
132
|
+
args: GetTagsCommandInput,
|
|
133
|
+
cb: (err: any, data?: GetTagsCommandOutput) => void
|
|
134
|
+
): void;
|
|
135
|
+
getTags(
|
|
136
|
+
args: GetTagsCommandInput,
|
|
137
|
+
options: __HttpHandlerOptions,
|
|
138
|
+
cb: (err: any, data?: GetTagsCommandOutput) => void
|
|
139
|
+
): void;
|
|
140
|
+
groupResources(
|
|
141
|
+
args: GroupResourcesCommandInput,
|
|
142
|
+
options?: __HttpHandlerOptions
|
|
143
|
+
): Promise<GroupResourcesCommandOutput>;
|
|
144
|
+
groupResources(
|
|
145
|
+
args: GroupResourcesCommandInput,
|
|
146
|
+
cb: (err: any, data?: GroupResourcesCommandOutput) => void
|
|
147
|
+
): void;
|
|
148
|
+
groupResources(
|
|
149
|
+
args: GroupResourcesCommandInput,
|
|
150
|
+
options: __HttpHandlerOptions,
|
|
151
|
+
cb: (err: any, data?: GroupResourcesCommandOutput) => void
|
|
152
|
+
): void;
|
|
153
|
+
listGroupResources(
|
|
154
|
+
args: ListGroupResourcesCommandInput,
|
|
155
|
+
options?: __HttpHandlerOptions
|
|
156
|
+
): Promise<ListGroupResourcesCommandOutput>;
|
|
157
|
+
listGroupResources(
|
|
158
|
+
args: ListGroupResourcesCommandInput,
|
|
159
|
+
cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
|
|
160
|
+
): void;
|
|
161
|
+
listGroupResources(
|
|
162
|
+
args: ListGroupResourcesCommandInput,
|
|
163
|
+
options: __HttpHandlerOptions,
|
|
164
|
+
cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
|
|
165
|
+
): void;
|
|
166
|
+
listGroups(
|
|
167
|
+
args: ListGroupsCommandInput,
|
|
168
|
+
options?: __HttpHandlerOptions
|
|
169
|
+
): Promise<ListGroupsCommandOutput>;
|
|
170
|
+
listGroups(
|
|
171
|
+
args: ListGroupsCommandInput,
|
|
172
|
+
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
173
|
+
): void;
|
|
174
|
+
listGroups(
|
|
175
|
+
args: ListGroupsCommandInput,
|
|
176
|
+
options: __HttpHandlerOptions,
|
|
177
|
+
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
178
|
+
): void;
|
|
179
|
+
putGroupConfiguration(
|
|
180
|
+
args: PutGroupConfigurationCommandInput,
|
|
181
|
+
options?: __HttpHandlerOptions
|
|
182
|
+
): Promise<PutGroupConfigurationCommandOutput>;
|
|
183
|
+
putGroupConfiguration(
|
|
184
|
+
args: PutGroupConfigurationCommandInput,
|
|
185
|
+
cb: (err: any, data?: PutGroupConfigurationCommandOutput) => void
|
|
186
|
+
): void;
|
|
187
|
+
putGroupConfiguration(
|
|
188
|
+
args: PutGroupConfigurationCommandInput,
|
|
189
|
+
options: __HttpHandlerOptions,
|
|
190
|
+
cb: (err: any, data?: PutGroupConfigurationCommandOutput) => void
|
|
191
|
+
): void;
|
|
192
|
+
searchResources(
|
|
193
|
+
args: SearchResourcesCommandInput,
|
|
194
|
+
options?: __HttpHandlerOptions
|
|
195
|
+
): Promise<SearchResourcesCommandOutput>;
|
|
196
|
+
searchResources(
|
|
197
|
+
args: SearchResourcesCommandInput,
|
|
198
|
+
cb: (err: any, data?: SearchResourcesCommandOutput) => void
|
|
199
|
+
): void;
|
|
200
|
+
searchResources(
|
|
201
|
+
args: SearchResourcesCommandInput,
|
|
202
|
+
options: __HttpHandlerOptions,
|
|
203
|
+
cb: (err: any, data?: SearchResourcesCommandOutput) => void
|
|
204
|
+
): void;
|
|
205
|
+
tag(
|
|
206
|
+
args: TagCommandInput,
|
|
207
|
+
options?: __HttpHandlerOptions
|
|
208
|
+
): Promise<TagCommandOutput>;
|
|
209
|
+
tag(
|
|
210
|
+
args: TagCommandInput,
|
|
211
|
+
cb: (err: any, data?: TagCommandOutput) => void
|
|
212
|
+
): void;
|
|
213
|
+
tag(
|
|
214
|
+
args: TagCommandInput,
|
|
215
|
+
options: __HttpHandlerOptions,
|
|
216
|
+
cb: (err: any, data?: TagCommandOutput) => void
|
|
217
|
+
): void;
|
|
218
|
+
ungroupResources(
|
|
219
|
+
args: UngroupResourcesCommandInput,
|
|
220
|
+
options?: __HttpHandlerOptions
|
|
221
|
+
): Promise<UngroupResourcesCommandOutput>;
|
|
222
|
+
ungroupResources(
|
|
223
|
+
args: UngroupResourcesCommandInput,
|
|
224
|
+
cb: (err: any, data?: UngroupResourcesCommandOutput) => void
|
|
225
|
+
): void;
|
|
226
|
+
ungroupResources(
|
|
227
|
+
args: UngroupResourcesCommandInput,
|
|
228
|
+
options: __HttpHandlerOptions,
|
|
229
|
+
cb: (err: any, data?: UngroupResourcesCommandOutput) => void
|
|
230
|
+
): void;
|
|
231
|
+
untag(
|
|
232
|
+
args: UntagCommandInput,
|
|
233
|
+
options?: __HttpHandlerOptions
|
|
234
|
+
): Promise<UntagCommandOutput>;
|
|
235
|
+
untag(
|
|
236
|
+
args: UntagCommandInput,
|
|
237
|
+
cb: (err: any, data?: UntagCommandOutput) => void
|
|
238
|
+
): void;
|
|
239
|
+
untag(
|
|
240
|
+
args: UntagCommandInput,
|
|
241
|
+
options: __HttpHandlerOptions,
|
|
242
|
+
cb: (err: any, data?: UntagCommandOutput) => void
|
|
243
|
+
): void;
|
|
244
|
+
updateGroup(
|
|
245
|
+
args: UpdateGroupCommandInput,
|
|
246
|
+
options?: __HttpHandlerOptions
|
|
247
|
+
): Promise<UpdateGroupCommandOutput>;
|
|
248
|
+
updateGroup(
|
|
249
|
+
args: UpdateGroupCommandInput,
|
|
250
|
+
cb: (err: any, data?: UpdateGroupCommandOutput) => void
|
|
251
|
+
): void;
|
|
252
|
+
updateGroup(
|
|
253
|
+
args: UpdateGroupCommandInput,
|
|
254
|
+
options: __HttpHandlerOptions,
|
|
255
|
+
cb: (err: any, data?: UpdateGroupCommandOutput) => void
|
|
256
|
+
): void;
|
|
257
|
+
updateGroupQuery(
|
|
258
|
+
args: UpdateGroupQueryCommandInput,
|
|
259
|
+
options?: __HttpHandlerOptions
|
|
260
|
+
): Promise<UpdateGroupQueryCommandOutput>;
|
|
261
|
+
updateGroupQuery(
|
|
262
|
+
args: UpdateGroupQueryCommandInput,
|
|
263
|
+
cb: (err: any, data?: UpdateGroupQueryCommandOutput) => void
|
|
264
|
+
): void;
|
|
265
|
+
updateGroupQuery(
|
|
266
|
+
args: UpdateGroupQueryCommandInput,
|
|
267
|
+
options: __HttpHandlerOptions,
|
|
268
|
+
cb: (err: any, data?: UpdateGroupQueryCommandOutput) => void
|
|
269
|
+
): void;
|
|
270
|
+
}
|