@aws-sdk/client-resource-groups 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +62 -63
- package/dist-cjs/models/ResourceGroupsServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ResourceGroups.js +1 -1
- package/dist-es/ResourceGroupsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelTagSyncTaskCommand.js +2 -2
- package/dist-es/commands/CreateGroupCommand.js +2 -2
- package/dist-es/commands/DeleteGroupCommand.js +2 -2
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-es/commands/GetGroupCommand.js +2 -2
- package/dist-es/commands/GetGroupConfigurationCommand.js +2 -2
- package/dist-es/commands/GetGroupQueryCommand.js +2 -2
- package/dist-es/commands/GetTagSyncTaskCommand.js +2 -2
- package/dist-es/commands/GetTagsCommand.js +2 -2
- package/dist-es/commands/GroupResourcesCommand.js +2 -2
- package/dist-es/commands/ListGroupResourcesCommand.js +2 -2
- package/dist-es/commands/ListGroupingStatusesCommand.js +2 -2
- package/dist-es/commands/ListGroupsCommand.js +2 -2
- package/dist-es/commands/ListTagSyncTasksCommand.js +2 -2
- package/dist-es/commands/PutGroupConfigurationCommand.js +2 -2
- package/dist-es/commands/SearchResourcesCommand.js +2 -2
- package/dist-es/commands/StartTagSyncTaskCommand.js +2 -2
- package/dist-es/commands/TagCommand.js +2 -2
- package/dist-es/commands/UngroupResourcesCommand.js +2 -2
- package/dist-es/commands/UntagCommand.js +2 -2
- package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateGroupCommand.js +2 -2
- package/dist-es/commands/UpdateGroupQueryCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ResourceGroupsServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ResourceGroupsClient.d.ts +5 -5
- package/dist-types/commands/CancelTagSyncTaskCommand.d.ts +6 -4
- package/dist-types/commands/CreateGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/GetGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetGroupConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetGroupQueryCommand.d.ts +6 -4
- package/dist-types/commands/GetTagSyncTaskCommand.d.ts +6 -4
- package/dist-types/commands/GetTagsCommand.d.ts +6 -4
- package/dist-types/commands/GroupResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListGroupResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListGroupingStatusesCommand.d.ts +6 -4
- package/dist-types/commands/ListGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagSyncTasksCommand.d.ts +6 -4
- package/dist-types/commands/PutGroupConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/SearchResourcesCommand.d.ts +6 -4
- package/dist-types/commands/StartTagSyncTaskCommand.d.ts +6 -4
- package/dist-types/commands/TagCommand.d.ts +6 -4
- package/dist-types/commands/UngroupResourcesCommand.d.ts +6 -4
- package/dist-types/commands/UntagCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGroupQueryCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ResourceGroupsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ResourceGroupsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelTagSyncTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTagSyncTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGroupingStatusesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagSyncTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartTagSyncTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ResourceGroupsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetGroupQueryInput, GetGroupQueryOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetGroupQueryCommandOutput
|
|
|
15
15
|
declare const GetGroupQueryCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetGroupQueryCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetGroupQueryCommandInput,
|
|
20
20
|
GetGroupQueryCommandOutput,
|
|
21
21
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetGroupQueryCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [GetGroupQueryCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetGroupQueryCommandInput,
|
|
29
29
|
GetGroupQueryCommandOutput,
|
|
30
30
|
ResourceGroupsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetGroupQueryCommand extends GetGroupQueryCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetTagSyncTaskInput, GetTagSyncTaskOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetTagSyncTaskCommandOutput
|
|
|
15
15
|
declare const GetTagSyncTaskCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetTagSyncTaskCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetTagSyncTaskCommandInput,
|
|
20
20
|
GetTagSyncTaskCommandOutput,
|
|
21
21
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetTagSyncTaskCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetTagSyncTaskCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetTagSyncTaskCommandInput,
|
|
29
29
|
GetTagSyncTaskCommandOutput,
|
|
30
30
|
ResourceGroupsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetTagSyncTaskCommand extends GetTagSyncTaskCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetTagsInput, GetTagsOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -11,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface GetTagsCommandInput extends GetTagsInput {}
|
|
12
12
|
export interface GetTagsCommandOutput extends GetTagsOutput, __MetadataBearer {}
|
|
13
13
|
declare const GetTagsCommand_base: {
|
|
14
|
-
new (input: GetTagsCommandInput): import("@smithy/
|
|
14
|
+
new (input: GetTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
GetTagsCommandInput,
|
|
16
16
|
GetTagsCommandOutput,
|
|
17
17
|
ResourceGroupsClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: GetTagsCommandInput): import("@smithy/
|
|
21
|
+
new (input: GetTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetTagsCommandInput,
|
|
23
23
|
GetTagsCommandOutput,
|
|
24
24
|
ResourceGroupsClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class GetTagsCommand extends GetTagsCommand_base {
|
|
31
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GroupResourcesInput, GroupResourcesOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GroupResourcesCommandOutput
|
|
|
15
15
|
declare const GroupResourcesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GroupResourcesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GroupResourcesCommandInput,
|
|
20
20
|
GroupResourcesCommandOutput,
|
|
21
21
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GroupResourcesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GroupResourcesCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GroupResourcesCommandInput,
|
|
29
29
|
GroupResourcesCommandOutput,
|
|
30
30
|
ResourceGroupsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GroupResourcesCommand extends GroupResourcesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListGroupResourcesInput,
|
|
@@ -19,7 +19,7 @@ export interface ListGroupResourcesCommandOutput
|
|
|
19
19
|
declare const ListGroupResourcesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListGroupResourcesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListGroupResourcesCommandInput,
|
|
24
24
|
ListGroupResourcesCommandOutput,
|
|
25
25
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListGroupResourcesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListGroupResourcesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListGroupResourcesCommandInput,
|
|
33
33
|
ListGroupResourcesCommandOutput,
|
|
34
34
|
ResourceGroupsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListGroupResourcesCommand extends ListGroupResourcesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListGroupingStatusesInput,
|
|
@@ -19,7 +19,7 @@ export interface ListGroupingStatusesCommandOutput
|
|
|
19
19
|
declare const ListGroupingStatusesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListGroupingStatusesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListGroupingStatusesCommandInput,
|
|
24
24
|
ListGroupingStatusesCommandOutput,
|
|
25
25
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListGroupingStatusesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListGroupingStatusesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListGroupingStatusesCommandInput,
|
|
33
33
|
ListGroupingStatusesCommandOutput,
|
|
34
34
|
ResourceGroupsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListGroupingStatusesCommand extends ListGroupingStatusesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListGroupsInput, ListGroupsOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListGroupsCommandOutput
|
|
|
15
15
|
declare const ListGroupsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListGroupsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListGroupsCommandInput,
|
|
20
20
|
ListGroupsCommandOutput,
|
|
21
21
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListGroupsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListGroupsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListGroupsCommandInput,
|
|
29
29
|
ListGroupsCommandOutput,
|
|
30
30
|
ResourceGroupsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListGroupsCommand extends ListGroupsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagSyncTasksInput,
|
|
@@ -18,7 +18,7 @@ export interface ListTagSyncTasksCommandOutput
|
|
|
18
18
|
declare const ListTagSyncTasksCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListTagSyncTasksCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListTagSyncTasksCommandInput,
|
|
23
23
|
ListTagSyncTasksCommandOutput,
|
|
24
24
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListTagSyncTasksCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListTagSyncTasksCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListTagSyncTasksCommandInput,
|
|
32
32
|
ListTagSyncTasksCommandOutput,
|
|
33
33
|
ResourceGroupsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListTagSyncTasksCommand extends ListTagSyncTasksCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutGroupConfigurationInput,
|
|
@@ -19,7 +19,7 @@ export interface PutGroupConfigurationCommandOutput
|
|
|
19
19
|
declare const PutGroupConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutGroupConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutGroupConfigurationCommandInput,
|
|
24
24
|
PutGroupConfigurationCommandOutput,
|
|
25
25
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutGroupConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [PutGroupConfigurationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutGroupConfigurationCommandInput,
|
|
33
33
|
PutGroupConfigurationCommandOutput,
|
|
34
34
|
ResourceGroupsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutGroupConfigurationCommand extends PutGroupConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
SearchResourcesInput,
|
|
@@ -18,7 +18,7 @@ export interface SearchResourcesCommandOutput
|
|
|
18
18
|
declare const SearchResourcesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: SearchResourcesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
SearchResourcesCommandInput,
|
|
23
23
|
SearchResourcesCommandOutput,
|
|
24
24
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const SearchResourcesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: SearchResourcesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
SearchResourcesCommandInput,
|
|
32
32
|
SearchResourcesCommandOutput,
|
|
33
33
|
ResourceGroupsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class SearchResourcesCommand extends SearchResourcesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
StartTagSyncTaskInput,
|
|
@@ -18,7 +18,7 @@ export interface StartTagSyncTaskCommandOutput
|
|
|
18
18
|
declare const StartTagSyncTaskCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: StartTagSyncTaskCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
StartTagSyncTaskCommandInput,
|
|
23
23
|
StartTagSyncTaskCommandOutput,
|
|
24
24
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const StartTagSyncTaskCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: StartTagSyncTaskCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
StartTagSyncTaskCommandInput,
|
|
32
32
|
StartTagSyncTaskCommandOutput,
|
|
33
33
|
ResourceGroupsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class StartTagSyncTaskCommand extends StartTagSyncTaskCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { TagInput, TagOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -11,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface TagCommandInput extends TagInput {}
|
|
12
12
|
export interface TagCommandOutput extends TagOutput, __MetadataBearer {}
|
|
13
13
|
declare const TagCommand_base: {
|
|
14
|
-
new (input: TagCommandInput): import("@smithy/
|
|
14
|
+
new (input: TagCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
TagCommandInput,
|
|
16
16
|
TagCommandOutput,
|
|
17
17
|
ResourceGroupsClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: TagCommandInput): import("@smithy/
|
|
21
|
+
new (input: TagCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
TagCommandInput,
|
|
23
23
|
TagCommandOutput,
|
|
24
24
|
ResourceGroupsClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class TagCommand extends TagCommand_base {
|
|
31
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UngroupResourcesInput,
|
|
@@ -18,7 +18,7 @@ export interface UngroupResourcesCommandOutput
|
|
|
18
18
|
declare const UngroupResourcesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UngroupResourcesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UngroupResourcesCommandInput,
|
|
23
23
|
UngroupResourcesCommandOutput,
|
|
24
24
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UngroupResourcesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UngroupResourcesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UngroupResourcesCommandInput,
|
|
32
32
|
UngroupResourcesCommandOutput,
|
|
33
33
|
ResourceGroupsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UngroupResourcesCommand extends UngroupResourcesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { UntagInput, UntagOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -11,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface UntagCommandInput extends UntagInput {}
|
|
12
12
|
export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {}
|
|
13
13
|
declare const UntagCommand_base: {
|
|
14
|
-
new (input: UntagCommandInput): import("@smithy/
|
|
14
|
+
new (input: UntagCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
UntagCommandInput,
|
|
16
16
|
UntagCommandOutput,
|
|
17
17
|
ResourceGroupsClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: UntagCommandInput): import("@smithy/
|
|
21
|
+
new (input: UntagCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UntagCommandInput,
|
|
23
23
|
UntagCommandOutput,
|
|
24
24
|
ResourceGroupsClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class UntagCommand extends UntagCommand_base {
|
|
31
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateAccountSettingsInput,
|
|
@@ -19,7 +19,7 @@ export interface UpdateAccountSettingsCommandOutput
|
|
|
19
19
|
declare const UpdateAccountSettingsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateAccountSettingsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateAccountSettingsCommandInput,
|
|
24
24
|
UpdateAccountSettingsCommandOutput,
|
|
25
25
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateAccountSettingsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [UpdateAccountSettingsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateAccountSettingsCommandInput,
|
|
33
33
|
UpdateAccountSettingsCommandOutput,
|
|
34
34
|
ResourceGroupsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateAccountSettingsCommand extends UpdateAccountSettingsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { UpdateGroupInput, UpdateGroupOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface UpdateGroupCommandOutput
|
|
|
15
15
|
declare const UpdateGroupCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateGroupCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateGroupCommandInput,
|
|
20
20
|
UpdateGroupCommandOutput,
|
|
21
21
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateGroupCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [UpdateGroupCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateGroupCommandInput,
|
|
29
29
|
UpdateGroupCommandOutput,
|
|
30
30
|
ResourceGroupsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateGroupCommand extends UpdateGroupCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateGroupQueryInput,
|
|
@@ -18,7 +18,7 @@ export interface UpdateGroupQueryCommandOutput
|
|
|
18
18
|
declare const UpdateGroupQueryCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateGroupQueryCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateGroupQueryCommandInput,
|
|
23
23
|
UpdateGroupQueryCommandOutput,
|
|
24
24
|
ResourceGroupsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateGroupQueryCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateGroupQueryCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateGroupQueryCommandInput,
|
|
32
32
|
UpdateGroupQueryCommandOutput,
|
|
33
33
|
ResourceGroupsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateGroupQueryCommand extends UpdateGroupQueryCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ResourceGroupsExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class ResourceGroupsServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ResourceGroupsServiceException as __BaseException } from "./ResourceGroupsServiceException";
|
|
3
3
|
export declare class BadRequestException extends __BaseException {
|
|
4
4
|
readonly name: "BadRequestException";
|
|
@@ -3,7 +3,7 @@ import { ResourceGroupsClientConfig } from "./ResourceGroupsClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
|
|
|
17
17
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
18
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
19
|
requestHandler:
|
|
20
|
-
| import("@smithy/
|
|
20
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
23
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -3,7 +3,7 @@ import { ResourceGroupsClientConfig } from "./ResourceGroupsClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
|
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
20
|
requestHandler:
|
|
21
21
|
| RequestHandler
|
|
22
|
-
| import("@smithy/
|
|
22
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
24
|
sha256: import("@smithy/types").HashConstructor;
|
|
25
25
|
streamCollector: import("@smithy/types").StreamCollector;
|