@aws-sdk/client-resource-explorer-2 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 (131) 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 +80 -81
  5. package/dist-cjs/models/ResourceExplorer2ServiceException.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/ResourceExplorer2.js +1 -1
  10. package/dist-es/ResourceExplorer2Client.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateDefaultViewCommand.js +2 -2
  13. package/dist-es/commands/BatchGetViewCommand.js +2 -2
  14. package/dist-es/commands/CreateIndexCommand.js +2 -2
  15. package/dist-es/commands/CreateResourceExplorerSetupCommand.js +2 -2
  16. package/dist-es/commands/CreateViewCommand.js +2 -2
  17. package/dist-es/commands/DeleteIndexCommand.js +2 -2
  18. package/dist-es/commands/DeleteResourceExplorerSetupCommand.js +2 -2
  19. package/dist-es/commands/DeleteViewCommand.js +2 -2
  20. package/dist-es/commands/DisassociateDefaultViewCommand.js +2 -2
  21. package/dist-es/commands/GetAccountLevelServiceConfigurationCommand.js +2 -2
  22. package/dist-es/commands/GetDefaultViewCommand.js +2 -2
  23. package/dist-es/commands/GetIndexCommand.js +2 -2
  24. package/dist-es/commands/GetManagedViewCommand.js +2 -2
  25. package/dist-es/commands/GetResourceExplorerSetupCommand.js +2 -2
  26. package/dist-es/commands/GetServiceIndexCommand.js +2 -2
  27. package/dist-es/commands/GetServiceViewCommand.js +2 -2
  28. package/dist-es/commands/GetViewCommand.js +2 -2
  29. package/dist-es/commands/ListIndexesCommand.js +2 -2
  30. package/dist-es/commands/ListIndexesForMembersCommand.js +2 -2
  31. package/dist-es/commands/ListManagedViewsCommand.js +2 -2
  32. package/dist-es/commands/ListResourcesCommand.js +2 -2
  33. package/dist-es/commands/ListServiceIndexesCommand.js +2 -2
  34. package/dist-es/commands/ListServiceViewsCommand.js +2 -2
  35. package/dist-es/commands/ListStreamingAccessForServicesCommand.js +2 -2
  36. package/dist-es/commands/ListSupportedResourceTypesCommand.js +2 -2
  37. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  38. package/dist-es/commands/ListViewsCommand.js +2 -2
  39. package/dist-es/commands/SearchCommand.js +2 -2
  40. package/dist-es/commands/TagResourceCommand.js +2 -2
  41. package/dist-es/commands/UntagResourceCommand.js +2 -2
  42. package/dist-es/commands/UpdateIndexTypeCommand.js +2 -2
  43. package/dist-es/commands/UpdateViewCommand.js +2 -2
  44. package/dist-es/endpoint/bdd.js +1 -1
  45. package/dist-es/endpoint/endpointResolver.js +1 -1
  46. package/dist-es/models/ResourceExplorer2ServiceException.js +1 -1
  47. package/dist-es/runtimeConfig.browser.js +4 -6
  48. package/dist-es/runtimeConfig.js +4 -8
  49. package/dist-es/runtimeConfig.shared.js +3 -4
  50. package/dist-es/runtimeExtensions.js +2 -2
  51. package/dist-types/ResourceExplorer2Client.d.ts +5 -5
  52. package/dist-types/commands/AssociateDefaultViewCommand.d.ts +6 -4
  53. package/dist-types/commands/BatchGetViewCommand.d.ts +6 -4
  54. package/dist-types/commands/CreateIndexCommand.d.ts +6 -4
  55. package/dist-types/commands/CreateResourceExplorerSetupCommand.d.ts +6 -4
  56. package/dist-types/commands/CreateViewCommand.d.ts +6 -4
  57. package/dist-types/commands/DeleteIndexCommand.d.ts +6 -4
  58. package/dist-types/commands/DeleteResourceExplorerSetupCommand.d.ts +6 -4
  59. package/dist-types/commands/DeleteViewCommand.d.ts +6 -4
  60. package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +6 -4
  61. package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +6 -4
  62. package/dist-types/commands/GetDefaultViewCommand.d.ts +6 -4
  63. package/dist-types/commands/GetIndexCommand.d.ts +6 -4
  64. package/dist-types/commands/GetManagedViewCommand.d.ts +6 -4
  65. package/dist-types/commands/GetResourceExplorerSetupCommand.d.ts +6 -4
  66. package/dist-types/commands/GetServiceIndexCommand.d.ts +6 -4
  67. package/dist-types/commands/GetServiceViewCommand.d.ts +6 -4
  68. package/dist-types/commands/GetViewCommand.d.ts +6 -4
  69. package/dist-types/commands/ListIndexesCommand.d.ts +6 -4
  70. package/dist-types/commands/ListIndexesForMembersCommand.d.ts +6 -4
  71. package/dist-types/commands/ListManagedViewsCommand.d.ts +6 -4
  72. package/dist-types/commands/ListResourcesCommand.d.ts +6 -4
  73. package/dist-types/commands/ListServiceIndexesCommand.d.ts +6 -4
  74. package/dist-types/commands/ListServiceViewsCommand.d.ts +6 -4
  75. package/dist-types/commands/ListStreamingAccessForServicesCommand.d.ts +6 -4
  76. package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +6 -4
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  78. package/dist-types/commands/ListViewsCommand.d.ts +6 -4
  79. package/dist-types/commands/SearchCommand.d.ts +6 -4
  80. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  81. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  82. package/dist-types/commands/UpdateIndexTypeCommand.d.ts +6 -4
  83. package/dist-types/commands/UpdateViewCommand.d.ts +6 -4
  84. package/dist-types/endpoint/bdd.d.ts +1 -1
  85. package/dist-types/extensionConfiguration.d.ts +1 -1
  86. package/dist-types/models/ResourceExplorer2ServiceException.d.ts +1 -1
  87. package/dist-types/models/errors.d.ts +1 -1
  88. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  89. package/dist-types/runtimeConfig.d.ts +2 -2
  90. package/dist-types/runtimeConfig.native.d.ts +2 -2
  91. package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +8 -14
  92. package/dist-types/ts3.4/commands/AssociateDefaultViewCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/BatchGetViewCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/CreateResourceExplorerSetupCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/DeleteResourceExplorerSetupCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/DisassociateDefaultViewCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/GetAccountLevelServiceConfigurationCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/GetDefaultViewCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +6 -6
  104. package/dist-types/ts3.4/commands/GetManagedViewCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/GetResourceExplorerSetupCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/GetServiceIndexCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/GetServiceViewCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/GetViewCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/ListIndexesCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/ListIndexesForMembersCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/ListManagedViewsCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/ListServiceIndexesCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/ListServiceViewsCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/ListStreamingAccessForServicesCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/ListSupportedResourceTypesCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +6 -6
  119. package/dist-types/ts3.4/commands/SearchCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/UpdateIndexTypeCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/UpdateViewCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  125. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  126. package/dist-types/ts3.4/models/ResourceExplorer2ServiceException.d.ts +1 -1
  127. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  128. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  129. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  130. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  131. 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 { GetDefaultViewOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface GetDefaultViewCommandOutput
15
15
  declare const GetDefaultViewCommand_base: {
16
16
  new (
17
17
  input: GetDefaultViewCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetDefaultViewCommandInput,
20
20
  GetDefaultViewCommandOutput,
21
21
  ResourceExplorer2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetDefaultViewCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [GetDefaultViewCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetDefaultViewCommandInput,
29
29
  GetDefaultViewCommandOutput,
30
30
  ResourceExplorer2ClientResolvedConfig,
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 GetDefaultViewCommand extends GetDefaultViewCommand_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 { GetIndexOutput } from "../models/models_0";
4
4
  import {
@@ -13,9 +13,7 @@ export interface GetIndexCommandOutput
13
13
  extends GetIndexOutput,
14
14
  __MetadataBearer {}
15
15
  declare const GetIndexCommand_base: {
16
- new (
17
- input: GetIndexCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: GetIndexCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  GetIndexCommandInput,
20
18
  GetIndexCommandOutput,
21
19
  ResourceExplorer2ClientResolvedConfig,
@@ -24,14 +22,16 @@ declare const GetIndexCommand_base: {
24
22
  >;
25
23
  new (
26
24
  ...[input]: [] | [GetIndexCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
28
26
  GetIndexCommandInput,
29
27
  GetIndexCommandOutput,
30
28
  ResourceExplorer2ClientResolvedConfig,
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 GetIndexCommand extends GetIndexCommand_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 { GetManagedViewInput, GetManagedViewOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface GetManagedViewCommandOutput
15
15
  declare const GetManagedViewCommand_base: {
16
16
  new (
17
17
  input: GetManagedViewCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetManagedViewCommandInput,
20
20
  GetManagedViewCommandOutput,
21
21
  ResourceExplorer2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetManagedViewCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetManagedViewCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetManagedViewCommandInput,
29
29
  GetManagedViewCommandOutput,
30
30
  ResourceExplorer2ClientResolvedConfig,
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 GetManagedViewCommand extends GetManagedViewCommand_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
  GetResourceExplorerSetupInput,
@@ -19,7 +19,7 @@ export interface GetResourceExplorerSetupCommandOutput
19
19
  declare const GetResourceExplorerSetupCommand_base: {
20
20
  new (
21
21
  input: GetResourceExplorerSetupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetResourceExplorerSetupCommandInput,
24
24
  GetResourceExplorerSetupCommandOutput,
25
25
  ResourceExplorer2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetResourceExplorerSetupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetResourceExplorerSetupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetResourceExplorerSetupCommandInput,
33
33
  GetResourceExplorerSetupCommandOutput,
34
34
  ResourceExplorer2ClientResolvedConfig,
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 GetResourceExplorerSetupCommand extends GetResourceExplorerSetupCommand_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 { GetServiceIndexOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface GetServiceIndexCommandOutput
15
15
  declare const GetServiceIndexCommand_base: {
16
16
  new (
17
17
  input: GetServiceIndexCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetServiceIndexCommandInput,
20
20
  GetServiceIndexCommandOutput,
21
21
  ResourceExplorer2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetServiceIndexCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [GetServiceIndexCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetServiceIndexCommandInput,
29
29
  GetServiceIndexCommandOutput,
30
30
  ResourceExplorer2ClientResolvedConfig,
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 GetServiceIndexCommand extends GetServiceIndexCommand_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 { GetServiceViewInput, GetServiceViewOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface GetServiceViewCommandOutput
15
15
  declare const GetServiceViewCommand_base: {
16
16
  new (
17
17
  input: GetServiceViewCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetServiceViewCommandInput,
20
20
  GetServiceViewCommandOutput,
21
21
  ResourceExplorer2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetServiceViewCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetServiceViewCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetServiceViewCommandInput,
29
29
  GetServiceViewCommandOutput,
30
30
  ResourceExplorer2ClientResolvedConfig,
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 GetServiceViewCommand extends GetServiceViewCommand_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 { GetViewInput, GetViewOutput } from "../models/models_0";
4
4
  import {
@@ -11,21 +11,23 @@ export { $Command };
11
11
  export interface GetViewCommandInput extends GetViewInput {}
12
12
  export interface GetViewCommandOutput extends GetViewOutput, __MetadataBearer {}
13
13
  declare const GetViewCommand_base: {
14
- new (input: GetViewCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ new (input: GetViewCommandInput): import("@smithy/core/client").CommandImpl<
15
15
  GetViewCommandInput,
16
16
  GetViewCommandOutput,
17
17
  ResourceExplorer2ClientResolvedConfig,
18
18
  ServiceInputTypes,
19
19
  ServiceOutputTypes
20
20
  >;
21
- new (input: GetViewCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ new (input: GetViewCommandInput): import("@smithy/core/client").CommandImpl<
22
22
  GetViewCommandInput,
23
23
  GetViewCommandOutput,
24
24
  ResourceExplorer2ClientResolvedConfig,
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 GetViewCommand extends GetViewCommand_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 { ListIndexesInput, ListIndexesOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface ListIndexesCommandOutput
15
15
  declare const ListIndexesCommand_base: {
16
16
  new (
17
17
  input: ListIndexesCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListIndexesCommandInput,
20
20
  ListIndexesCommandOutput,
21
21
  ResourceExplorer2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListIndexesCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListIndexesCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListIndexesCommandInput,
29
29
  ListIndexesCommandOutput,
30
30
  ResourceExplorer2ClientResolvedConfig,
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 ListIndexesCommand extends ListIndexesCommand_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
  ListIndexesForMembersInput,
@@ -19,7 +19,7 @@ export interface ListIndexesForMembersCommandOutput
19
19
  declare const ListIndexesForMembersCommand_base: {
20
20
  new (
21
21
  input: ListIndexesForMembersCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListIndexesForMembersCommandInput,
24
24
  ListIndexesForMembersCommandOutput,
25
25
  ResourceExplorer2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListIndexesForMembersCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListIndexesForMembersCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListIndexesForMembersCommandInput,
33
33
  ListIndexesForMembersCommandOutput,
34
34
  ResourceExplorer2ClientResolvedConfig,
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 ListIndexesForMembersCommand extends ListIndexesForMembersCommand_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
  ListManagedViewsInput,
@@ -18,7 +18,7 @@ export interface ListManagedViewsCommandOutput
18
18
  declare const ListManagedViewsCommand_base: {
19
19
  new (
20
20
  input: ListManagedViewsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListManagedViewsCommandInput,
23
23
  ListManagedViewsCommandOutput,
24
24
  ResourceExplorer2ClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListManagedViewsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListManagedViewsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListManagedViewsCommandInput,
32
32
  ListManagedViewsCommandOutput,
33
33
  ResourceExplorer2ClientResolvedConfig,
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 ListManagedViewsCommand extends ListManagedViewsCommand_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 { ListResourcesInput, ListResourcesOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface ListResourcesCommandOutput
15
15
  declare const ListResourcesCommand_base: {
16
16
  new (
17
17
  input: ListResourcesCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListResourcesCommandInput,
20
20
  ListResourcesCommandOutput,
21
21
  ResourceExplorer2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListResourcesCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListResourcesCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListResourcesCommandInput,
29
29
  ListResourcesCommandOutput,
30
30
  ResourceExplorer2ClientResolvedConfig,
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 ListResourcesCommand extends ListResourcesCommand_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
  ListServiceIndexesInput,
@@ -19,7 +19,7 @@ export interface ListServiceIndexesCommandOutput
19
19
  declare const ListServiceIndexesCommand_base: {
20
20
  new (
21
21
  input: ListServiceIndexesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListServiceIndexesCommandInput,
24
24
  ListServiceIndexesCommandOutput,
25
25
  ResourceExplorer2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListServiceIndexesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListServiceIndexesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListServiceIndexesCommandInput,
33
33
  ListServiceIndexesCommandOutput,
34
34
  ResourceExplorer2ClientResolvedConfig,
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 ListServiceIndexesCommand extends ListServiceIndexesCommand_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
  ListServiceViewsInput,
@@ -18,7 +18,7 @@ export interface ListServiceViewsCommandOutput
18
18
  declare const ListServiceViewsCommand_base: {
19
19
  new (
20
20
  input: ListServiceViewsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListServiceViewsCommandInput,
23
23
  ListServiceViewsCommandOutput,
24
24
  ResourceExplorer2ClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListServiceViewsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListServiceViewsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListServiceViewsCommandInput,
32
32
  ListServiceViewsCommandOutput,
33
33
  ResourceExplorer2ClientResolvedConfig,
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 ListServiceViewsCommand extends ListServiceViewsCommand_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
  ListStreamingAccessForServicesInput,
@@ -19,7 +19,7 @@ export interface ListStreamingAccessForServicesCommandOutput
19
19
  declare const ListStreamingAccessForServicesCommand_base: {
20
20
  new (
21
21
  input: ListStreamingAccessForServicesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListStreamingAccessForServicesCommandInput,
24
24
  ListStreamingAccessForServicesCommandOutput,
25
25
  ResourceExplorer2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListStreamingAccessForServicesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListStreamingAccessForServicesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListStreamingAccessForServicesCommandInput,
33
33
  ListStreamingAccessForServicesCommandOutput,
34
34
  ResourceExplorer2ClientResolvedConfig,
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 ListStreamingAccessForServicesCommand extends ListStreamingAccessForServicesCommand_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
  ListSupportedResourceTypesInput,
@@ -19,7 +19,7 @@ export interface ListSupportedResourceTypesCommandOutput
19
19
  declare const ListSupportedResourceTypesCommand_base: {
20
20
  new (
21
21
  input: ListSupportedResourceTypesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListSupportedResourceTypesCommandInput,
24
24
  ListSupportedResourceTypesCommandOutput,
25
25
  ResourceExplorer2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListSupportedResourceTypesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListSupportedResourceTypesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListSupportedResourceTypesCommandInput,
33
33
  ListSupportedResourceTypesCommandOutput,
34
34
  ResourceExplorer2ClientResolvedConfig,
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 ListSupportedResourceTypesCommand extends ListSupportedResourceTypesCommand_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
  ListTagsForResourceInput,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  ResourceExplorer2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  ResourceExplorer2ClientResolvedConfig,
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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 { ListViewsInput, ListViewsOutput } from "../models/models_0";
4
4
  import {
@@ -13,9 +13,7 @@ export interface ListViewsCommandOutput
13
13
  extends ListViewsOutput,
14
14
  __MetadataBearer {}
15
15
  declare const ListViewsCommand_base: {
16
- new (
17
- input: ListViewsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: ListViewsCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  ListViewsCommandInput,
20
18
  ListViewsCommandOutput,
21
19
  ResourceExplorer2ClientResolvedConfig,
@@ -24,14 +22,16 @@ declare const ListViewsCommand_base: {
24
22
  >;
25
23
  new (
26
24
  ...[input]: [] | [ListViewsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
28
26
  ListViewsCommandInput,
29
27
  ListViewsCommandOutput,
30
28
  ResourceExplorer2ClientResolvedConfig,
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 ListViewsCommand extends ListViewsCommand_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 { SearchInput, SearchOutput } from "../models/models_0";
4
4
  import {
@@ -11,21 +11,23 @@ export { $Command };
11
11
  export interface SearchCommandInput extends SearchInput {}
12
12
  export interface SearchCommandOutput extends SearchOutput, __MetadataBearer {}
13
13
  declare const SearchCommand_base: {
14
- new (input: SearchCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ new (input: SearchCommandInput): import("@smithy/core/client").CommandImpl<
15
15
  SearchCommandInput,
16
16
  SearchCommandOutput,
17
17
  ResourceExplorer2ClientResolvedConfig,
18
18
  ServiceInputTypes,
19
19
  ServiceOutputTypes
20
20
  >;
21
- new (input: SearchCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ new (input: SearchCommandInput): import("@smithy/core/client").CommandImpl<
22
22
  SearchCommandInput,
23
23
  SearchCommandOutput,
24
24
  ResourceExplorer2ClientResolvedConfig,
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 SearchCommand extends SearchCommand_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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
15
15
  declare const TagResourceCommand_base: {
16
16
  new (
17
17
  input: TagResourceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
21
21
  ResourceExplorer2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: TagResourceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
30
30
  ResourceExplorer2ClientResolvedConfig,
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 TagResourceCommand extends TagResourceCommand_base {
37
39
  protected static __types: {