@aws-sdk/client-resource-groups 3.658.1 → 3.662.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/README.md +41 -1
- package/dist-cjs/index.js +367 -35
- package/dist-es/ResourceGroups.js +10 -0
- package/dist-es/commands/CancelTagSyncTaskCommand.js +22 -0
- package/dist-es/commands/GetTagSyncTaskCommand.js +22 -0
- package/dist-es/commands/ListGroupingStatusesCommand.js +22 -0
- package/dist-es/commands/ListTagSyncTasksCommand.js +22 -0
- package/dist-es/commands/StartTagSyncTaskCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +43 -22
- package/dist-es/pagination/ListGroupingStatusesPaginator.js +4 -0
- package/dist-es/pagination/ListTagSyncTasksPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +204 -4
- package/dist-types/ResourceGroups.d.ts +37 -1
- package/dist-types/ResourceGroupsClient.d.ts +8 -3
- package/dist-types/commands/CancelTagSyncTaskCommand.d.ts +104 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +9 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +6 -0
- package/dist-types/commands/GetGroupCommand.d.ts +6 -0
- package/dist-types/commands/GetTagSyncTaskCommand.d.ts +112 -0
- package/dist-types/commands/GetTagsCommand.d.ts +1 -1
- package/dist-types/commands/GroupResourcesCommand.d.ts +7 -3
- package/dist-types/commands/ListGroupResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupingStatusesCommand.d.ts +109 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +11 -1
- package/dist-types/commands/ListTagSyncTasksCommand.d.ts +122 -0
- package/dist-types/commands/StartTagSyncTaskCommand.d.ts +122 -0
- package/dist-types/commands/TagCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +9 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +622 -93
- package/dist-types/pagination/ListGroupingStatusesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTagSyncTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/ResourceGroups.d.ts +86 -0
- package/dist-types/ts3.4/ResourceGroupsClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CancelTagSyncTaskCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/GetTagSyncTaskCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListGroupingStatusesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagSyncTasksCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartTagSyncTaskCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +158 -38
- package/dist-types/ts3.4/pagination/ListGroupingStatusesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTagSyncTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +35 -35
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListGroupingStatusesCommandInput, ListGroupingStatusesCommandOutput } from "../commands/ListGroupingStatusesCommand";
|
|
3
|
+
import { ResourceGroupsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListGroupingStatuses: (config: ResourceGroupsPaginationConfiguration, input: ListGroupingStatusesCommandInput, ...rest: any[]) => Paginator<ListGroupingStatusesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListTagSyncTasksCommandInput, ListTagSyncTasksCommandOutput } from "../commands/ListTagSyncTasksCommand";
|
|
3
|
+
import { ResourceGroupsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListTagSyncTasks: (config: ResourceGroupsPaginationConfiguration, input: ListTagSyncTasksCommandInput, ...rest: any[]) => Paginator<ListTagSyncTasksCommandOutput>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { CancelTagSyncTaskCommandInput, CancelTagSyncTaskCommandOutput } from "../commands/CancelTagSyncTaskCommand";
|
|
3
4
|
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand";
|
|
4
5
|
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
|
|
5
6
|
import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "../commands/GetAccountSettingsCommand";
|
|
@@ -7,17 +8,25 @@ import { GetGroupCommandInput, GetGroupCommandOutput } from "../commands/GetGrou
|
|
|
7
8
|
import { GetGroupConfigurationCommandInput, GetGroupConfigurationCommandOutput } from "../commands/GetGroupConfigurationCommand";
|
|
8
9
|
import { GetGroupQueryCommandInput, GetGroupQueryCommandOutput } from "../commands/GetGroupQueryCommand";
|
|
9
10
|
import { GetTagsCommandInput, GetTagsCommandOutput } from "../commands/GetTagsCommand";
|
|
11
|
+
import { GetTagSyncTaskCommandInput, GetTagSyncTaskCommandOutput } from "../commands/GetTagSyncTaskCommand";
|
|
10
12
|
import { GroupResourcesCommandInput, GroupResourcesCommandOutput } from "../commands/GroupResourcesCommand";
|
|
13
|
+
import { ListGroupingStatusesCommandInput, ListGroupingStatusesCommandOutput } from "../commands/ListGroupingStatusesCommand";
|
|
11
14
|
import { ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput } from "../commands/ListGroupResourcesCommand";
|
|
12
15
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
|
|
16
|
+
import { ListTagSyncTasksCommandInput, ListTagSyncTasksCommandOutput } from "../commands/ListTagSyncTasksCommand";
|
|
13
17
|
import { PutGroupConfigurationCommandInput, PutGroupConfigurationCommandOutput } from "../commands/PutGroupConfigurationCommand";
|
|
14
18
|
import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "../commands/SearchResourcesCommand";
|
|
19
|
+
import { StartTagSyncTaskCommandInput, StartTagSyncTaskCommandOutput } from "../commands/StartTagSyncTaskCommand";
|
|
15
20
|
import { TagCommandInput, TagCommandOutput } from "../commands/TagCommand";
|
|
16
21
|
import { UngroupResourcesCommandInput, UngroupResourcesCommandOutput } from "../commands/UngroupResourcesCommand";
|
|
17
22
|
import { UntagCommandInput, UntagCommandOutput } from "../commands/UntagCommand";
|
|
18
23
|
import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
|
|
19
24
|
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
|
|
20
25
|
import { UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput } from "../commands/UpdateGroupQueryCommand";
|
|
26
|
+
/**
|
|
27
|
+
* serializeAws_restJson1CancelTagSyncTaskCommand
|
|
28
|
+
*/
|
|
29
|
+
export declare const se_CancelTagSyncTaskCommand: (input: CancelTagSyncTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
30
|
/**
|
|
22
31
|
* serializeAws_restJson1CreateGroupCommand
|
|
23
32
|
*/
|
|
@@ -46,10 +55,18 @@ export declare const se_GetGroupQueryCommand: (input: GetGroupQueryCommandInput,
|
|
|
46
55
|
* serializeAws_restJson1GetTagsCommand
|
|
47
56
|
*/
|
|
48
57
|
export declare const se_GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_restJson1GetTagSyncTaskCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_GetTagSyncTaskCommand: (input: GetTagSyncTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
62
|
/**
|
|
50
63
|
* serializeAws_restJson1GroupResourcesCommand
|
|
51
64
|
*/
|
|
52
65
|
export declare const se_GroupResourcesCommand: (input: GroupResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_restJson1ListGroupingStatusesCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_ListGroupingStatusesCommand: (input: ListGroupingStatusesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
70
|
/**
|
|
54
71
|
* serializeAws_restJson1ListGroupResourcesCommand
|
|
55
72
|
*/
|
|
@@ -58,6 +75,10 @@ export declare const se_ListGroupResourcesCommand: (input: ListGroupResourcesCom
|
|
|
58
75
|
* serializeAws_restJson1ListGroupsCommand
|
|
59
76
|
*/
|
|
60
77
|
export declare const se_ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_restJson1ListTagSyncTasksCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_ListTagSyncTasksCommand: (input: ListTagSyncTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
82
|
/**
|
|
62
83
|
* serializeAws_restJson1PutGroupConfigurationCommand
|
|
63
84
|
*/
|
|
@@ -66,6 +87,10 @@ export declare const se_PutGroupConfigurationCommand: (input: PutGroupConfigurat
|
|
|
66
87
|
* serializeAws_restJson1SearchResourcesCommand
|
|
67
88
|
*/
|
|
68
89
|
export declare const se_SearchResourcesCommand: (input: SearchResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_restJson1StartTagSyncTaskCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_StartTagSyncTaskCommand: (input: StartTagSyncTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
94
|
/**
|
|
70
95
|
* serializeAws_restJson1TagCommand
|
|
71
96
|
*/
|
|
@@ -90,6 +115,10 @@ export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, con
|
|
|
90
115
|
* serializeAws_restJson1UpdateGroupQueryCommand
|
|
91
116
|
*/
|
|
92
117
|
export declare const se_UpdateGroupQueryCommand: (input: UpdateGroupQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* deserializeAws_restJson1CancelTagSyncTaskCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const de_CancelTagSyncTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelTagSyncTaskCommandOutput>;
|
|
93
122
|
/**
|
|
94
123
|
* deserializeAws_restJson1CreateGroupCommand
|
|
95
124
|
*/
|
|
@@ -118,10 +147,18 @@ export declare const de_GetGroupQueryCommand: (output: __HttpResponse, context:
|
|
|
118
147
|
* deserializeAws_restJson1GetTagsCommand
|
|
119
148
|
*/
|
|
120
149
|
export declare const de_GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
|
|
150
|
+
/**
|
|
151
|
+
* deserializeAws_restJson1GetTagSyncTaskCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const de_GetTagSyncTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagSyncTaskCommandOutput>;
|
|
121
154
|
/**
|
|
122
155
|
* deserializeAws_restJson1GroupResourcesCommand
|
|
123
156
|
*/
|
|
124
157
|
export declare const de_GroupResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GroupResourcesCommandOutput>;
|
|
158
|
+
/**
|
|
159
|
+
* deserializeAws_restJson1ListGroupingStatusesCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const de_ListGroupingStatusesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupingStatusesCommandOutput>;
|
|
125
162
|
/**
|
|
126
163
|
* deserializeAws_restJson1ListGroupResourcesCommand
|
|
127
164
|
*/
|
|
@@ -130,6 +167,10 @@ export declare const de_ListGroupResourcesCommand: (output: __HttpResponse, cont
|
|
|
130
167
|
* deserializeAws_restJson1ListGroupsCommand
|
|
131
168
|
*/
|
|
132
169
|
export declare const de_ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
|
|
170
|
+
/**
|
|
171
|
+
* deserializeAws_restJson1ListTagSyncTasksCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const de_ListTagSyncTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagSyncTasksCommandOutput>;
|
|
133
174
|
/**
|
|
134
175
|
* deserializeAws_restJson1PutGroupConfigurationCommand
|
|
135
176
|
*/
|
|
@@ -138,6 +179,10 @@ export declare const de_PutGroupConfigurationCommand: (output: __HttpResponse, c
|
|
|
138
179
|
* deserializeAws_restJson1SearchResourcesCommand
|
|
139
180
|
*/
|
|
140
181
|
export declare const de_SearchResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchResourcesCommandOutput>;
|
|
182
|
+
/**
|
|
183
|
+
* deserializeAws_restJson1StartTagSyncTaskCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const de_StartTagSyncTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTagSyncTaskCommandOutput>;
|
|
141
186
|
/**
|
|
142
187
|
* deserializeAws_restJson1TagCommand
|
|
143
188
|
*/
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
CancelTagSyncTaskCommandInput,
|
|
4
|
+
CancelTagSyncTaskCommandOutput,
|
|
5
|
+
} from "./commands/CancelTagSyncTaskCommand";
|
|
2
6
|
import {
|
|
3
7
|
CreateGroupCommandInput,
|
|
4
8
|
CreateGroupCommandOutput,
|
|
@@ -27,10 +31,18 @@ import {
|
|
|
27
31
|
GetTagsCommandInput,
|
|
28
32
|
GetTagsCommandOutput,
|
|
29
33
|
} from "./commands/GetTagsCommand";
|
|
34
|
+
import {
|
|
35
|
+
GetTagSyncTaskCommandInput,
|
|
36
|
+
GetTagSyncTaskCommandOutput,
|
|
37
|
+
} from "./commands/GetTagSyncTaskCommand";
|
|
30
38
|
import {
|
|
31
39
|
GroupResourcesCommandInput,
|
|
32
40
|
GroupResourcesCommandOutput,
|
|
33
41
|
} from "./commands/GroupResourcesCommand";
|
|
42
|
+
import {
|
|
43
|
+
ListGroupingStatusesCommandInput,
|
|
44
|
+
ListGroupingStatusesCommandOutput,
|
|
45
|
+
} from "./commands/ListGroupingStatusesCommand";
|
|
34
46
|
import {
|
|
35
47
|
ListGroupResourcesCommandInput,
|
|
36
48
|
ListGroupResourcesCommandOutput,
|
|
@@ -39,6 +51,10 @@ import {
|
|
|
39
51
|
ListGroupsCommandInput,
|
|
40
52
|
ListGroupsCommandOutput,
|
|
41
53
|
} from "./commands/ListGroupsCommand";
|
|
54
|
+
import {
|
|
55
|
+
ListTagSyncTasksCommandInput,
|
|
56
|
+
ListTagSyncTasksCommandOutput,
|
|
57
|
+
} from "./commands/ListTagSyncTasksCommand";
|
|
42
58
|
import {
|
|
43
59
|
PutGroupConfigurationCommandInput,
|
|
44
60
|
PutGroupConfigurationCommandOutput,
|
|
@@ -47,6 +63,10 @@ import {
|
|
|
47
63
|
SearchResourcesCommandInput,
|
|
48
64
|
SearchResourcesCommandOutput,
|
|
49
65
|
} from "./commands/SearchResourcesCommand";
|
|
66
|
+
import {
|
|
67
|
+
StartTagSyncTaskCommandInput,
|
|
68
|
+
StartTagSyncTaskCommandOutput,
|
|
69
|
+
} from "./commands/StartTagSyncTaskCommand";
|
|
50
70
|
import { TagCommandInput, TagCommandOutput } from "./commands/TagCommand";
|
|
51
71
|
import {
|
|
52
72
|
UngroupResourcesCommandInput,
|
|
@@ -67,6 +87,19 @@ import {
|
|
|
67
87
|
} from "./commands/UpdateGroupQueryCommand";
|
|
68
88
|
import { ResourceGroupsClient } from "./ResourceGroupsClient";
|
|
69
89
|
export interface ResourceGroups {
|
|
90
|
+
cancelTagSyncTask(
|
|
91
|
+
args: CancelTagSyncTaskCommandInput,
|
|
92
|
+
options?: __HttpHandlerOptions
|
|
93
|
+
): Promise<CancelTagSyncTaskCommandOutput>;
|
|
94
|
+
cancelTagSyncTask(
|
|
95
|
+
args: CancelTagSyncTaskCommandInput,
|
|
96
|
+
cb: (err: any, data?: CancelTagSyncTaskCommandOutput) => void
|
|
97
|
+
): void;
|
|
98
|
+
cancelTagSyncTask(
|
|
99
|
+
args: CancelTagSyncTaskCommandInput,
|
|
100
|
+
options: __HttpHandlerOptions,
|
|
101
|
+
cb: (err: any, data?: CancelTagSyncTaskCommandOutput) => void
|
|
102
|
+
): void;
|
|
70
103
|
createGroup(
|
|
71
104
|
args: CreateGroupCommandInput,
|
|
72
105
|
options?: __HttpHandlerOptions
|
|
@@ -163,6 +196,19 @@ export interface ResourceGroups {
|
|
|
163
196
|
options: __HttpHandlerOptions,
|
|
164
197
|
cb: (err: any, data?: GetTagsCommandOutput) => void
|
|
165
198
|
): void;
|
|
199
|
+
getTagSyncTask(
|
|
200
|
+
args: GetTagSyncTaskCommandInput,
|
|
201
|
+
options?: __HttpHandlerOptions
|
|
202
|
+
): Promise<GetTagSyncTaskCommandOutput>;
|
|
203
|
+
getTagSyncTask(
|
|
204
|
+
args: GetTagSyncTaskCommandInput,
|
|
205
|
+
cb: (err: any, data?: GetTagSyncTaskCommandOutput) => void
|
|
206
|
+
): void;
|
|
207
|
+
getTagSyncTask(
|
|
208
|
+
args: GetTagSyncTaskCommandInput,
|
|
209
|
+
options: __HttpHandlerOptions,
|
|
210
|
+
cb: (err: any, data?: GetTagSyncTaskCommandOutput) => void
|
|
211
|
+
): void;
|
|
166
212
|
groupResources(
|
|
167
213
|
args: GroupResourcesCommandInput,
|
|
168
214
|
options?: __HttpHandlerOptions
|
|
@@ -176,6 +222,19 @@ export interface ResourceGroups {
|
|
|
176
222
|
options: __HttpHandlerOptions,
|
|
177
223
|
cb: (err: any, data?: GroupResourcesCommandOutput) => void
|
|
178
224
|
): void;
|
|
225
|
+
listGroupingStatuses(
|
|
226
|
+
args: ListGroupingStatusesCommandInput,
|
|
227
|
+
options?: __HttpHandlerOptions
|
|
228
|
+
): Promise<ListGroupingStatusesCommandOutput>;
|
|
229
|
+
listGroupingStatuses(
|
|
230
|
+
args: ListGroupingStatusesCommandInput,
|
|
231
|
+
cb: (err: any, data?: ListGroupingStatusesCommandOutput) => void
|
|
232
|
+
): void;
|
|
233
|
+
listGroupingStatuses(
|
|
234
|
+
args: ListGroupingStatusesCommandInput,
|
|
235
|
+
options: __HttpHandlerOptions,
|
|
236
|
+
cb: (err: any, data?: ListGroupingStatusesCommandOutput) => void
|
|
237
|
+
): void;
|
|
179
238
|
listGroupResources(): Promise<ListGroupResourcesCommandOutput>;
|
|
180
239
|
listGroupResources(
|
|
181
240
|
args: ListGroupResourcesCommandInput,
|
|
@@ -204,6 +263,20 @@ export interface ResourceGroups {
|
|
|
204
263
|
options: __HttpHandlerOptions,
|
|
205
264
|
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
206
265
|
): void;
|
|
266
|
+
listTagSyncTasks(): Promise<ListTagSyncTasksCommandOutput>;
|
|
267
|
+
listTagSyncTasks(
|
|
268
|
+
args: ListTagSyncTasksCommandInput,
|
|
269
|
+
options?: __HttpHandlerOptions
|
|
270
|
+
): Promise<ListTagSyncTasksCommandOutput>;
|
|
271
|
+
listTagSyncTasks(
|
|
272
|
+
args: ListTagSyncTasksCommandInput,
|
|
273
|
+
cb: (err: any, data?: ListTagSyncTasksCommandOutput) => void
|
|
274
|
+
): void;
|
|
275
|
+
listTagSyncTasks(
|
|
276
|
+
args: ListTagSyncTasksCommandInput,
|
|
277
|
+
options: __HttpHandlerOptions,
|
|
278
|
+
cb: (err: any, data?: ListTagSyncTasksCommandOutput) => void
|
|
279
|
+
): void;
|
|
207
280
|
putGroupConfiguration(): Promise<PutGroupConfigurationCommandOutput>;
|
|
208
281
|
putGroupConfiguration(
|
|
209
282
|
args: PutGroupConfigurationCommandInput,
|
|
@@ -231,6 +304,19 @@ export interface ResourceGroups {
|
|
|
231
304
|
options: __HttpHandlerOptions,
|
|
232
305
|
cb: (err: any, data?: SearchResourcesCommandOutput) => void
|
|
233
306
|
): void;
|
|
307
|
+
startTagSyncTask(
|
|
308
|
+
args: StartTagSyncTaskCommandInput,
|
|
309
|
+
options?: __HttpHandlerOptions
|
|
310
|
+
): Promise<StartTagSyncTaskCommandOutput>;
|
|
311
|
+
startTagSyncTask(
|
|
312
|
+
args: StartTagSyncTaskCommandInput,
|
|
313
|
+
cb: (err: any, data?: StartTagSyncTaskCommandOutput) => void
|
|
314
|
+
): void;
|
|
315
|
+
startTagSyncTask(
|
|
316
|
+
args: StartTagSyncTaskCommandInput,
|
|
317
|
+
options: __HttpHandlerOptions,
|
|
318
|
+
cb: (err: any, data?: StartTagSyncTaskCommandOutput) => void
|
|
319
|
+
): void;
|
|
234
320
|
tag(
|
|
235
321
|
args: TagCommandInput,
|
|
236
322
|
options?: __HttpHandlerOptions
|
|
@@ -45,6 +45,10 @@ import {
|
|
|
45
45
|
HttpAuthSchemeInputConfig,
|
|
46
46
|
HttpAuthSchemeResolvedConfig,
|
|
47
47
|
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
CancelTagSyncTaskCommandInput,
|
|
50
|
+
CancelTagSyncTaskCommandOutput,
|
|
51
|
+
} from "./commands/CancelTagSyncTaskCommand";
|
|
48
52
|
import {
|
|
49
53
|
CreateGroupCommandInput,
|
|
50
54
|
CreateGroupCommandOutput,
|
|
@@ -73,10 +77,18 @@ import {
|
|
|
73
77
|
GetTagsCommandInput,
|
|
74
78
|
GetTagsCommandOutput,
|
|
75
79
|
} from "./commands/GetTagsCommand";
|
|
80
|
+
import {
|
|
81
|
+
GetTagSyncTaskCommandInput,
|
|
82
|
+
GetTagSyncTaskCommandOutput,
|
|
83
|
+
} from "./commands/GetTagSyncTaskCommand";
|
|
76
84
|
import {
|
|
77
85
|
GroupResourcesCommandInput,
|
|
78
86
|
GroupResourcesCommandOutput,
|
|
79
87
|
} from "./commands/GroupResourcesCommand";
|
|
88
|
+
import {
|
|
89
|
+
ListGroupingStatusesCommandInput,
|
|
90
|
+
ListGroupingStatusesCommandOutput,
|
|
91
|
+
} from "./commands/ListGroupingStatusesCommand";
|
|
80
92
|
import {
|
|
81
93
|
ListGroupResourcesCommandInput,
|
|
82
94
|
ListGroupResourcesCommandOutput,
|
|
@@ -85,6 +97,10 @@ import {
|
|
|
85
97
|
ListGroupsCommandInput,
|
|
86
98
|
ListGroupsCommandOutput,
|
|
87
99
|
} from "./commands/ListGroupsCommand";
|
|
100
|
+
import {
|
|
101
|
+
ListTagSyncTasksCommandInput,
|
|
102
|
+
ListTagSyncTasksCommandOutput,
|
|
103
|
+
} from "./commands/ListTagSyncTasksCommand";
|
|
88
104
|
import {
|
|
89
105
|
PutGroupConfigurationCommandInput,
|
|
90
106
|
PutGroupConfigurationCommandOutput,
|
|
@@ -93,6 +109,10 @@ import {
|
|
|
93
109
|
SearchResourcesCommandInput,
|
|
94
110
|
SearchResourcesCommandOutput,
|
|
95
111
|
} from "./commands/SearchResourcesCommand";
|
|
112
|
+
import {
|
|
113
|
+
StartTagSyncTaskCommandInput,
|
|
114
|
+
StartTagSyncTaskCommandOutput,
|
|
115
|
+
} from "./commands/StartTagSyncTaskCommand";
|
|
96
116
|
import { TagCommandInput, TagCommandOutput } from "./commands/TagCommand";
|
|
97
117
|
import {
|
|
98
118
|
UngroupResourcesCommandInput,
|
|
@@ -119,18 +139,23 @@ import {
|
|
|
119
139
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
120
140
|
export { __Client };
|
|
121
141
|
export type ServiceInputTypes =
|
|
142
|
+
| CancelTagSyncTaskCommandInput
|
|
122
143
|
| CreateGroupCommandInput
|
|
123
144
|
| DeleteGroupCommandInput
|
|
124
145
|
| GetAccountSettingsCommandInput
|
|
125
146
|
| GetGroupCommandInput
|
|
126
147
|
| GetGroupConfigurationCommandInput
|
|
127
148
|
| GetGroupQueryCommandInput
|
|
149
|
+
| GetTagSyncTaskCommandInput
|
|
128
150
|
| GetTagsCommandInput
|
|
129
151
|
| GroupResourcesCommandInput
|
|
130
152
|
| ListGroupResourcesCommandInput
|
|
153
|
+
| ListGroupingStatusesCommandInput
|
|
131
154
|
| ListGroupsCommandInput
|
|
155
|
+
| ListTagSyncTasksCommandInput
|
|
132
156
|
| PutGroupConfigurationCommandInput
|
|
133
157
|
| SearchResourcesCommandInput
|
|
158
|
+
| StartTagSyncTaskCommandInput
|
|
134
159
|
| TagCommandInput
|
|
135
160
|
| UngroupResourcesCommandInput
|
|
136
161
|
| UntagCommandInput
|
|
@@ -138,18 +163,23 @@ export type ServiceInputTypes =
|
|
|
138
163
|
| UpdateGroupCommandInput
|
|
139
164
|
| UpdateGroupQueryCommandInput;
|
|
140
165
|
export type ServiceOutputTypes =
|
|
166
|
+
| CancelTagSyncTaskCommandOutput
|
|
141
167
|
| CreateGroupCommandOutput
|
|
142
168
|
| DeleteGroupCommandOutput
|
|
143
169
|
| GetAccountSettingsCommandOutput
|
|
144
170
|
| GetGroupCommandOutput
|
|
145
171
|
| GetGroupConfigurationCommandOutput
|
|
146
172
|
| GetGroupQueryCommandOutput
|
|
173
|
+
| GetTagSyncTaskCommandOutput
|
|
147
174
|
| GetTagsCommandOutput
|
|
148
175
|
| GroupResourcesCommandOutput
|
|
149
176
|
| ListGroupResourcesCommandOutput
|
|
177
|
+
| ListGroupingStatusesCommandOutput
|
|
150
178
|
| ListGroupsCommandOutput
|
|
179
|
+
| ListTagSyncTasksCommandOutput
|
|
151
180
|
| PutGroupConfigurationCommandOutput
|
|
152
181
|
| SearchResourcesCommandOutput
|
|
182
|
+
| StartTagSyncTaskCommandOutput
|
|
153
183
|
| TagCommandOutput
|
|
154
184
|
| UngroupResourcesCommandOutput
|
|
155
185
|
| UntagCommandOutput
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CancelTagSyncTaskInput } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
ResourceGroupsClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../ResourceGroupsClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface CancelTagSyncTaskCommandInput extends CancelTagSyncTaskInput {}
|
|
12
|
+
export interface CancelTagSyncTaskCommandOutput extends __MetadataBearer {}
|
|
13
|
+
declare const CancelTagSyncTaskCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: CancelTagSyncTaskCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
CancelTagSyncTaskCommandInput,
|
|
18
|
+
CancelTagSyncTaskCommandOutput,
|
|
19
|
+
ResourceGroupsClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: CancelTagSyncTaskCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
CancelTagSyncTaskCommandInput,
|
|
27
|
+
CancelTagSyncTaskCommandOutput,
|
|
28
|
+
ResourceGroupsClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
32
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
|
+
};
|
|
34
|
+
export declare class CancelTagSyncTaskCommand extends CancelTagSyncTaskCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: CancelTagSyncTaskInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: CancelTagSyncTaskCommandInput;
|
|
42
|
+
output: CancelTagSyncTaskCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GetTagSyncTaskInput, GetTagSyncTaskOutput } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
ResourceGroupsClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../ResourceGroupsClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetTagSyncTaskCommandInput extends GetTagSyncTaskInput {}
|
|
12
|
+
export interface GetTagSyncTaskCommandOutput
|
|
13
|
+
extends GetTagSyncTaskOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetTagSyncTaskCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetTagSyncTaskCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetTagSyncTaskCommandInput,
|
|
20
|
+
GetTagSyncTaskCommandOutput,
|
|
21
|
+
ResourceGroupsClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: GetTagSyncTaskCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetTagSyncTaskCommandInput,
|
|
29
|
+
GetTagSyncTaskCommandOutput,
|
|
30
|
+
ResourceGroupsClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetTagSyncTaskCommand extends GetTagSyncTaskCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetTagSyncTaskInput;
|
|
40
|
+
output: GetTagSyncTaskOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetTagSyncTaskCommandInput;
|
|
44
|
+
output: GetTagSyncTaskCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListGroupingStatusesInput,
|
|
5
|
+
ListGroupingStatusesOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ResourceGroupsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../ResourceGroupsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListGroupingStatusesCommandInput
|
|
15
|
+
extends ListGroupingStatusesInput {}
|
|
16
|
+
export interface ListGroupingStatusesCommandOutput
|
|
17
|
+
extends ListGroupingStatusesOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListGroupingStatusesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListGroupingStatusesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListGroupingStatusesCommandInput,
|
|
24
|
+
ListGroupingStatusesCommandOutput,
|
|
25
|
+
ResourceGroupsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListGroupingStatusesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListGroupingStatusesCommandInput,
|
|
33
|
+
ListGroupingStatusesCommandOutput,
|
|
34
|
+
ResourceGroupsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListGroupingStatusesCommand extends ListGroupingStatusesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListGroupingStatusesInput;
|
|
44
|
+
output: ListGroupingStatusesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListGroupingStatusesCommandInput;
|
|
48
|
+
output: ListGroupingStatusesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListTagSyncTasksInput,
|
|
5
|
+
ListTagSyncTasksOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ResourceGroupsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../ResourceGroupsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListTagSyncTasksCommandInput extends ListTagSyncTasksInput {}
|
|
15
|
+
export interface ListTagSyncTasksCommandOutput
|
|
16
|
+
extends ListTagSyncTasksOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListTagSyncTasksCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListTagSyncTasksCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListTagSyncTasksCommandInput,
|
|
23
|
+
ListTagSyncTasksCommandOutput,
|
|
24
|
+
ResourceGroupsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListTagSyncTasksCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagSyncTasksCommandInput,
|
|
32
|
+
ListTagSyncTasksCommandOutput,
|
|
33
|
+
ResourceGroupsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListTagSyncTasksCommand extends ListTagSyncTasksCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListTagSyncTasksInput;
|
|
43
|
+
output: ListTagSyncTasksOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListTagSyncTasksCommandInput;
|
|
47
|
+
output: ListTagSyncTasksCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
StartTagSyncTaskInput,
|
|
5
|
+
StartTagSyncTaskOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ResourceGroupsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../ResourceGroupsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartTagSyncTaskCommandInput extends StartTagSyncTaskInput {}
|
|
15
|
+
export interface StartTagSyncTaskCommandOutput
|
|
16
|
+
extends StartTagSyncTaskOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const StartTagSyncTaskCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartTagSyncTaskCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
StartTagSyncTaskCommandInput,
|
|
23
|
+
StartTagSyncTaskCommandOutput,
|
|
24
|
+
ResourceGroupsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartTagSyncTaskCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartTagSyncTaskCommandInput,
|
|
32
|
+
StartTagSyncTaskCommandOutput,
|
|
33
|
+
ResourceGroupsClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class StartTagSyncTaskCommand extends StartTagSyncTaskCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StartTagSyncTaskInput;
|
|
43
|
+
output: StartTagSyncTaskOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StartTagSyncTaskCommandInput;
|
|
47
|
+
output: StartTagSyncTaskCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -1,15 +1,20 @@
|
|
|
1
|
+
export * from "./CancelTagSyncTaskCommand";
|
|
1
2
|
export * from "./CreateGroupCommand";
|
|
2
3
|
export * from "./DeleteGroupCommand";
|
|
3
4
|
export * from "./GetAccountSettingsCommand";
|
|
4
5
|
export * from "./GetGroupCommand";
|
|
5
6
|
export * from "./GetGroupConfigurationCommand";
|
|
6
7
|
export * from "./GetGroupQueryCommand";
|
|
8
|
+
export * from "./GetTagSyncTaskCommand";
|
|
7
9
|
export * from "./GetTagsCommand";
|
|
8
10
|
export * from "./GroupResourcesCommand";
|
|
9
11
|
export * from "./ListGroupResourcesCommand";
|
|
12
|
+
export * from "./ListGroupingStatusesCommand";
|
|
10
13
|
export * from "./ListGroupsCommand";
|
|
14
|
+
export * from "./ListTagSyncTasksCommand";
|
|
11
15
|
export * from "./PutGroupConfigurationCommand";
|
|
12
16
|
export * from "./SearchResourcesCommand";
|
|
17
|
+
export * from "./StartTagSyncTaskCommand";
|
|
13
18
|
export * from "./TagCommand";
|
|
14
19
|
export * from "./UngroupResourcesCommand";
|
|
15
20
|
export * from "./UntagCommand";
|