@aws-sdk/client-resource-groups 3.1045.0 → 3.1046.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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListGroupResourcesInput, ListGroupResourcesOutput } from "../models/models_0";
4
4
  import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
@@ -22,9 +22,11 @@ export interface ListGroupResourcesCommandInput extends ListGroupResourcesInput
22
22
  export interface ListGroupResourcesCommandOutput extends ListGroupResourcesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListGroupResourcesCommand_base: {
25
- new (input: ListGroupResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListGroupResourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListGroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListGroupResourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of Amazon resource names (ARNs) of the resources that are members of a specified resource
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListGroupingStatusesInput, ListGroupingStatusesOutput } from "../models/models_0";
4
4
  import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
@@ -22,9 +22,11 @@ export interface ListGroupingStatusesCommandInput extends ListGroupingStatusesIn
22
22
  export interface ListGroupingStatusesCommandOutput extends ListGroupingStatusesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListGroupingStatusesCommand_base: {
25
- new (input: ListGroupingStatusesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupingStatusesCommandInput, ListGroupingStatusesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListGroupingStatusesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupingStatusesCommandInput, ListGroupingStatusesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListGroupingStatusesCommandInput): import("@smithy/core/client").CommandImpl<ListGroupingStatusesCommandInput, ListGroupingStatusesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListGroupingStatusesCommandInput): import("@smithy/core/client").CommandImpl<ListGroupingStatusesCommandInput, ListGroupingStatusesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the status of the last grouping or ungrouping action for
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListGroupsInput, ListGroupsOutput } from "../models/models_0";
4
4
  import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
@@ -22,9 +22,11 @@ export interface ListGroupsCommandInput extends ListGroupsInput {
22
22
  export interface ListGroupsCommandOutput extends ListGroupsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListGroupsCommand_base: {
25
- new (input: ListGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of existing Resource Groups in your account.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagSyncTasksInput, ListTagSyncTasksOutput } from "../models/models_0";
4
4
  import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
@@ -22,9 +22,11 @@ export interface ListTagSyncTasksCommandInput extends ListTagSyncTasksInput {
22
22
  export interface ListTagSyncTasksCommandOutput extends ListTagSyncTasksOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagSyncTasksCommand_base: {
25
- new (input: ListTagSyncTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagSyncTasksCommandInput, ListTagSyncTasksCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTagSyncTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTagSyncTasksCommandInput, ListTagSyncTasksCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagSyncTasksCommandInput): import("@smithy/core/client").CommandImpl<ListTagSyncTasksCommandInput, ListTagSyncTasksCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListTagSyncTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListTagSyncTasksCommandInput, ListTagSyncTasksCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of tag-sync tasks. </p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutGroupConfigurationInput, PutGroupConfigurationOutput } from "../models/models_0";
4
4
  import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
@@ -22,9 +22,11 @@ export interface PutGroupConfigurationCommandInput extends PutGroupConfiguration
22
22
  export interface PutGroupConfigurationCommandOutput extends PutGroupConfigurationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const PutGroupConfigurationCommand_base: {
25
- new (input: PutGroupConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutGroupConfigurationCommandInput, PutGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [PutGroupConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<PutGroupConfigurationCommandInput, PutGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutGroupConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutGroupConfigurationCommandInput, PutGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [PutGroupConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<PutGroupConfigurationCommandInput, PutGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Attaches a service configuration to the specified group. This occurs asynchronously,
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { SearchResourcesInput, SearchResourcesOutput } from "../models/models_0";
4
4
  import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
@@ -22,9 +22,11 @@ export interface SearchResourcesCommandInput extends SearchResourcesInput {
22
22
  export interface SearchResourcesCommandOutput extends SearchResourcesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const SearchResourcesCommand_base: {
25
- new (input: SearchResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SearchResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SearchResourcesCommandInput): import("@smithy/core/client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SearchResourcesCommandInput): import("@smithy/core/client").CommandImpl<SearchResourcesCommandInput, SearchResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of Amazon Web Services resource identifiers that matches the specified query. The
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartTagSyncTaskInput, StartTagSyncTaskOutput } from "../models/models_0";
4
4
  import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
@@ -22,9 +22,11 @@ export interface StartTagSyncTaskCommandInput extends StartTagSyncTaskInput {
22
22
  export interface StartTagSyncTaskCommandOutput extends StartTagSyncTaskOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StartTagSyncTaskCommand_base: {
25
- new (input: StartTagSyncTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartTagSyncTaskCommandInput, StartTagSyncTaskCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartTagSyncTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartTagSyncTaskCommandInput, StartTagSyncTaskCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<StartTagSyncTaskCommandInput, StartTagSyncTaskCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartTagSyncTaskCommandInput): import("@smithy/core/client").CommandImpl<StartTagSyncTaskCommandInput, StartTagSyncTaskCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new tag-sync task to onboard and sync resources tagged with a specific tag key-value pair to an
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { TagInput, TagOutput } from "../models/models_0";
4
4
  import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
@@ -22,9 +22,11 @@ export interface TagCommandInput extends TagInput {
22
22
  export interface TagCommandOutput extends TagOutput, __MetadataBearer {
23
23
  }
24
24
  declare const TagCommand_base: {
25
- new (input: TagCommandInput): import("@smithy/smithy-client").CommandImpl<TagCommandInput, TagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagCommandInput): import("@smithy/smithy-client").CommandImpl<TagCommandInput, TagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagCommandInput): import("@smithy/core/client").CommandImpl<TagCommandInput, TagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagCommandInput): import("@smithy/core/client").CommandImpl<TagCommandInput, TagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds tags to a resource group with the specified Amazon resource name (ARN). Existing tags on a resource
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UngroupResourcesInput, UngroupResourcesOutput } from "../models/models_0";
4
4
  import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
@@ -22,9 +22,11 @@ export interface UngroupResourcesCommandInput extends UngroupResourcesInput {
22
22
  export interface UngroupResourcesCommandOutput extends UngroupResourcesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UngroupResourcesCommand_base: {
25
- new (input: UngroupResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<UngroupResourcesCommandInput, UngroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UngroupResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<UngroupResourcesCommandInput, UngroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UngroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<UngroupResourcesCommandInput, UngroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UngroupResourcesCommandInput): import("@smithy/core/client").CommandImpl<UngroupResourcesCommandInput, UngroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the specified resources from the specified group. This operation works only
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UntagInput, UntagOutput } from "../models/models_0";
4
4
  import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
@@ -22,9 +22,11 @@ export interface UntagCommandInput extends UntagInput {
22
22
  export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UntagCommand_base: {
25
- new (input: UntagCommandInput): import("@smithy/smithy-client").CommandImpl<UntagCommandInput, UntagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagCommandInput): import("@smithy/smithy-client").CommandImpl<UntagCommandInput, UntagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagCommandInput): import("@smithy/core/client").CommandImpl<UntagCommandInput, UntagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagCommandInput): import("@smithy/core/client").CommandImpl<UntagCommandInput, UntagCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes tags from a specified resource group.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateAccountSettingsInput, UpdateAccountSettingsOutput } from "../models/models_0";
4
4
  import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
@@ -22,9 +22,11 @@ export interface UpdateAccountSettingsCommandInput extends UpdateAccountSettings
22
22
  export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSettingsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateAccountSettingsCommand_base: {
25
- new (input: UpdateAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateAccountSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [UpdateAccountSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Turns on or turns off optional features in Resource Groups.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateGroupInput, UpdateGroupOutput } from "../models/models_0";
4
4
  import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
@@ -22,9 +22,11 @@ export interface UpdateGroupCommandInput extends UpdateGroupInput {
22
22
  export interface UpdateGroupCommandOutput extends UpdateGroupOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateGroupCommand_base: {
25
- new (input: UpdateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateGroupCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [UpdateGroupCommandInput]): import("@smithy/core/client").CommandImpl<UpdateGroupCommandInput, UpdateGroupCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the description for an existing group. You cannot update the name of a
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateGroupQueryInput, UpdateGroupQueryOutput } from "../models/models_0";
4
4
  import type { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient";
@@ -22,9 +22,11 @@ export interface UpdateGroupQueryCommandInput extends UpdateGroupQueryInput {
22
22
  export interface UpdateGroupQueryCommandOutput extends UpdateGroupQueryOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateGroupQueryCommand_base: {
25
- new (input: UpdateGroupQueryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateGroupQueryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateGroupQueryCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateGroupQueryCommandInput): import("@smithy/core/client").CommandImpl<UpdateGroupQueryCommandInput, UpdateGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the resource query of a group. For more information about resource queries,
@@ -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 type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { ResourceGroupsServiceException as __BaseException } from "./ResourceGroupsServiceException";
3
3
  /**
4
4
  * <p>The request includes one or more parameters that violate validation rules.</p>
@@ -5,13 +5,13 @@ import type { ResourceGroupsClientConfig } from "./ResourceGroupsClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { ResourceGroupsClientConfig } from "./ResourceGroupsClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { ResourceGroupsClientConfig } from "./ResourceGroupsClient";
5
5
  export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ResourceGroupsClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -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 { CancelTagSyncTaskInput } from "../models/models_0";
4
4
  import {
@@ -13,7 +13,7 @@ export interface CancelTagSyncTaskCommandOutput extends __MetadataBearer {}
13
13
  declare const CancelTagSyncTaskCommand_base: {
14
14
  new (
15
15
  input: CancelTagSyncTaskCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  CancelTagSyncTaskCommandInput,
18
18
  CancelTagSyncTaskCommandOutput,
19
19
  ResourceGroupsClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const CancelTagSyncTaskCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: CancelTagSyncTaskCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  CancelTagSyncTaskCommandInput,
27
27
  CancelTagSyncTaskCommandOutput,
28
28
  ResourceGroupsClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class CancelTagSyncTaskCommand extends CancelTagSyncTaskCommand_base {
35
37
  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 { CreateGroupInput, CreateGroupOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface CreateGroupCommandOutput
15
15
  declare const CreateGroupCommand_base: {
16
16
  new (
17
17
  input: CreateGroupCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateGroupCommandInput,
20
20
  CreateGroupCommandOutput,
21
21
  ResourceGroupsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateGroupCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateGroupCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateGroupCommandInput,
29
29
  CreateGroupCommandOutput,
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 CreateGroupCommand extends CreateGroupCommand_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 { DeleteGroupInput, DeleteGroupOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface DeleteGroupCommandOutput
15
15
  declare const DeleteGroupCommand_base: {
16
16
  new (
17
17
  input: DeleteGroupCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteGroupCommandInput,
20
20
  DeleteGroupCommandOutput,
21
21
  ResourceGroupsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteGroupCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [DeleteGroupCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteGroupCommandInput,
29
29
  DeleteGroupCommandOutput,
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 DeleteGroupCommand extends DeleteGroupCommand_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 { GetAccountSettingsOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface GetAccountSettingsCommandOutput
15
15
  declare const GetAccountSettingsCommand_base: {
16
16
  new (
17
17
  input: GetAccountSettingsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetAccountSettingsCommandInput,
20
20
  GetAccountSettingsCommandOutput,
21
21
  ResourceGroupsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetAccountSettingsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [GetAccountSettingsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetAccountSettingsCommandInput,
29
29
  GetAccountSettingsCommandOutput,
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 GetAccountSettingsCommand extends GetAccountSettingsCommand_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 { GetGroupInput, GetGroupOutput } from "../models/models_0";
4
4
  import {
@@ -13,9 +13,7 @@ export interface GetGroupCommandOutput
13
13
  extends GetGroupOutput,
14
14
  __MetadataBearer {}
15
15
  declare const GetGroupCommand_base: {
16
- new (
17
- input: GetGroupCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: GetGroupCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  GetGroupCommandInput,
20
18
  GetGroupCommandOutput,
21
19
  ResourceGroupsClientResolvedConfig,
@@ -24,14 +22,16 @@ declare const GetGroupCommand_base: {
24
22
  >;
25
23
  new (
26
24
  ...[input]: [] | [GetGroupCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
28
26
  GetGroupCommandInput,
29
27
  GetGroupCommandOutput,
30
28
  ResourceGroupsClientResolvedConfig,
31
29
  ServiceInputTypes,
32
30
  ServiceOutputTypes
33
31
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
35
35
  };
36
36
  export declare class GetGroupCommand extends GetGroupCommand_base {
37
37
  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
  GetGroupConfigurationInput,
@@ -19,7 +19,7 @@ export interface GetGroupConfigurationCommandOutput
19
19
  declare const GetGroupConfigurationCommand_base: {
20
20
  new (
21
21
  input: GetGroupConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetGroupConfigurationCommandInput,
24
24
  GetGroupConfigurationCommandOutput,
25
25
  ResourceGroupsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetGroupConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [GetGroupConfigurationCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetGroupConfigurationCommandInput,
33
33
  GetGroupConfigurationCommandOutput,
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 GetGroupConfigurationCommand extends GetGroupConfigurationCommand_base {
41
43
  protected static __types: {