@aws-sdk/client-resource-groups 3.477.0 → 3.481.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/dist-cjs/commands/CreateGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteGroupCommand.js +18 -41
- package/dist-cjs/commands/GetAccountSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetGroupCommand.js +18 -41
- package/dist-cjs/commands/GetGroupConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetGroupQueryCommand.js +18 -41
- package/dist-cjs/commands/GetTagsCommand.js +18 -41
- package/dist-cjs/commands/GroupResourcesCommand.js +18 -41
- package/dist-cjs/commands/ListGroupResourcesCommand.js +18 -41
- package/dist-cjs/commands/ListGroupsCommand.js +18 -41
- package/dist-cjs/commands/PutGroupConfigurationCommand.js +18 -41
- package/dist-cjs/commands/SearchResourcesCommand.js +18 -41
- package/dist-cjs/commands/TagCommand.js +18 -41
- package/dist-cjs/commands/UngroupResourcesCommand.js +18 -41
- package/dist-cjs/commands/UntagCommand.js +18 -41
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateGroupCommand.js +18 -41
- package/dist-cjs/commands/UpdateGroupQueryCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListGroupResourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/SearchResourcesPaginator.js +2 -24
- package/dist-es/commands/CreateGroupCommand.js +18 -41
- package/dist-es/commands/DeleteGroupCommand.js +18 -41
- package/dist-es/commands/GetAccountSettingsCommand.js +18 -41
- package/dist-es/commands/GetGroupCommand.js +18 -41
- package/dist-es/commands/GetGroupConfigurationCommand.js +18 -41
- package/dist-es/commands/GetGroupQueryCommand.js +18 -41
- package/dist-es/commands/GetTagsCommand.js +18 -41
- package/dist-es/commands/GroupResourcesCommand.js +18 -41
- package/dist-es/commands/ListGroupResourcesCommand.js +18 -41
- package/dist-es/commands/ListGroupsCommand.js +18 -41
- package/dist-es/commands/PutGroupConfigurationCommand.js +18 -41
- package/dist-es/commands/SearchResourcesCommand.js +18 -41
- package/dist-es/commands/TagCommand.js +18 -41
- package/dist-es/commands/UngroupResourcesCommand.js +18 -41
- package/dist-es/commands/UntagCommand.js +18 -41
- package/dist-es/commands/UpdateAccountSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateGroupCommand.js +18 -41
- package/dist-es/commands/UpdateGroupQueryCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListGroupResourcesPaginator.js +2 -23
- package/dist-es/pagination/ListGroupsPaginator.js +2 -23
- package/dist-es/pagination/SearchResourcesPaginator.js +2 -23
- package/dist-types/commands/CreateGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteGroupCommand.d.ts +6 -21
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetGroupCommand.d.ts +6 -21
- package/dist-types/commands/GetGroupConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetGroupQueryCommand.d.ts +6 -21
- package/dist-types/commands/GetTagsCommand.d.ts +6 -21
- package/dist-types/commands/GroupResourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListGroupResourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListGroupsCommand.d.ts +6 -21
- package/dist-types/commands/PutGroupConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/SearchResourcesCommand.d.ts +6 -21
- package/dist-types/commands/TagCommand.d.ts +6 -21
- package/dist-types/commands/UngroupResourcesCommand.d.ts +6 -21
- package/dist-types/commands/UntagCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateGroupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateGroupQueryCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListGroupResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchResourcesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListGroupResourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { SearchResourcesInput, SearchResourcesOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SearchResourcesCommandInput extends SearchResourcesInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SearchResourcesCommandOutput extends SearchResourcesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SearchResourcesCommand_base: {
|
|
24
|
+
new (input: SearchResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of Amazon Web Services resource identifiers that matches the specified query. The
|
|
@@ -116,23 +119,5 @@ export interface SearchResourcesCommandOutput extends SearchResourcesOutput, __M
|
|
|
116
119
|
* <p>Base exception class for all service exceptions from ResourceGroups service.</p>
|
|
117
120
|
*
|
|
118
121
|
*/
|
|
119
|
-
export declare class SearchResourcesCommand extends
|
|
120
|
-
readonly input: SearchResourcesCommandInput;
|
|
121
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
122
|
-
/**
|
|
123
|
-
* @public
|
|
124
|
-
*/
|
|
125
|
-
constructor(input: SearchResourcesCommandInput);
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchResourcesCommandInput, SearchResourcesCommandOutput>;
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
private serialize;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
private deserialize;
|
|
122
|
+
export declare class SearchResourcesCommand extends SearchResourcesCommand_base {
|
|
138
123
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { TagInput, TagOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagCommandInput extends TagInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagCommandOutput extends TagOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagCommand_base: {
|
|
24
|
+
new (input: TagCommandInput): import("@smithy/smithy-client").CommandImpl<TagCommandInput, TagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds tags to a resource group with the specified ARN. Existing tags on a resource
|
|
@@ -94,23 +97,5 @@ export interface TagCommandOutput extends TagOutput, __MetadataBearer {
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from ResourceGroups service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class TagCommand extends
|
|
98
|
-
readonly input: TagCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: TagCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagCommandInput, TagCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class TagCommand extends TagCommand_base {
|
|
116
101
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UngroupResourcesInput, UngroupResourcesOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UngroupResourcesCommandInput extends UngroupResourcesInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UngroupResourcesCommandOutput extends UngroupResourcesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UngroupResourcesCommand_base: {
|
|
24
|
+
new (input: UngroupResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<UngroupResourcesCommandInput, UngroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified resources from the specified group. This operation works only
|
|
@@ -101,23 +104,5 @@ export interface UngroupResourcesCommandOutput extends UngroupResourcesOutput, _
|
|
|
101
104
|
* <p>Base exception class for all service exceptions from ResourceGroups service.</p>
|
|
102
105
|
*
|
|
103
106
|
*/
|
|
104
|
-
export declare class UngroupResourcesCommand extends
|
|
105
|
-
readonly input: UngroupResourcesCommandInput;
|
|
106
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
-
/**
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
constructor(input: UngroupResourcesCommandInput);
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UngroupResourcesCommandInput, UngroupResourcesCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private serialize;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private deserialize;
|
|
107
|
+
export declare class UngroupResourcesCommand extends UngroupResourcesCommand_base {
|
|
123
108
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UntagInput, UntagOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagCommandInput extends UntagInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagCommand_base: {
|
|
24
|
+
new (input: UntagCommandInput): import("@smithy/smithy-client").CommandImpl<UntagCommandInput, UntagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes tags from a specified resource group.</p>
|
|
@@ -87,23 +90,5 @@ export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from ResourceGroups service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class UntagCommand extends
|
|
91
|
-
readonly input: UntagCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: UntagCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagCommandInput, UntagCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class UntagCommand extends UntagCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateAccountSettingsInput, UpdateAccountSettingsOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateAccountSettingsCommandInput extends UpdateAccountSettings
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSettingsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateAccountSettingsCommand_base: {
|
|
24
|
+
new (input: UpdateAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Turns on or turns off optional features in Resource Groups.</p>
|
|
@@ -75,23 +78,5 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from ResourceGroups service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class UpdateAccountSettingsCommand extends
|
|
79
|
-
readonly input: UpdateAccountSettingsCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: UpdateAccountSettingsCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class UpdateAccountSettingsCommand extends UpdateAccountSettingsCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateGroupInput, UpdateGroupOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateGroupCommandInput extends UpdateGroupInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateGroupCommandOutput extends UpdateGroupOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateGroupCommand_base: {
|
|
24
|
+
new (input: UpdateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the description for an existing group. You cannot update the name of a
|
|
@@ -88,23 +91,5 @@ export interface UpdateGroupCommandOutput extends UpdateGroupOutput, __MetadataB
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from ResourceGroups service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class UpdateGroupCommand extends
|
|
92
|
-
readonly input: UpdateGroupCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: UpdateGroupCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGroupCommandInput, UpdateGroupCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class UpdateGroupCommand extends UpdateGroupCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateGroupQueryInput, UpdateGroupQueryOutput } from "../models/models_0";
|
|
5
4
|
import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateGroupQueryCommandInput extends UpdateGroupQueryInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateGroupQueryCommandOutput extends UpdateGroupQueryOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateGroupQueryCommand_base: {
|
|
24
|
+
new (input: UpdateGroupQueryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the resource query of a group. For more information about resource queries,
|
|
@@ -93,23 +96,5 @@ export interface UpdateGroupQueryCommandOutput extends UpdateGroupQueryOutput, _
|
|
|
93
96
|
* <p>Base exception class for all service exceptions from ResourceGroups service.</p>
|
|
94
97
|
*
|
|
95
98
|
*/
|
|
96
|
-
export declare class UpdateGroupQueryCommand extends
|
|
97
|
-
readonly input: UpdateGroupQueryCommandInput;
|
|
98
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
constructor(input: UpdateGroupQueryCommandInput);
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private serialize;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private deserialize;
|
|
99
|
+
export declare class UpdateGroupQueryCommand extends UpdateGroupQueryCommand_base {
|
|
115
100
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { ResourceGroupsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListGroupResources: (config: ResourceGroupsPaginationConfiguration, input: ListGroupResourcesCommandInput, ...rest: any[]) => Paginator<ListGroupResourcesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { ResourceGroupsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListGroups: (config: ResourceGroupsPaginationConfiguration, input: ListGroupsCommandInput, ...rest: any[]) => Paginator<ListGroupsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { ResourceGroupsPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateSearchResources: (config: ResourceGroupsPaginationConfiguration, input: SearchResourcesCommandInput, ...rest: any[]) => Paginator<SearchResourcesCommandOutput>;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { CreateGroupInput, CreateGroupOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface CreateGroupCommandInput extends CreateGroupInput {}
|
|
|
17
11
|
export interface CreateGroupCommandOutput
|
|
18
12
|
extends CreateGroupOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const CreateGroupCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateGroupCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateGroupCommandInput,
|
|
19
|
+
CreateGroupCommandOutput,
|
|
20
|
+
ResourceGroupsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateGroupCommand extends CreateGroupCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { DeleteGroupInput, DeleteGroupOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface DeleteGroupCommandInput extends DeleteGroupInput {}
|
|
|
17
11
|
export interface DeleteGroupCommandOutput
|
|
18
12
|
extends DeleteGroupOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const DeleteGroupCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteGroupCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DeleteGroupCommandInput,
|
|
19
|
+
DeleteGroupCommandOutput,
|
|
20
|
+
ResourceGroupsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DeleteGroupCommand extends DeleteGroupCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetAccountSettingsOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface GetAccountSettingsCommandInput {}
|
|
|
17
11
|
export interface GetAccountSettingsCommandOutput
|
|
18
12
|
extends GetAccountSettingsOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetAccountSettingsCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetAccountSettingsCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetAccountSettingsCommandInput,
|
|
19
|
+
GetAccountSettingsCommandOutput,
|
|
20
|
+
ResourceGroupsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetGroupInput, GetGroupOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface GetGroupCommandInput extends GetGroupInput {}
|
|
|
17
11
|
export interface GetGroupCommandOutput
|
|
18
12
|
extends GetGroupOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetGroupCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetGroupCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetGroupCommandInput,
|
|
19
|
+
GetGroupCommandOutput,
|
|
20
|
+
ResourceGroupsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetGroupCommand extends GetGroupCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetGroupConfigurationInput,
|
|
11
5
|
GetGroupConfigurationOutput,
|
|
@@ -21,22 +15,16 @@ export interface GetGroupConfigurationCommandInput
|
|
|
21
15
|
export interface GetGroupConfigurationCommandOutput
|
|
22
16
|
extends GetGroupConfigurationOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetGroupConfigurationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetGroupConfigurationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ResourceGroupsClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetGroupConfigurationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetGroupConfigurationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetGroupConfigurationCommandInput,
|
|
38
|
-
GetGroupConfigurationCommandOutput
|
|
23
|
+
GetGroupConfigurationCommandOutput,
|
|
24
|
+
ResourceGroupsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetGroupConfigurationCommand extends GetGroupConfigurationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetGroupQueryInput, GetGroupQueryOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface GetGroupQueryCommandInput extends GetGroupQueryInput {}
|
|
|
17
11
|
export interface GetGroupQueryCommandOutput
|
|
18
12
|
extends GetGroupQueryOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetGroupQueryCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetGroupQueryCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetGroupQueryCommandInput,
|
|
19
|
+
GetGroupQueryCommandOutput,
|
|
20
|
+
ResourceGroupsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetGroupQueryCommand extends GetGroupQueryCommand_base {}
|