@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
|
@@ -1,89 +1,195 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
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
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateGroupCommandInput,
|
|
47
|
+
CreateGroupCommandOutput,
|
|
48
|
+
} from "./commands/CreateGroupCommand";
|
|
49
|
+
import {
|
|
50
|
+
DeleteGroupCommandInput,
|
|
51
|
+
DeleteGroupCommandOutput,
|
|
52
|
+
} from "./commands/DeleteGroupCommand";
|
|
53
|
+
import {
|
|
54
|
+
GetGroupCommandInput,
|
|
55
|
+
GetGroupCommandOutput,
|
|
56
|
+
} from "./commands/GetGroupCommand";
|
|
57
|
+
import {
|
|
58
|
+
GetGroupConfigurationCommandInput,
|
|
59
|
+
GetGroupConfigurationCommandOutput,
|
|
60
|
+
} from "./commands/GetGroupConfigurationCommand";
|
|
61
|
+
import {
|
|
62
|
+
GetGroupQueryCommandInput,
|
|
63
|
+
GetGroupQueryCommandOutput,
|
|
64
|
+
} from "./commands/GetGroupQueryCommand";
|
|
65
|
+
import {
|
|
66
|
+
GetTagsCommandInput,
|
|
67
|
+
GetTagsCommandOutput,
|
|
68
|
+
} from "./commands/GetTagsCommand";
|
|
69
|
+
import {
|
|
70
|
+
GroupResourcesCommandInput,
|
|
71
|
+
GroupResourcesCommandOutput,
|
|
72
|
+
} from "./commands/GroupResourcesCommand";
|
|
73
|
+
import {
|
|
74
|
+
ListGroupResourcesCommandInput,
|
|
75
|
+
ListGroupResourcesCommandOutput,
|
|
76
|
+
} from "./commands/ListGroupResourcesCommand";
|
|
77
|
+
import {
|
|
78
|
+
ListGroupsCommandInput,
|
|
79
|
+
ListGroupsCommandOutput,
|
|
80
|
+
} from "./commands/ListGroupsCommand";
|
|
81
|
+
import {
|
|
82
|
+
PutGroupConfigurationCommandInput,
|
|
83
|
+
PutGroupConfigurationCommandOutput,
|
|
84
|
+
} from "./commands/PutGroupConfigurationCommand";
|
|
85
|
+
import {
|
|
86
|
+
SearchResourcesCommandInput,
|
|
87
|
+
SearchResourcesCommandOutput,
|
|
88
|
+
} from "./commands/SearchResourcesCommand";
|
|
89
|
+
import { TagCommandInput, TagCommandOutput } from "./commands/TagCommand";
|
|
90
|
+
import {
|
|
91
|
+
UngroupResourcesCommandInput,
|
|
92
|
+
UngroupResourcesCommandOutput,
|
|
93
|
+
} from "./commands/UngroupResourcesCommand";
|
|
94
|
+
import { UntagCommandInput, UntagCommandOutput } from "./commands/UntagCommand";
|
|
95
|
+
import {
|
|
96
|
+
UpdateGroupCommandInput,
|
|
97
|
+
UpdateGroupCommandOutput,
|
|
98
|
+
} from "./commands/UpdateGroupCommand";
|
|
99
|
+
import {
|
|
100
|
+
UpdateGroupQueryCommandInput,
|
|
101
|
+
UpdateGroupQueryCommandOutput,
|
|
102
|
+
} from "./commands/UpdateGroupQueryCommand";
|
|
103
|
+
export declare type ServiceInputTypes =
|
|
104
|
+
| CreateGroupCommandInput
|
|
105
|
+
| DeleteGroupCommandInput
|
|
106
|
+
| GetGroupCommandInput
|
|
107
|
+
| GetGroupConfigurationCommandInput
|
|
108
|
+
| GetGroupQueryCommandInput
|
|
109
|
+
| GetTagsCommandInput
|
|
110
|
+
| GroupResourcesCommandInput
|
|
111
|
+
| ListGroupResourcesCommandInput
|
|
112
|
+
| ListGroupsCommandInput
|
|
113
|
+
| PutGroupConfigurationCommandInput
|
|
114
|
+
| SearchResourcesCommandInput
|
|
115
|
+
| TagCommandInput
|
|
116
|
+
| UngroupResourcesCommandInput
|
|
117
|
+
| UntagCommandInput
|
|
118
|
+
| UpdateGroupCommandInput
|
|
119
|
+
| UpdateGroupQueryCommandInput;
|
|
120
|
+
export declare type ServiceOutputTypes =
|
|
121
|
+
| CreateGroupCommandOutput
|
|
122
|
+
| DeleteGroupCommandOutput
|
|
123
|
+
| GetGroupCommandOutput
|
|
124
|
+
| GetGroupConfigurationCommandOutput
|
|
125
|
+
| GetGroupQueryCommandOutput
|
|
126
|
+
| GetTagsCommandOutput
|
|
127
|
+
| GroupResourcesCommandOutput
|
|
128
|
+
| ListGroupResourcesCommandOutput
|
|
129
|
+
| ListGroupsCommandOutput
|
|
130
|
+
| PutGroupConfigurationCommandOutput
|
|
131
|
+
| SearchResourcesCommandOutput
|
|
132
|
+
| TagCommandOutput
|
|
133
|
+
| UngroupResourcesCommandOutput
|
|
134
|
+
| UntagCommandOutput
|
|
135
|
+
| UpdateGroupCommandOutput
|
|
136
|
+
| UpdateGroupQueryCommandOutput;
|
|
137
|
+
export interface ClientDefaults
|
|
138
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
139
|
+
requestHandler?: __HttpHandler;
|
|
140
|
+
sha256?: __HashConstructor;
|
|
141
|
+
urlParser?: __UrlParser;
|
|
142
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
143
|
+
streamCollector?: __StreamCollector;
|
|
144
|
+
base64Decoder?: __Decoder;
|
|
145
|
+
base64Encoder?: __Encoder;
|
|
146
|
+
utf8Decoder?: __Decoder;
|
|
147
|
+
utf8Encoder?: __Encoder;
|
|
148
|
+
runtime?: string;
|
|
149
|
+
disableHostPrefix?: boolean;
|
|
150
|
+
maxAttempts?: number | __Provider<number>;
|
|
151
|
+
retryMode?: string | __Provider<string>;
|
|
152
|
+
logger?: __Logger;
|
|
153
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
154
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
155
|
+
serviceId?: string;
|
|
156
|
+
region?: string | __Provider<string>;
|
|
157
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
158
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
159
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
160
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
161
|
+
}
|
|
162
|
+
declare type ResourceGroupsClientConfigType = Partial<
|
|
163
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
164
|
+
> &
|
|
165
|
+
ClientDefaults &
|
|
166
|
+
RegionInputConfig &
|
|
167
|
+
EndpointsInputConfig &
|
|
168
|
+
RetryInputConfig &
|
|
169
|
+
HostHeaderInputConfig &
|
|
170
|
+
AwsAuthInputConfig &
|
|
171
|
+
UserAgentInputConfig;
|
|
172
|
+
export interface ResourceGroupsClientConfig
|
|
173
|
+
extends ResourceGroupsClientConfigType {}
|
|
174
|
+
declare type ResourceGroupsClientResolvedConfigType =
|
|
175
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
176
|
+
Required<ClientDefaults> &
|
|
177
|
+
RegionResolvedConfig &
|
|
178
|
+
EndpointsResolvedConfig &
|
|
179
|
+
RetryResolvedConfig &
|
|
180
|
+
HostHeaderResolvedConfig &
|
|
181
|
+
AwsAuthResolvedConfig &
|
|
182
|
+
UserAgentResolvedConfig;
|
|
183
|
+
export interface ResourceGroupsClientResolvedConfig
|
|
184
|
+
extends ResourceGroupsClientResolvedConfigType {}
|
|
185
|
+
export declare class ResourceGroupsClient extends __Client<
|
|
186
|
+
__HttpHandlerOptions,
|
|
187
|
+
ServiceInputTypes,
|
|
188
|
+
ServiceOutputTypes,
|
|
189
|
+
ResourceGroupsClientResolvedConfig
|
|
190
|
+
> {
|
|
191
|
+
readonly config: ResourceGroupsClientResolvedConfig;
|
|
192
|
+
constructor(configuration: ResourceGroupsClientConfig);
|
|
193
|
+
destroy(): void;
|
|
194
|
+
}
|
|
195
|
+
export {};
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateGroupInput, CreateGroupOutput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ResourceGroupsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ResourceGroupsClient";
|
|
14
|
+
export interface CreateGroupCommandInput extends CreateGroupInput {}
|
|
15
|
+
export interface CreateGroupCommandOutput
|
|
16
|
+
extends CreateGroupOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateGroupCommand extends $Command<
|
|
19
|
+
CreateGroupCommandInput,
|
|
20
|
+
CreateGroupCommandOutput,
|
|
21
|
+
ResourceGroupsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateGroupCommandInput;
|
|
24
|
+
constructor(input: CreateGroupCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ResourceGroupsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DeleteGroupInput, DeleteGroupOutput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ResourceGroupsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ResourceGroupsClient";
|
|
14
|
+
export interface DeleteGroupCommandInput extends DeleteGroupInput {}
|
|
15
|
+
export interface DeleteGroupCommandOutput
|
|
16
|
+
extends DeleteGroupOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DeleteGroupCommand extends $Command<
|
|
19
|
+
DeleteGroupCommandInput,
|
|
20
|
+
DeleteGroupCommandOutput,
|
|
21
|
+
ResourceGroupsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteGroupCommandInput;
|
|
24
|
+
constructor(input: DeleteGroupCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ResourceGroupsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { GetGroupInput, GetGroupOutput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ResourceGroupsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ResourceGroupsClient";
|
|
14
|
+
export interface GetGroupCommandInput extends GetGroupInput {}
|
|
15
|
+
export interface GetGroupCommandOutput
|
|
16
|
+
extends GetGroupOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetGroupCommand extends $Command<
|
|
19
|
+
GetGroupCommandInput,
|
|
20
|
+
GetGroupCommandOutput,
|
|
21
|
+
ResourceGroupsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetGroupCommandInput;
|
|
24
|
+
constructor(input: GetGroupCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ResourceGroupsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetGroupConfigurationInput,
|
|
10
|
+
GetGroupConfigurationOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResourceGroupsClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResourceGroupsClient";
|
|
17
|
+
export interface GetGroupConfigurationCommandInput
|
|
18
|
+
extends GetGroupConfigurationInput {}
|
|
19
|
+
export interface GetGroupConfigurationCommandOutput
|
|
20
|
+
extends GetGroupConfigurationOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetGroupConfigurationCommand extends $Command<
|
|
23
|
+
GetGroupConfigurationCommandInput,
|
|
24
|
+
GetGroupConfigurationCommandOutput,
|
|
25
|
+
ResourceGroupsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetGroupConfigurationCommandInput;
|
|
28
|
+
constructor(input: GetGroupConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ResourceGroupsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetGroupConfigurationCommandInput,
|
|
35
|
+
GetGroupConfigurationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { GetGroupQueryInput, GetGroupQueryOutput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ResourceGroupsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ResourceGroupsClient";
|
|
14
|
+
export interface GetGroupQueryCommandInput extends GetGroupQueryInput {}
|
|
15
|
+
export interface GetGroupQueryCommandOutput
|
|
16
|
+
extends GetGroupQueryOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetGroupQueryCommand extends $Command<
|
|
19
|
+
GetGroupQueryCommandInput,
|
|
20
|
+
GetGroupQueryCommandOutput,
|
|
21
|
+
ResourceGroupsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetGroupQueryCommandInput;
|
|
24
|
+
constructor(input: GetGroupQueryCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ResourceGroupsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetGroupQueryCommandInput, GetGroupQueryCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { GetTagsInput, GetTagsOutput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ResourceGroupsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ResourceGroupsClient";
|
|
14
|
+
export interface GetTagsCommandInput extends GetTagsInput {}
|
|
15
|
+
export interface GetTagsCommandOutput extends GetTagsOutput, __MetadataBearer {}
|
|
16
|
+
export declare class GetTagsCommand extends $Command<
|
|
17
|
+
GetTagsCommandInput,
|
|
18
|
+
GetTagsCommandOutput,
|
|
19
|
+
ResourceGroupsClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: GetTagsCommandInput;
|
|
22
|
+
constructor(input: GetTagsCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: ResourceGroupsClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<GetTagsCommandInput, GetTagsCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { GroupResourcesInput, GroupResourcesOutput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ResourceGroupsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ResourceGroupsClient";
|
|
14
|
+
export interface GroupResourcesCommandInput extends GroupResourcesInput {}
|
|
15
|
+
export interface GroupResourcesCommandOutput
|
|
16
|
+
extends GroupResourcesOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GroupResourcesCommand extends $Command<
|
|
19
|
+
GroupResourcesCommandInput,
|
|
20
|
+
GroupResourcesCommandOutput,
|
|
21
|
+
ResourceGroupsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GroupResourcesCommandInput;
|
|
24
|
+
constructor(input: GroupResourcesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ResourceGroupsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GroupResourcesCommandInput, GroupResourcesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|