@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.
Files changed (36) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ResourceGroups.d.ts +270 -85
  3. package/dist-types/ts3.4/ResourceGroupsClient.d.ts +195 -89
  4. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/TagCommand.d.ts +30 -17
  16. package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/UntagCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/index.d.ts +16 -16
  21. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  22. package/dist-types/ts3.4/index.d.ts +6 -6
  23. package/dist-types/ts3.4/models/ResourceGroupsServiceException.d.ts +7 -6
  24. package/dist-types/ts3.4/models/index.d.ts +1 -1
  25. package/dist-types/ts3.4/models/models_0.d.ts +397 -492
  26. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  27. package/dist-types/ts3.4/pagination/ListGroupResourcesPaginator.d.ts +11 -4
  28. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
  29. package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +11 -4
  30. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  31. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +194 -50
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  36. package/package.json +34 -34
@@ -1,89 +1,195 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
10
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
11
- import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
12
- import { GetGroupConfigurationCommandInput, GetGroupConfigurationCommandOutput } from "./commands/GetGroupConfigurationCommand";
13
- import { GetGroupQueryCommandInput, GetGroupQueryCommandOutput } from "./commands/GetGroupQueryCommand";
14
- import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
15
- import { GroupResourcesCommandInput, GroupResourcesCommandOutput } from "./commands/GroupResourcesCommand";
16
- import { ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput } from "./commands/ListGroupResourcesCommand";
17
- import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
18
- import { PutGroupConfigurationCommandInput, PutGroupConfigurationCommandOutput } from "./commands/PutGroupConfigurationCommand";
19
- import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "./commands/SearchResourcesCommand";
20
- import { TagCommandInput, TagCommandOutput } from "./commands/TagCommand";
21
- import { UngroupResourcesCommandInput, UngroupResourcesCommandOutput } from "./commands/UngroupResourcesCommand";
22
- import { UntagCommandInput, UntagCommandOutput } from "./commands/UntagCommand";
23
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
24
- import { UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput } from "./commands/UpdateGroupQueryCommand";
25
- export declare type ServiceInputTypes = CreateGroupCommandInput | DeleteGroupCommandInput | GetGroupCommandInput | GetGroupConfigurationCommandInput | GetGroupQueryCommandInput | GetTagsCommandInput | GroupResourcesCommandInput | ListGroupResourcesCommandInput | ListGroupsCommandInput | PutGroupConfigurationCommandInput | SearchResourcesCommandInput | TagCommandInput | UngroupResourcesCommandInput | UntagCommandInput | UpdateGroupCommandInput | UpdateGroupQueryCommandInput;
26
- export declare type ServiceOutputTypes = CreateGroupCommandOutput | DeleteGroupCommandOutput | GetGroupCommandOutput | GetGroupConfigurationCommandOutput | GetGroupQueryCommandOutput | GetTagsCommandOutput | GroupResourcesCommandOutput | ListGroupResourcesCommandOutput | ListGroupsCommandOutput | PutGroupConfigurationCommandOutput | SearchResourcesCommandOutput | TagCommandOutput | UngroupResourcesCommandOutput | UntagCommandOutput | UpdateGroupCommandOutput | UpdateGroupQueryCommandOutput;
27
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
28
-
29
- requestHandler?: __HttpHandler;
30
-
31
- sha256?: __HashConstructor;
32
-
33
- urlParser?: __UrlParser;
34
-
35
- bodyLengthChecker?: __BodyLengthCalculator;
36
-
37
- streamCollector?: __StreamCollector;
38
-
39
- base64Decoder?: __Decoder;
40
-
41
- base64Encoder?: __Encoder;
42
-
43
- utf8Decoder?: __Decoder;
44
-
45
- utf8Encoder?: __Encoder;
46
-
47
- runtime?: string;
48
-
49
- disableHostPrefix?: boolean;
50
-
51
- maxAttempts?: number | __Provider<number>;
52
-
53
- retryMode?: string | __Provider<string>;
54
-
55
- logger?: __Logger;
56
-
57
- useDualstackEndpoint?: boolean | __Provider<boolean>;
58
-
59
- useFipsEndpoint?: boolean | __Provider<boolean>;
60
-
61
- serviceId?: string;
62
-
63
- region?: string | __Provider<string>;
64
-
65
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
66
-
67
- regionInfoProvider?: RegionInfoProvider;
68
-
69
- defaultUserAgentProvider?: Provider<__UserAgent>;
70
-
71
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
72
- }
73
- declare type ResourceGroupsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
74
-
75
- export interface ResourceGroupsClientConfig extends ResourceGroupsClientConfigType {
76
- }
77
- declare type ResourceGroupsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
78
-
79
- export interface ResourceGroupsClientResolvedConfig extends ResourceGroupsClientResolvedConfigType {
80
- }
81
-
82
- export declare class ResourceGroupsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ResourceGroupsClientResolvedConfig> {
83
-
84
- readonly config: ResourceGroupsClientResolvedConfig;
85
- constructor(configuration: ResourceGroupsClientConfig);
86
-
87
- destroy(): void;
88
- }
89
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateGroupInput, CreateGroupOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
- export interface CreateGroupCommandInput extends CreateGroupInput {
6
- }
7
- export interface CreateGroupCommandOutput extends CreateGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, ResourceGroupsClientResolvedConfig> {
11
- readonly input: CreateGroupCommandInput;
12
- constructor(input: CreateGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteGroupInput, DeleteGroupOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
- export interface DeleteGroupCommandInput extends DeleteGroupInput {
6
- }
7
- export interface DeleteGroupCommandOutput extends DeleteGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, ResourceGroupsClientResolvedConfig> {
11
- readonly input: DeleteGroupCommandInput;
12
- constructor(input: DeleteGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetGroupInput, GetGroupOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
- export interface GetGroupCommandInput extends GetGroupInput {
6
- }
7
- export interface GetGroupCommandOutput extends GetGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, ResourceGroupsClientResolvedConfig> {
11
- readonly input: GetGroupCommandInput;
12
- constructor(input: GetGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetGroupConfigurationInput, GetGroupConfigurationOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
- export interface GetGroupConfigurationCommandInput extends GetGroupConfigurationInput {
6
- }
7
- export interface GetGroupConfigurationCommandOutput extends GetGroupConfigurationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetGroupConfigurationCommand extends $Command<GetGroupConfigurationCommandInput, GetGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig> {
11
- readonly input: GetGroupConfigurationCommandInput;
12
- constructor(input: GetGroupConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupConfigurationCommandInput, GetGroupConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetGroupQueryInput, GetGroupQueryOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
- export interface GetGroupQueryCommandInput extends GetGroupQueryInput {
6
- }
7
- export interface GetGroupQueryCommandOutput extends GetGroupQueryOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetGroupQueryCommand extends $Command<GetGroupQueryCommandInput, GetGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig> {
11
- readonly input: GetGroupQueryCommandInput;
12
- constructor(input: GetGroupQueryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupQueryCommandInput, GetGroupQueryCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetTagsInput, GetTagsOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
- export interface GetTagsCommandInput extends GetTagsInput {
6
- }
7
- export interface GetTagsCommandOutput extends GetTagsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, ResourceGroupsClientResolvedConfig> {
11
- readonly input: GetTagsCommandInput;
12
- constructor(input: GetTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTagsCommandInput, GetTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroupResourcesInput, GroupResourcesOutput } from "../models/models_0";
4
- import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
5
- export interface GroupResourcesCommandInput extends GroupResourcesInput {
6
- }
7
- export interface GroupResourcesCommandOutput extends GroupResourcesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GroupResourcesCommand extends $Command<GroupResourcesCommandInput, GroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig> {
11
- readonly input: GroupResourcesCommandInput;
12
- constructor(input: GroupResourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GroupResourcesCommandInput, GroupResourcesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }