@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.
Files changed (104) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +62 -63
  5. package/dist-cjs/models/ResourceGroupsServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/ResourceGroups.js +1 -1
  10. package/dist-es/ResourceGroupsClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CancelTagSyncTaskCommand.js +2 -2
  13. package/dist-es/commands/CreateGroupCommand.js +2 -2
  14. package/dist-es/commands/DeleteGroupCommand.js +2 -2
  15. package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
  16. package/dist-es/commands/GetGroupCommand.js +2 -2
  17. package/dist-es/commands/GetGroupConfigurationCommand.js +2 -2
  18. package/dist-es/commands/GetGroupQueryCommand.js +2 -2
  19. package/dist-es/commands/GetTagSyncTaskCommand.js +2 -2
  20. package/dist-es/commands/GetTagsCommand.js +2 -2
  21. package/dist-es/commands/GroupResourcesCommand.js +2 -2
  22. package/dist-es/commands/ListGroupResourcesCommand.js +2 -2
  23. package/dist-es/commands/ListGroupingStatusesCommand.js +2 -2
  24. package/dist-es/commands/ListGroupsCommand.js +2 -2
  25. package/dist-es/commands/ListTagSyncTasksCommand.js +2 -2
  26. package/dist-es/commands/PutGroupConfigurationCommand.js +2 -2
  27. package/dist-es/commands/SearchResourcesCommand.js +2 -2
  28. package/dist-es/commands/StartTagSyncTaskCommand.js +2 -2
  29. package/dist-es/commands/TagCommand.js +2 -2
  30. package/dist-es/commands/UngroupResourcesCommand.js +2 -2
  31. package/dist-es/commands/UntagCommand.js +2 -2
  32. package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
  33. package/dist-es/commands/UpdateGroupCommand.js +2 -2
  34. package/dist-es/commands/UpdateGroupQueryCommand.js +2 -2
  35. package/dist-es/endpoint/bdd.js +1 -1
  36. package/dist-es/endpoint/endpointResolver.js +1 -1
  37. package/dist-es/models/ResourceGroupsServiceException.js +1 -1
  38. package/dist-es/runtimeConfig.browser.js +4 -6
  39. package/dist-es/runtimeConfig.js +4 -8
  40. package/dist-es/runtimeConfig.shared.js +3 -4
  41. package/dist-es/runtimeExtensions.js +2 -2
  42. package/dist-types/ResourceGroupsClient.d.ts +5 -5
  43. package/dist-types/commands/CancelTagSyncTaskCommand.d.ts +6 -4
  44. package/dist-types/commands/CreateGroupCommand.d.ts +6 -4
  45. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -4
  46. package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -4
  47. package/dist-types/commands/GetGroupCommand.d.ts +6 -4
  48. package/dist-types/commands/GetGroupConfigurationCommand.d.ts +6 -4
  49. package/dist-types/commands/GetGroupQueryCommand.d.ts +6 -4
  50. package/dist-types/commands/GetTagSyncTaskCommand.d.ts +6 -4
  51. package/dist-types/commands/GetTagsCommand.d.ts +6 -4
  52. package/dist-types/commands/GroupResourcesCommand.d.ts +6 -4
  53. package/dist-types/commands/ListGroupResourcesCommand.d.ts +6 -4
  54. package/dist-types/commands/ListGroupingStatusesCommand.d.ts +6 -4
  55. package/dist-types/commands/ListGroupsCommand.d.ts +6 -4
  56. package/dist-types/commands/ListTagSyncTasksCommand.d.ts +6 -4
  57. package/dist-types/commands/PutGroupConfigurationCommand.d.ts +6 -4
  58. package/dist-types/commands/SearchResourcesCommand.d.ts +6 -4
  59. package/dist-types/commands/StartTagSyncTaskCommand.d.ts +6 -4
  60. package/dist-types/commands/TagCommand.d.ts +6 -4
  61. package/dist-types/commands/UngroupResourcesCommand.d.ts +6 -4
  62. package/dist-types/commands/UntagCommand.d.ts +6 -4
  63. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -4
  64. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -4
  65. package/dist-types/commands/UpdateGroupQueryCommand.d.ts +6 -4
  66. package/dist-types/endpoint/bdd.d.ts +1 -1
  67. package/dist-types/extensionConfiguration.d.ts +1 -1
  68. package/dist-types/models/ResourceGroupsServiceException.d.ts +1 -1
  69. package/dist-types/models/errors.d.ts +1 -1
  70. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  71. package/dist-types/runtimeConfig.d.ts +2 -2
  72. package/dist-types/runtimeConfig.native.d.ts +2 -2
  73. package/dist-types/ts3.4/ResourceGroupsClient.d.ts +8 -14
  74. package/dist-types/ts3.4/commands/CancelTagSyncTaskCommand.d.ts +6 -4
  75. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +6 -4
  76. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +6 -4
  77. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +6 -4
  78. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +6 -6
  79. package/dist-types/ts3.4/commands/GetGroupConfigurationCommand.d.ts +6 -4
  80. package/dist-types/ts3.4/commands/GetGroupQueryCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/GetTagSyncTaskCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/GroupResourcesCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/ListGroupingStatusesCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/ListTagSyncTasksCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/PutGroupConfigurationCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/StartTagSyncTaskCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/TagCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/UngroupResourcesCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/UntagCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/UpdateGroupQueryCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  98. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  99. package/dist-types/ts3.4/models/ResourceGroupsServiceException.d.ts +1 -1
  100. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  101. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  102. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  103. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  104. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/util-endpoints";
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/protocol-http";
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/smithy-client";
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/smithy-client";
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/smithy-client").ResolvedDefaultsMode
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/protocol-http").HttpHandler<any>
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/smithy-client").ResolvedDefaultsMode
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/protocol-http").HttpHandler<any>;
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;