@aws-sdk/client-resource-groups 3.170.0 → 3.178.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ResourceGroups.d.ts +0 -16
- package/dist-types/ts3.4/ResourceGroupsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ResourceGroupsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -134
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-resource-groups
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-resource-groups
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-resource-groups
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -58,7 +58,6 @@ import {
|
|
|
58
58
|
UpdateGroupQueryCommandOutput,
|
|
59
59
|
} from "./commands/UpdateGroupQueryCommand";
|
|
60
60
|
import { ResourceGroupsClient } from "./ResourceGroupsClient";
|
|
61
|
-
|
|
62
61
|
export declare class ResourceGroups extends ResourceGroupsClient {
|
|
63
62
|
createGroup(
|
|
64
63
|
args: CreateGroupCommandInput,
|
|
@@ -73,7 +72,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
73
72
|
options: __HttpHandlerOptions,
|
|
74
73
|
cb: (err: any, data?: CreateGroupCommandOutput) => void
|
|
75
74
|
): void;
|
|
76
|
-
|
|
77
75
|
deleteGroup(
|
|
78
76
|
args: DeleteGroupCommandInput,
|
|
79
77
|
options?: __HttpHandlerOptions
|
|
@@ -87,7 +85,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
87
85
|
options: __HttpHandlerOptions,
|
|
88
86
|
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
89
87
|
): void;
|
|
90
|
-
|
|
91
88
|
getGroup(
|
|
92
89
|
args: GetGroupCommandInput,
|
|
93
90
|
options?: __HttpHandlerOptions
|
|
@@ -101,7 +98,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
101
98
|
options: __HttpHandlerOptions,
|
|
102
99
|
cb: (err: any, data?: GetGroupCommandOutput) => void
|
|
103
100
|
): void;
|
|
104
|
-
|
|
105
101
|
getGroupConfiguration(
|
|
106
102
|
args: GetGroupConfigurationCommandInput,
|
|
107
103
|
options?: __HttpHandlerOptions
|
|
@@ -115,7 +111,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
115
111
|
options: __HttpHandlerOptions,
|
|
116
112
|
cb: (err: any, data?: GetGroupConfigurationCommandOutput) => void
|
|
117
113
|
): void;
|
|
118
|
-
|
|
119
114
|
getGroupQuery(
|
|
120
115
|
args: GetGroupQueryCommandInput,
|
|
121
116
|
options?: __HttpHandlerOptions
|
|
@@ -129,7 +124,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
129
124
|
options: __HttpHandlerOptions,
|
|
130
125
|
cb: (err: any, data?: GetGroupQueryCommandOutput) => void
|
|
131
126
|
): void;
|
|
132
|
-
|
|
133
127
|
getTags(
|
|
134
128
|
args: GetTagsCommandInput,
|
|
135
129
|
options?: __HttpHandlerOptions
|
|
@@ -143,7 +137,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
143
137
|
options: __HttpHandlerOptions,
|
|
144
138
|
cb: (err: any, data?: GetTagsCommandOutput) => void
|
|
145
139
|
): void;
|
|
146
|
-
|
|
147
140
|
groupResources(
|
|
148
141
|
args: GroupResourcesCommandInput,
|
|
149
142
|
options?: __HttpHandlerOptions
|
|
@@ -157,7 +150,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
157
150
|
options: __HttpHandlerOptions,
|
|
158
151
|
cb: (err: any, data?: GroupResourcesCommandOutput) => void
|
|
159
152
|
): void;
|
|
160
|
-
|
|
161
153
|
listGroupResources(
|
|
162
154
|
args: ListGroupResourcesCommandInput,
|
|
163
155
|
options?: __HttpHandlerOptions
|
|
@@ -171,7 +163,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
171
163
|
options: __HttpHandlerOptions,
|
|
172
164
|
cb: (err: any, data?: ListGroupResourcesCommandOutput) => void
|
|
173
165
|
): void;
|
|
174
|
-
|
|
175
166
|
listGroups(
|
|
176
167
|
args: ListGroupsCommandInput,
|
|
177
168
|
options?: __HttpHandlerOptions
|
|
@@ -185,7 +176,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
185
176
|
options: __HttpHandlerOptions,
|
|
186
177
|
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
187
178
|
): void;
|
|
188
|
-
|
|
189
179
|
putGroupConfiguration(
|
|
190
180
|
args: PutGroupConfigurationCommandInput,
|
|
191
181
|
options?: __HttpHandlerOptions
|
|
@@ -199,7 +189,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
199
189
|
options: __HttpHandlerOptions,
|
|
200
190
|
cb: (err: any, data?: PutGroupConfigurationCommandOutput) => void
|
|
201
191
|
): void;
|
|
202
|
-
|
|
203
192
|
searchResources(
|
|
204
193
|
args: SearchResourcesCommandInput,
|
|
205
194
|
options?: __HttpHandlerOptions
|
|
@@ -213,7 +202,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
213
202
|
options: __HttpHandlerOptions,
|
|
214
203
|
cb: (err: any, data?: SearchResourcesCommandOutput) => void
|
|
215
204
|
): void;
|
|
216
|
-
|
|
217
205
|
tag(
|
|
218
206
|
args: TagCommandInput,
|
|
219
207
|
options?: __HttpHandlerOptions
|
|
@@ -227,7 +215,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
227
215
|
options: __HttpHandlerOptions,
|
|
228
216
|
cb: (err: any, data?: TagCommandOutput) => void
|
|
229
217
|
): void;
|
|
230
|
-
|
|
231
218
|
ungroupResources(
|
|
232
219
|
args: UngroupResourcesCommandInput,
|
|
233
220
|
options?: __HttpHandlerOptions
|
|
@@ -241,7 +228,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
241
228
|
options: __HttpHandlerOptions,
|
|
242
229
|
cb: (err: any, data?: UngroupResourcesCommandOutput) => void
|
|
243
230
|
): void;
|
|
244
|
-
|
|
245
231
|
untag(
|
|
246
232
|
args: UntagCommandInput,
|
|
247
233
|
options?: __HttpHandlerOptions
|
|
@@ -255,7 +241,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
255
241
|
options: __HttpHandlerOptions,
|
|
256
242
|
cb: (err: any, data?: UntagCommandOutput) => void
|
|
257
243
|
): void;
|
|
258
|
-
|
|
259
244
|
updateGroup(
|
|
260
245
|
args: UpdateGroupCommandInput,
|
|
261
246
|
options?: __HttpHandlerOptions
|
|
@@ -269,7 +254,6 @@ export declare class ResourceGroups extends ResourceGroupsClient {
|
|
|
269
254
|
options: __HttpHandlerOptions,
|
|
270
255
|
cb: (err: any, data?: UpdateGroupCommandOutput) => void
|
|
271
256
|
): void;
|
|
272
|
-
|
|
273
257
|
updateGroupQuery(
|
|
274
258
|
args: UpdateGroupQueryCommandInput,
|
|
275
259
|
options?: __HttpHandlerOptions
|
|
@@ -137,47 +137,26 @@ export declare type ServiceOutputTypes =
|
|
|
137
137
|
export interface ClientDefaults
|
|
138
138
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
139
139
|
requestHandler?: __HttpHandler;
|
|
140
|
-
|
|
141
140
|
sha256?: __HashConstructor;
|
|
142
|
-
|
|
143
141
|
urlParser?: __UrlParser;
|
|
144
|
-
|
|
145
142
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
146
|
-
|
|
147
143
|
streamCollector?: __StreamCollector;
|
|
148
|
-
|
|
149
144
|
base64Decoder?: __Decoder;
|
|
150
|
-
|
|
151
145
|
base64Encoder?: __Encoder;
|
|
152
|
-
|
|
153
146
|
utf8Decoder?: __Decoder;
|
|
154
|
-
|
|
155
147
|
utf8Encoder?: __Encoder;
|
|
156
|
-
|
|
157
148
|
runtime?: string;
|
|
158
|
-
|
|
159
149
|
disableHostPrefix?: boolean;
|
|
160
|
-
|
|
161
150
|
maxAttempts?: number | __Provider<number>;
|
|
162
|
-
|
|
163
151
|
retryMode?: string | __Provider<string>;
|
|
164
|
-
|
|
165
152
|
logger?: __Logger;
|
|
166
|
-
|
|
167
153
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
168
|
-
|
|
169
154
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
170
|
-
|
|
171
155
|
serviceId?: string;
|
|
172
|
-
|
|
173
156
|
region?: string | __Provider<string>;
|
|
174
|
-
|
|
175
157
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
176
|
-
|
|
177
158
|
regionInfoProvider?: RegionInfoProvider;
|
|
178
|
-
|
|
179
159
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
180
|
-
|
|
181
160
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
182
161
|
}
|
|
183
162
|
declare type ResourceGroupsClientConfigType = Partial<
|
|
@@ -190,7 +169,6 @@ declare type ResourceGroupsClientConfigType = Partial<
|
|
|
190
169
|
HostHeaderInputConfig &
|
|
191
170
|
AwsAuthInputConfig &
|
|
192
171
|
UserAgentInputConfig;
|
|
193
|
-
|
|
194
172
|
export interface ResourceGroupsClientConfig
|
|
195
173
|
extends ResourceGroupsClientConfigType {}
|
|
196
174
|
declare type ResourceGroupsClientResolvedConfigType =
|
|
@@ -202,10 +180,8 @@ declare type ResourceGroupsClientResolvedConfigType =
|
|
|
202
180
|
HostHeaderResolvedConfig &
|
|
203
181
|
AwsAuthResolvedConfig &
|
|
204
182
|
UserAgentResolvedConfig;
|
|
205
|
-
|
|
206
183
|
export interface ResourceGroupsClientResolvedConfig
|
|
207
184
|
extends ResourceGroupsClientResolvedConfigType {}
|
|
208
|
-
|
|
209
185
|
export declare class ResourceGroupsClient extends __Client<
|
|
210
186
|
__HttpHandlerOptions,
|
|
211
187
|
ServiceInputTypes,
|
|
@@ -214,7 +190,6 @@ export declare class ResourceGroupsClient extends __Client<
|
|
|
214
190
|
> {
|
|
215
191
|
readonly config: ResourceGroupsClientResolvedConfig;
|
|
216
192
|
constructor(configuration: ResourceGroupsClientConfig);
|
|
217
|
-
|
|
218
193
|
destroy(): void;
|
|
219
194
|
}
|
|
220
195
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface CreateGroupCommandInput extends CreateGroupInput {}
|
|
|
15
15
|
export interface CreateGroupCommandOutput
|
|
16
16
|
extends CreateGroupOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateGroupCommand extends $Command<
|
|
20
19
|
CreateGroupCommandInput,
|
|
21
20
|
CreateGroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateGroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateGroupCommandInput;
|
|
25
24
|
constructor(input: CreateGroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteGroupCommandInput extends DeleteGroupInput {}
|
|
|
15
15
|
export interface DeleteGroupCommandOutput
|
|
16
16
|
extends DeleteGroupOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteGroupCommand extends $Command<
|
|
20
19
|
DeleteGroupCommandInput,
|
|
21
20
|
DeleteGroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteGroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteGroupCommandInput;
|
|
25
24
|
constructor(input: DeleteGroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetGroupCommandInput extends GetGroupInput {}
|
|
|
15
15
|
export interface GetGroupCommandOutput
|
|
16
16
|
extends GetGroupOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetGroupCommand extends $Command<
|
|
20
19
|
GetGroupCommandInput,
|
|
21
20
|
GetGroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetGroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetGroupCommandInput;
|
|
25
24
|
constructor(input: GetGroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetGroupConfigurationCommandInput
|
|
|
19
19
|
export interface GetGroupConfigurationCommandOutput
|
|
20
20
|
extends GetGroupConfigurationOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetGroupConfigurationCommand extends $Command<
|
|
24
23
|
GetGroupConfigurationCommandInput,
|
|
25
24
|
GetGroupConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetGroupConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetGroupConfigurationCommandInput;
|
|
29
28
|
constructor(input: GetGroupConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetGroupQueryCommandInput extends GetGroupQueryInput {}
|
|
|
15
15
|
export interface GetGroupQueryCommandOutput
|
|
16
16
|
extends GetGroupQueryOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetGroupQueryCommand extends $Command<
|
|
20
19
|
GetGroupQueryCommandInput,
|
|
21
20
|
GetGroupQueryCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetGroupQueryCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetGroupQueryCommandInput;
|
|
25
24
|
constructor(input: GetGroupQueryCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../ResourceGroupsClient";
|
|
14
14
|
export interface GetTagsCommandInput extends GetTagsInput {}
|
|
15
15
|
export interface GetTagsCommandOutput extends GetTagsOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetTagsCommand extends $Command<
|
|
18
17
|
GetTagsCommandInput,
|
|
19
18
|
GetTagsCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetTagsCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetTagsCommandInput;
|
|
23
22
|
constructor(input: GetTagsCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GroupResourcesCommandInput extends GroupResourcesInput {}
|
|
|
15
15
|
export interface GroupResourcesCommandOutput
|
|
16
16
|
extends GroupResourcesOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GroupResourcesCommand extends $Command<
|
|
20
19
|
GroupResourcesCommandInput,
|
|
21
20
|
GroupResourcesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GroupResourcesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GroupResourcesCommandInput;
|
|
25
24
|
constructor(input: GroupResourcesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListGroupResourcesCommandInput
|
|
|
19
19
|
export interface ListGroupResourcesCommandOutput
|
|
20
20
|
extends ListGroupResourcesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListGroupResourcesCommand extends $Command<
|
|
24
23
|
ListGroupResourcesCommandInput,
|
|
25
24
|
ListGroupResourcesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListGroupResourcesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListGroupResourcesCommandInput;
|
|
29
28
|
constructor(input: ListGroupResourcesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListGroupsCommandInput extends ListGroupsInput {}
|
|
|
15
15
|
export interface ListGroupsCommandOutput
|
|
16
16
|
extends ListGroupsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListGroupsCommand extends $Command<
|
|
20
19
|
ListGroupsCommandInput,
|
|
21
20
|
ListGroupsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListGroupsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListGroupsCommandInput;
|
|
25
24
|
constructor(input: ListGroupsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutGroupConfigurationCommandInput
|
|
|
19
19
|
export interface PutGroupConfigurationCommandOutput
|
|
20
20
|
extends PutGroupConfigurationOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutGroupConfigurationCommand extends $Command<
|
|
24
23
|
PutGroupConfigurationCommandInput,
|
|
25
24
|
PutGroupConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutGroupConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutGroupConfigurationCommandInput;
|
|
29
28
|
constructor(input: PutGroupConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface SearchResourcesCommandInput extends SearchResourcesInput {}
|
|
|
18
18
|
export interface SearchResourcesCommandOutput
|
|
19
19
|
extends SearchResourcesOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class SearchResourcesCommand extends $Command<
|
|
23
22
|
SearchResourcesCommandInput,
|
|
24
23
|
SearchResourcesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class SearchResourcesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: SearchResourcesCommandInput;
|
|
28
27
|
constructor(input: SearchResourcesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../ResourceGroupsClient";
|
|
14
14
|
export interface TagCommandInput extends TagInput {}
|
|
15
15
|
export interface TagCommandOutput extends TagOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagCommand extends $Command<
|
|
18
17
|
TagCommandInput,
|
|
19
18
|
TagCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagCommandInput;
|
|
23
22
|
constructor(input: TagCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UngroupResourcesCommandInput extends UngroupResourcesInput {}
|
|
|
18
18
|
export interface UngroupResourcesCommandOutput
|
|
19
19
|
extends UngroupResourcesOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UngroupResourcesCommand extends $Command<
|
|
23
22
|
UngroupResourcesCommandInput,
|
|
24
23
|
UngroupResourcesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UngroupResourcesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UngroupResourcesCommandInput;
|
|
28
27
|
constructor(input: UngroupResourcesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../ResourceGroupsClient";
|
|
14
14
|
export interface UntagCommandInput extends UntagInput {}
|
|
15
15
|
export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagCommand extends $Command<
|
|
18
17
|
UntagCommandInput,
|
|
19
18
|
UntagCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagCommandInput;
|
|
23
22
|
constructor(input: UntagCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateGroupCommandInput extends UpdateGroupInput {}
|
|
|
15
15
|
export interface UpdateGroupCommandOutput
|
|
16
16
|
extends UpdateGroupOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateGroupCommand extends $Command<
|
|
20
19
|
UpdateGroupCommandInput,
|
|
21
20
|
UpdateGroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateGroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateGroupCommandInput;
|
|
25
24
|
constructor(input: UpdateGroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateGroupQueryCommandInput extends UpdateGroupQueryInput {}
|
|
|
18
18
|
export interface UpdateGroupQueryCommandOutput
|
|
19
19
|
extends UpdateGroupQueryOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateGroupQueryCommand extends $Command<
|
|
23
22
|
UpdateGroupQueryCommandInput,
|
|
24
23
|
UpdateGroupQueryCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateGroupQueryCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateGroupQueryCommandInput;
|
|
28
27
|
constructor(input: UpdateGroupQueryCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ResourceGroupsClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ResourceGroupsServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,54 +1,39 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ResourceGroupsServiceException as __BaseException } from "./ResourceGroupsServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class BadRequestException extends __BaseException {
|
|
5
4
|
readonly name: "BadRequestException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
6
|
Message?: string;
|
|
8
|
-
|
|
9
7
|
constructor(
|
|
10
8
|
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
11
9
|
);
|
|
12
10
|
}
|
|
13
|
-
|
|
14
11
|
export interface GroupConfigurationParameter {
|
|
15
12
|
Name: string | undefined;
|
|
16
|
-
|
|
17
13
|
Values?: string[];
|
|
18
14
|
}
|
|
19
|
-
|
|
20
15
|
export interface GroupConfigurationItem {
|
|
21
16
|
Type: string | undefined;
|
|
22
|
-
|
|
23
17
|
Parameters?: GroupConfigurationParameter[];
|
|
24
18
|
}
|
|
25
19
|
export declare enum QueryType {
|
|
26
20
|
CLOUDFORMATION_STACK_1_0 = "CLOUDFORMATION_STACK_1_0",
|
|
27
21
|
TAG_FILTERS_1_0 = "TAG_FILTERS_1_0",
|
|
28
22
|
}
|
|
29
|
-
|
|
30
23
|
export interface ResourceQuery {
|
|
31
24
|
Type: QueryType | string | undefined;
|
|
32
|
-
|
|
33
25
|
Query: string | undefined;
|
|
34
26
|
}
|
|
35
27
|
export interface CreateGroupInput {
|
|
36
28
|
Name: string | undefined;
|
|
37
|
-
|
|
38
29
|
Description?: string;
|
|
39
|
-
|
|
40
30
|
ResourceQuery?: ResourceQuery;
|
|
41
|
-
|
|
42
31
|
Tags?: Record<string, string>;
|
|
43
|
-
|
|
44
32
|
Configuration?: GroupConfigurationItem[];
|
|
45
33
|
}
|
|
46
|
-
|
|
47
34
|
export interface Group {
|
|
48
35
|
GroupArn: string | undefined;
|
|
49
|
-
|
|
50
36
|
Name: string | undefined;
|
|
51
|
-
|
|
52
37
|
Description?: string;
|
|
53
38
|
}
|
|
54
39
|
export declare enum GroupConfigurationStatus {
|
|
@@ -56,82 +41,63 @@ export declare enum GroupConfigurationStatus {
|
|
|
56
41
|
UPDATE_FAILED = "UPDATE_FAILED",
|
|
57
42
|
UPDATING = "UPDATING",
|
|
58
43
|
}
|
|
59
|
-
|
|
60
44
|
export interface GroupConfiguration {
|
|
61
45
|
Configuration?: GroupConfigurationItem[];
|
|
62
|
-
|
|
63
46
|
ProposedConfiguration?: GroupConfigurationItem[];
|
|
64
|
-
|
|
65
47
|
Status?: GroupConfigurationStatus | string;
|
|
66
|
-
|
|
67
48
|
FailureReason?: string;
|
|
68
49
|
}
|
|
69
50
|
export interface CreateGroupOutput {
|
|
70
51
|
Group?: Group;
|
|
71
|
-
|
|
72
52
|
ResourceQuery?: ResourceQuery;
|
|
73
|
-
|
|
74
53
|
Tags?: Record<string, string>;
|
|
75
|
-
|
|
76
54
|
GroupConfiguration?: GroupConfiguration;
|
|
77
55
|
}
|
|
78
|
-
|
|
79
56
|
export declare class ForbiddenException extends __BaseException {
|
|
80
57
|
readonly name: "ForbiddenException";
|
|
81
58
|
readonly $fault: "client";
|
|
82
59
|
Message?: string;
|
|
83
|
-
|
|
84
60
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
85
61
|
}
|
|
86
|
-
|
|
87
62
|
export declare class InternalServerErrorException extends __BaseException {
|
|
88
63
|
readonly name: "InternalServerErrorException";
|
|
89
64
|
readonly $fault: "server";
|
|
90
65
|
Message?: string;
|
|
91
|
-
|
|
92
66
|
constructor(
|
|
93
67
|
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
94
68
|
);
|
|
95
69
|
}
|
|
96
|
-
|
|
97
70
|
export declare class MethodNotAllowedException extends __BaseException {
|
|
98
71
|
readonly name: "MethodNotAllowedException";
|
|
99
72
|
readonly $fault: "client";
|
|
100
73
|
Message?: string;
|
|
101
|
-
|
|
102
74
|
constructor(
|
|
103
75
|
opts: __ExceptionOptionType<MethodNotAllowedException, __BaseException>
|
|
104
76
|
);
|
|
105
77
|
}
|
|
106
|
-
|
|
107
78
|
export declare class TooManyRequestsException extends __BaseException {
|
|
108
79
|
readonly name: "TooManyRequestsException";
|
|
109
80
|
readonly $fault: "client";
|
|
110
81
|
Message?: string;
|
|
111
|
-
|
|
112
82
|
constructor(
|
|
113
83
|
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
114
84
|
);
|
|
115
85
|
}
|
|
116
86
|
export interface DeleteGroupInput {
|
|
117
87
|
GroupName?: string;
|
|
118
|
-
|
|
119
88
|
Group?: string;
|
|
120
89
|
}
|
|
121
90
|
export interface DeleteGroupOutput {
|
|
122
91
|
Group?: Group;
|
|
123
92
|
}
|
|
124
|
-
|
|
125
93
|
export declare class NotFoundException extends __BaseException {
|
|
126
94
|
readonly name: "NotFoundException";
|
|
127
95
|
readonly $fault: "client";
|
|
128
96
|
Message?: string;
|
|
129
|
-
|
|
130
97
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
131
98
|
}
|
|
132
99
|
export interface GetGroupInput {
|
|
133
100
|
GroupName?: string;
|
|
134
|
-
|
|
135
101
|
Group?: string;
|
|
136
102
|
}
|
|
137
103
|
export interface GetGroupOutput {
|
|
@@ -145,13 +111,10 @@ export interface GetGroupConfigurationOutput {
|
|
|
145
111
|
}
|
|
146
112
|
export interface GetGroupQueryInput {
|
|
147
113
|
GroupName?: string;
|
|
148
|
-
|
|
149
114
|
Group?: string;
|
|
150
115
|
}
|
|
151
|
-
|
|
152
116
|
export interface GroupQuery {
|
|
153
117
|
GroupName: string | undefined;
|
|
154
|
-
|
|
155
118
|
ResourceQuery: ResourceQuery | undefined;
|
|
156
119
|
}
|
|
157
120
|
export interface GetGroupQueryOutput {
|
|
@@ -162,97 +125,71 @@ export interface GetTagsInput {
|
|
|
162
125
|
}
|
|
163
126
|
export interface GetTagsOutput {
|
|
164
127
|
Arn?: string;
|
|
165
|
-
|
|
166
128
|
Tags?: Record<string, string>;
|
|
167
129
|
}
|
|
168
130
|
export interface GroupResourcesInput {
|
|
169
131
|
Group: string | undefined;
|
|
170
|
-
|
|
171
132
|
ResourceArns: string[] | undefined;
|
|
172
133
|
}
|
|
173
|
-
|
|
174
134
|
export interface FailedResource {
|
|
175
135
|
ResourceArn?: string;
|
|
176
|
-
|
|
177
136
|
ErrorMessage?: string;
|
|
178
|
-
|
|
179
137
|
ErrorCode?: string;
|
|
180
138
|
}
|
|
181
|
-
|
|
182
139
|
export interface PendingResource {
|
|
183
140
|
ResourceArn?: string;
|
|
184
141
|
}
|
|
185
142
|
export interface GroupResourcesOutput {
|
|
186
143
|
Succeeded?: string[];
|
|
187
|
-
|
|
188
144
|
Failed?: FailedResource[];
|
|
189
|
-
|
|
190
145
|
Pending?: PendingResource[];
|
|
191
146
|
}
|
|
192
147
|
export declare enum ResourceFilterName {
|
|
193
148
|
ResourceType = "resource-type",
|
|
194
149
|
}
|
|
195
|
-
|
|
196
150
|
export interface ResourceFilter {
|
|
197
151
|
Name: ResourceFilterName | string | undefined;
|
|
198
|
-
|
|
199
152
|
Values: string[] | undefined;
|
|
200
153
|
}
|
|
201
154
|
export interface ListGroupResourcesInput {
|
|
202
155
|
GroupName?: string;
|
|
203
|
-
|
|
204
156
|
Group?: string;
|
|
205
|
-
|
|
206
157
|
Filters?: ResourceFilter[];
|
|
207
|
-
|
|
208
158
|
MaxResults?: number;
|
|
209
|
-
|
|
210
159
|
NextToken?: string;
|
|
211
160
|
}
|
|
212
161
|
export declare enum QueryErrorCode {
|
|
213
162
|
CLOUDFORMATION_STACK_INACTIVE = "CLOUDFORMATION_STACK_INACTIVE",
|
|
214
163
|
CLOUDFORMATION_STACK_NOT_EXISTING = "CLOUDFORMATION_STACK_NOT_EXISTING",
|
|
215
164
|
}
|
|
216
|
-
|
|
217
165
|
export interface QueryError {
|
|
218
166
|
ErrorCode?: QueryErrorCode | string;
|
|
219
|
-
|
|
220
167
|
Message?: string;
|
|
221
168
|
}
|
|
222
|
-
|
|
223
169
|
export interface ResourceIdentifier {
|
|
224
170
|
ResourceArn?: string;
|
|
225
|
-
|
|
226
171
|
ResourceType?: string;
|
|
227
172
|
}
|
|
228
173
|
export declare enum ResourceStatusValue {
|
|
229
174
|
Pending = "PENDING",
|
|
230
175
|
}
|
|
231
|
-
|
|
232
176
|
export interface ResourceStatus {
|
|
233
177
|
Name?: ResourceStatusValue | string;
|
|
234
178
|
}
|
|
235
|
-
|
|
236
179
|
export interface ListGroupResourcesItem {
|
|
237
180
|
Identifier?: ResourceIdentifier;
|
|
238
|
-
|
|
239
181
|
Status?: ResourceStatus;
|
|
240
182
|
}
|
|
241
183
|
export interface ListGroupResourcesOutput {
|
|
242
184
|
Resources?: ListGroupResourcesItem[];
|
|
243
|
-
|
|
244
185
|
ResourceIdentifiers?: ResourceIdentifier[];
|
|
245
|
-
|
|
246
186
|
NextToken?: string;
|
|
247
|
-
|
|
248
187
|
QueryErrors?: QueryError[];
|
|
249
188
|
}
|
|
250
|
-
|
|
251
189
|
export declare class UnauthorizedException extends __BaseException {
|
|
252
190
|
readonly name: "UnauthorizedException";
|
|
253
191
|
readonly $fault: "client";
|
|
254
192
|
Message?: string;
|
|
255
|
-
|
|
256
193
|
constructor(
|
|
257
194
|
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
258
195
|
);
|
|
@@ -261,89 +198,67 @@ export declare enum GroupFilterName {
|
|
|
261
198
|
ConfigurationType = "configuration-type",
|
|
262
199
|
ResourceType = "resource-type",
|
|
263
200
|
}
|
|
264
|
-
|
|
265
201
|
export interface GroupFilter {
|
|
266
202
|
Name: GroupFilterName | string | undefined;
|
|
267
|
-
|
|
268
203
|
Values: string[] | undefined;
|
|
269
204
|
}
|
|
270
205
|
export interface ListGroupsInput {
|
|
271
206
|
Filters?: GroupFilter[];
|
|
272
|
-
|
|
273
207
|
MaxResults?: number;
|
|
274
|
-
|
|
275
208
|
NextToken?: string;
|
|
276
209
|
}
|
|
277
|
-
|
|
278
210
|
export interface GroupIdentifier {
|
|
279
211
|
GroupName?: string;
|
|
280
|
-
|
|
281
212
|
GroupArn?: string;
|
|
282
213
|
}
|
|
283
214
|
export interface ListGroupsOutput {
|
|
284
215
|
GroupIdentifiers?: GroupIdentifier[];
|
|
285
|
-
|
|
286
216
|
Groups?: Group[];
|
|
287
|
-
|
|
288
217
|
NextToken?: string;
|
|
289
218
|
}
|
|
290
219
|
export interface PutGroupConfigurationInput {
|
|
291
220
|
Group?: string;
|
|
292
|
-
|
|
293
221
|
Configuration?: GroupConfigurationItem[];
|
|
294
222
|
}
|
|
295
223
|
export interface PutGroupConfigurationOutput {}
|
|
296
224
|
export interface SearchResourcesInput {
|
|
297
225
|
ResourceQuery: ResourceQuery | undefined;
|
|
298
|
-
|
|
299
226
|
MaxResults?: number;
|
|
300
|
-
|
|
301
227
|
NextToken?: string;
|
|
302
228
|
}
|
|
303
229
|
export interface SearchResourcesOutput {
|
|
304
230
|
ResourceIdentifiers?: ResourceIdentifier[];
|
|
305
|
-
|
|
306
231
|
NextToken?: string;
|
|
307
|
-
|
|
308
232
|
QueryErrors?: QueryError[];
|
|
309
233
|
}
|
|
310
234
|
export interface TagInput {
|
|
311
235
|
Arn: string | undefined;
|
|
312
|
-
|
|
313
236
|
Tags: Record<string, string> | undefined;
|
|
314
237
|
}
|
|
315
238
|
export interface TagOutput {
|
|
316
239
|
Arn?: string;
|
|
317
|
-
|
|
318
240
|
Tags?: Record<string, string>;
|
|
319
241
|
}
|
|
320
242
|
export interface UngroupResourcesInput {
|
|
321
243
|
Group: string | undefined;
|
|
322
|
-
|
|
323
244
|
ResourceArns: string[] | undefined;
|
|
324
245
|
}
|
|
325
246
|
export interface UngroupResourcesOutput {
|
|
326
247
|
Succeeded?: string[];
|
|
327
|
-
|
|
328
248
|
Failed?: FailedResource[];
|
|
329
|
-
|
|
330
249
|
Pending?: PendingResource[];
|
|
331
250
|
}
|
|
332
251
|
export interface UntagInput {
|
|
333
252
|
Arn: string | undefined;
|
|
334
|
-
|
|
335
253
|
Keys: string[] | undefined;
|
|
336
254
|
}
|
|
337
255
|
export interface UntagOutput {
|
|
338
256
|
Arn?: string;
|
|
339
|
-
|
|
340
257
|
Keys?: string[];
|
|
341
258
|
}
|
|
342
259
|
export interface UpdateGroupInput {
|
|
343
260
|
GroupName?: string;
|
|
344
|
-
|
|
345
261
|
Group?: string;
|
|
346
|
-
|
|
347
262
|
Description?: string;
|
|
348
263
|
}
|
|
349
264
|
export interface UpdateGroupOutput {
|
|
@@ -351,181 +266,132 @@ export interface UpdateGroupOutput {
|
|
|
351
266
|
}
|
|
352
267
|
export interface UpdateGroupQueryInput {
|
|
353
268
|
GroupName?: string;
|
|
354
|
-
|
|
355
269
|
Group?: string;
|
|
356
|
-
|
|
357
270
|
ResourceQuery: ResourceQuery | undefined;
|
|
358
271
|
}
|
|
359
272
|
export interface UpdateGroupQueryOutput {
|
|
360
273
|
GroupQuery?: GroupQuery;
|
|
361
274
|
}
|
|
362
|
-
|
|
363
275
|
export declare const GroupConfigurationParameterFilterSensitiveLog: (
|
|
364
276
|
obj: GroupConfigurationParameter
|
|
365
277
|
) => any;
|
|
366
|
-
|
|
367
278
|
export declare const GroupConfigurationItemFilterSensitiveLog: (
|
|
368
279
|
obj: GroupConfigurationItem
|
|
369
280
|
) => any;
|
|
370
|
-
|
|
371
281
|
export declare const ResourceQueryFilterSensitiveLog: (
|
|
372
282
|
obj: ResourceQuery
|
|
373
283
|
) => any;
|
|
374
|
-
|
|
375
284
|
export declare const CreateGroupInputFilterSensitiveLog: (
|
|
376
285
|
obj: CreateGroupInput
|
|
377
286
|
) => any;
|
|
378
|
-
|
|
379
287
|
export declare const GroupFilterSensitiveLog: (obj: Group) => any;
|
|
380
|
-
|
|
381
288
|
export declare const GroupConfigurationFilterSensitiveLog: (
|
|
382
289
|
obj: GroupConfiguration
|
|
383
290
|
) => any;
|
|
384
|
-
|
|
385
291
|
export declare const CreateGroupOutputFilterSensitiveLog: (
|
|
386
292
|
obj: CreateGroupOutput
|
|
387
293
|
) => any;
|
|
388
|
-
|
|
389
294
|
export declare const DeleteGroupInputFilterSensitiveLog: (
|
|
390
295
|
obj: DeleteGroupInput
|
|
391
296
|
) => any;
|
|
392
|
-
|
|
393
297
|
export declare const DeleteGroupOutputFilterSensitiveLog: (
|
|
394
298
|
obj: DeleteGroupOutput
|
|
395
299
|
) => any;
|
|
396
|
-
|
|
397
300
|
export declare const GetGroupInputFilterSensitiveLog: (
|
|
398
301
|
obj: GetGroupInput
|
|
399
302
|
) => any;
|
|
400
|
-
|
|
401
303
|
export declare const GetGroupOutputFilterSensitiveLog: (
|
|
402
304
|
obj: GetGroupOutput
|
|
403
305
|
) => any;
|
|
404
|
-
|
|
405
306
|
export declare const GetGroupConfigurationInputFilterSensitiveLog: (
|
|
406
307
|
obj: GetGroupConfigurationInput
|
|
407
308
|
) => any;
|
|
408
|
-
|
|
409
309
|
export declare const GetGroupConfigurationOutputFilterSensitiveLog: (
|
|
410
310
|
obj: GetGroupConfigurationOutput
|
|
411
311
|
) => any;
|
|
412
|
-
|
|
413
312
|
export declare const GetGroupQueryInputFilterSensitiveLog: (
|
|
414
313
|
obj: GetGroupQueryInput
|
|
415
314
|
) => any;
|
|
416
|
-
|
|
417
315
|
export declare const GroupQueryFilterSensitiveLog: (obj: GroupQuery) => any;
|
|
418
|
-
|
|
419
316
|
export declare const GetGroupQueryOutputFilterSensitiveLog: (
|
|
420
317
|
obj: GetGroupQueryOutput
|
|
421
318
|
) => any;
|
|
422
|
-
|
|
423
319
|
export declare const GetTagsInputFilterSensitiveLog: (obj: GetTagsInput) => any;
|
|
424
|
-
|
|
425
320
|
export declare const GetTagsOutputFilterSensitiveLog: (
|
|
426
321
|
obj: GetTagsOutput
|
|
427
322
|
) => any;
|
|
428
|
-
|
|
429
323
|
export declare const GroupResourcesInputFilterSensitiveLog: (
|
|
430
324
|
obj: GroupResourcesInput
|
|
431
325
|
) => any;
|
|
432
|
-
|
|
433
326
|
export declare const FailedResourceFilterSensitiveLog: (
|
|
434
327
|
obj: FailedResource
|
|
435
328
|
) => any;
|
|
436
|
-
|
|
437
329
|
export declare const PendingResourceFilterSensitiveLog: (
|
|
438
330
|
obj: PendingResource
|
|
439
331
|
) => any;
|
|
440
|
-
|
|
441
332
|
export declare const GroupResourcesOutputFilterSensitiveLog: (
|
|
442
333
|
obj: GroupResourcesOutput
|
|
443
334
|
) => any;
|
|
444
|
-
|
|
445
335
|
export declare const ResourceFilterFilterSensitiveLog: (
|
|
446
336
|
obj: ResourceFilter
|
|
447
337
|
) => any;
|
|
448
|
-
|
|
449
338
|
export declare const ListGroupResourcesInputFilterSensitiveLog: (
|
|
450
339
|
obj: ListGroupResourcesInput
|
|
451
340
|
) => any;
|
|
452
|
-
|
|
453
341
|
export declare const QueryErrorFilterSensitiveLog: (obj: QueryError) => any;
|
|
454
|
-
|
|
455
342
|
export declare const ResourceIdentifierFilterSensitiveLog: (
|
|
456
343
|
obj: ResourceIdentifier
|
|
457
344
|
) => any;
|
|
458
|
-
|
|
459
345
|
export declare const ResourceStatusFilterSensitiveLog: (
|
|
460
346
|
obj: ResourceStatus
|
|
461
347
|
) => any;
|
|
462
|
-
|
|
463
348
|
export declare const ListGroupResourcesItemFilterSensitiveLog: (
|
|
464
349
|
obj: ListGroupResourcesItem
|
|
465
350
|
) => any;
|
|
466
|
-
|
|
467
351
|
export declare const ListGroupResourcesOutputFilterSensitiveLog: (
|
|
468
352
|
obj: ListGroupResourcesOutput
|
|
469
353
|
) => any;
|
|
470
|
-
|
|
471
354
|
export declare const GroupFilterFilterSensitiveLog: (obj: GroupFilter) => any;
|
|
472
|
-
|
|
473
355
|
export declare const ListGroupsInputFilterSensitiveLog: (
|
|
474
356
|
obj: ListGroupsInput
|
|
475
357
|
) => any;
|
|
476
|
-
|
|
477
358
|
export declare const GroupIdentifierFilterSensitiveLog: (
|
|
478
359
|
obj: GroupIdentifier
|
|
479
360
|
) => any;
|
|
480
|
-
|
|
481
361
|
export declare const ListGroupsOutputFilterSensitiveLog: (
|
|
482
362
|
obj: ListGroupsOutput
|
|
483
363
|
) => any;
|
|
484
|
-
|
|
485
364
|
export declare const PutGroupConfigurationInputFilterSensitiveLog: (
|
|
486
365
|
obj: PutGroupConfigurationInput
|
|
487
366
|
) => any;
|
|
488
|
-
|
|
489
367
|
export declare const PutGroupConfigurationOutputFilterSensitiveLog: (
|
|
490
368
|
obj: PutGroupConfigurationOutput
|
|
491
369
|
) => any;
|
|
492
|
-
|
|
493
370
|
export declare const SearchResourcesInputFilterSensitiveLog: (
|
|
494
371
|
obj: SearchResourcesInput
|
|
495
372
|
) => any;
|
|
496
|
-
|
|
497
373
|
export declare const SearchResourcesOutputFilterSensitiveLog: (
|
|
498
374
|
obj: SearchResourcesOutput
|
|
499
375
|
) => any;
|
|
500
|
-
|
|
501
376
|
export declare const TagInputFilterSensitiveLog: (obj: TagInput) => any;
|
|
502
|
-
|
|
503
377
|
export declare const TagOutputFilterSensitiveLog: (obj: TagOutput) => any;
|
|
504
|
-
|
|
505
378
|
export declare const UngroupResourcesInputFilterSensitiveLog: (
|
|
506
379
|
obj: UngroupResourcesInput
|
|
507
380
|
) => any;
|
|
508
|
-
|
|
509
381
|
export declare const UngroupResourcesOutputFilterSensitiveLog: (
|
|
510
382
|
obj: UngroupResourcesOutput
|
|
511
383
|
) => any;
|
|
512
|
-
|
|
513
384
|
export declare const UntagInputFilterSensitiveLog: (obj: UntagInput) => any;
|
|
514
|
-
|
|
515
385
|
export declare const UntagOutputFilterSensitiveLog: (obj: UntagOutput) => any;
|
|
516
|
-
|
|
517
386
|
export declare const UpdateGroupInputFilterSensitiveLog: (
|
|
518
387
|
obj: UpdateGroupInput
|
|
519
388
|
) => any;
|
|
520
|
-
|
|
521
389
|
export declare const UpdateGroupOutputFilterSensitiveLog: (
|
|
522
390
|
obj: UpdateGroupOutput
|
|
523
391
|
) => any;
|
|
524
|
-
|
|
525
392
|
export declare const UpdateGroupQueryInputFilterSensitiveLog: (
|
|
526
393
|
obj: UpdateGroupQueryInput
|
|
527
394
|
) => any;
|
|
528
|
-
|
|
529
395
|
export declare const UpdateGroupQueryOutputFilterSensitiveLog: (
|
|
530
396
|
obj: UpdateGroupQueryOutput
|
|
531
397
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ResourceGroupsClientConfig } from "./ResourceGroupsClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ResourceGroupsClientConfig } from "./ResourceGroupsClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ResourceGroupsClientConfig } from "./ResourceGroupsClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
|
|
4
3
|
runtime: string;
|
|
5
4
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
|
|
|
52
51
|
| undefined;
|
|
53
52
|
signer?:
|
|
54
53
|
| import("@aws-sdk/types").RequestSigner
|
|
55
|
-
|
|
|
54
|
+
| ((
|
|
55
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
56
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
56
57
|
| undefined;
|
|
57
58
|
signingEscapePath?: boolean | undefined;
|
|
58
59
|
systemClockOffset?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.178.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|