@aws-sdk/client-resource-explorer-2 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 (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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BatchGetViewInput, BatchGetViewOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface BatchGetViewCommandInput extends BatchGetViewInput {
22
22
  export interface BatchGetViewCommandOutput extends BatchGetViewOutput, __MetadataBearer {
23
23
  }
24
24
  declare const BatchGetViewCommand_base: {
25
- new (input: BatchGetViewCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetViewCommandInput, BatchGetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [BatchGetViewCommandInput]): import("@smithy/smithy-client").CommandImpl<BatchGetViewCommandInput, BatchGetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: BatchGetViewCommandInput): import("@smithy/core/client").CommandImpl<BatchGetViewCommandInput, BatchGetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [BatchGetViewCommandInput]): import("@smithy/core/client").CommandImpl<BatchGetViewCommandInput, BatchGetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves details about a list of views.</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 { CreateIndexInput, CreateIndexOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface CreateIndexCommandInput extends CreateIndexInput {
22
22
  export interface CreateIndexCommandOutput extends CreateIndexOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateIndexCommand_base: {
25
- new (input: CreateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [CreateIndexCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateIndexCommandInput): import("@smithy/core/client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [CreateIndexCommandInput]): import("@smithy/core/client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in which you called this operation by creating an index. Resource Explorer begins discovering the resources in this Region and stores the details about the resources in the index so that they can be queried by using the <a>Search</a> operation. You can create only one index in a Region.</p> <note> <p>This operation creates only a <i>local</i> index. To promote the local index in one Amazon Web Services Region into the aggregator index for the Amazon Web Services account, use the <a>UpdateIndexType</a> operation. For more information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">Turning on cross-Region search by creating an aggregator index</a> in the <i>Amazon Web Services Resource Explorer User Guide</i>.</p> </note> <p>For more details about what happens when you turn on Resource Explorer in an Amazon Web Services Region, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-service-activate.html">Turn on Resource Explorer to index your resources in an Amazon Web Services Region</a> in the <i>Amazon Web Services Resource Explorer User Guide</i>.</p> <p>If this is the first Amazon Web Services Region in which you've created an index for Resource Explorer, then this operation also <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/security_iam_service-linked-roles.html">creates a service-linked role</a> in your Amazon Web Services account that allows Resource Explorer to enumerate your resources to populate the index.</p> <ul> <li> <p> <b>Action</b>: <code>resource-explorer-2:CreateIndex</code> </p> <p> <b>Resource</b>: The ARN of the index (as it will exist after the operation completes) in the Amazon Web Services Region and account in which you're trying to create the index. Use the wildcard character (<code>*</code>) at the end of the string to match the eventual UUID. For example, the following <code>Resource</code> element restricts the role or user to creating an index in only the <code>us-east-2</code> Region of the specified account.</p> <p> <code>"Resource": "arn:aws:resource-explorer-2:us-west-2:<i>&lt;account-id&gt;</i>:index/*"</code> </p> <p>Alternatively, you can use <code>"Resource": "*"</code> to allow the role or user to create an index in any Region.</p> </li> <li> <p> <b>Action</b>: <code>iam:CreateServiceLinkedRole</code> </p> <p> <b>Resource</b>: No specific resource (*). </p> <p>This permission is required only the first time you create an index to turn on Resource Explorer in the account. Resource Explorer uses this to create the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/security_iam_service-linked-roles.html">service-linked role needed to index the resources in your account</a>. Resource Explorer uses the same service-linked role for all additional indexes you create afterwards.</p> </li> </ul>
@@ -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 { CreateResourceExplorerSetupInput, CreateResourceExplorerSetupOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface CreateResourceExplorerSetupCommandInput extends CreateResourceE
22
22
  export interface CreateResourceExplorerSetupCommandOutput extends CreateResourceExplorerSetupOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateResourceExplorerSetupCommand_base: {
25
- new (input: CreateResourceExplorerSetupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceExplorerSetupCommandInput, CreateResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateResourceExplorerSetupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceExplorerSetupCommandInput, CreateResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateResourceExplorerSetupCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceExplorerSetupCommandInput, CreateResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateResourceExplorerSetupCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceExplorerSetupCommandInput, CreateResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a Resource Explorer setup configuration across multiple Amazon Web Services Regions. This operation sets up indexes and views in the specified Regions. This operation can also be used to set an aggregator Region for cross-Region resource search.</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 { CreateViewInput, CreateViewOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface CreateViewCommandInput extends CreateViewInput {
22
22
  export interface CreateViewCommandOutput extends CreateViewOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateViewCommand_base: {
25
- new (input: CreateViewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateViewCommandInput, CreateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateViewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateViewCommandInput, CreateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateViewCommandInput): import("@smithy/core/client").CommandImpl<CreateViewCommandInput, CreateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateViewCommandInput): import("@smithy/core/client").CommandImpl<CreateViewCommandInput, CreateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a view that users can query by using the <a>Search</a> operation. Results from queries that you make using this view include only resources that match the view's <code>Filters</code>. For more information about Amazon Web Services Resource Explorer views, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-views.html">Managing views</a> in the <i>Amazon Web Services Resource Explorer User Guide</i>.</p> <p>Only the principals with an IAM identity-based policy that grants <code>Allow</code> to the <code>Search</code> action on a <code>Resource</code> with the <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon resource name (ARN)</a> of this view can <a>Search</a> using views you create with this operation.</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 { DeleteIndexInput, DeleteIndexOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface DeleteIndexCommandInput extends DeleteIndexInput {
22
22
  export interface DeleteIndexCommandOutput extends DeleteIndexOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteIndexCommand_base: {
25
- new (input: DeleteIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteIndexCommandInput): import("@smithy/core/client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteIndexCommandInput): import("@smithy/core/client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified index and turns off Amazon Web Services Resource Explorer in the specified Amazon Web Services Region. When you delete an index, Resource Explorer stops discovering and indexing resources in that Region. Resource Explorer also deletes all views in that Region. These actions occur as asynchronous background tasks. You can check to see when the actions are complete by using the <a>GetIndex</a> operation and checking the <code>Status</code> response value.</p> <note> <p>If the index you delete is the aggregator index for the Amazon Web Services account, you must wait 24 hours before you can promote another local index to be the aggregator index for the account. Users can't perform account-wide searches using Resource Explorer until another aggregator index is configured.</p> </note>
@@ -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 { DeleteResourceExplorerSetupInput, DeleteResourceExplorerSetupOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface DeleteResourceExplorerSetupCommandInput extends DeleteResourceE
22
22
  export interface DeleteResourceExplorerSetupCommandOutput extends DeleteResourceExplorerSetupOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteResourceExplorerSetupCommand_base: {
25
- new (input: DeleteResourceExplorerSetupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceExplorerSetupCommandInput, DeleteResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteResourceExplorerSetupCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteResourceExplorerSetupCommandInput, DeleteResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteResourceExplorerSetupCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceExplorerSetupCommandInput, DeleteResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DeleteResourceExplorerSetupCommandInput]): import("@smithy/core/client").CommandImpl<DeleteResourceExplorerSetupCommandInput, DeleteResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a Resource Explorer setup configuration. This operation removes indexes and views from the specified Regions or all Regions where Resource Explorer is configured.</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 { DeleteViewInput, DeleteViewOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface DeleteViewCommandInput extends DeleteViewInput {
22
22
  export interface DeleteViewCommandOutput extends DeleteViewOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteViewCommand_base: {
25
- new (input: DeleteViewCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteViewCommandInput, DeleteViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteViewCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteViewCommandInput, DeleteViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteViewCommandInput): import("@smithy/core/client").CommandImpl<DeleteViewCommandInput, DeleteViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteViewCommandInput): import("@smithy/core/client").CommandImpl<DeleteViewCommandInput, DeleteViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified view.</p> <p>If the specified view is the default view for its Amazon Web Services Region, then all <a>Search</a> operations in that Region must explicitly specify the view to use until you configure a new default by calling the <a>AssociateDefaultView</a> operation.</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 { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
4
4
  /**
@@ -21,9 +21,11 @@ export interface DisassociateDefaultViewCommandInput {
21
21
  export interface DisassociateDefaultViewCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DisassociateDefaultViewCommand_base: {
24
- new (input: DisassociateDefaultViewCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
- new (...[input]: [] | [DisassociateDefaultViewCommandInput]): import("@smithy/smithy-client").CommandImpl<DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ new (input: DisassociateDefaultViewCommandInput): import("@smithy/core/client").CommandImpl<DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DisassociateDefaultViewCommandInput]): import("@smithy/core/client").CommandImpl<DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): {
27
+ [x: string]: unknown;
28
+ };
27
29
  };
28
30
  /**
29
31
  * <p>After you call this operation, the affected Amazon Web Services Region no longer has a default view. All <a>Search</a> operations in that Region must explicitly specify a view or the operation fails. You can configure a new default by calling the <a>AssociateDefaultView</a> operation.</p> <p>If an Amazon Web Services Region doesn't have a default view configured, then users must explicitly specify a view with every <code>Search</code> operation performed in that Region.</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 { GetAccountLevelServiceConfigurationOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface GetAccountLevelServiceConfigurationCommandInput {
22
22
  export interface GetAccountLevelServiceConfigurationCommandOutput extends GetAccountLevelServiceConfigurationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetAccountLevelServiceConfigurationCommand_base: {
25
- new (input: GetAccountLevelServiceConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetAccountLevelServiceConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAccountLevelServiceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetAccountLevelServiceConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the status of your account's Amazon Web Services service access, and validates the service linked role required to access the multi-account search feature. Only the management account can invoke this API call. </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 { GetDefaultViewOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface GetDefaultViewCommandInput {
22
22
  export interface GetDefaultViewCommandOutput extends GetDefaultViewOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetDefaultViewCommand_base: {
25
- new (input: GetDefaultViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetDefaultViewCommandInput, GetDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetDefaultViewCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDefaultViewCommandInput, GetDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDefaultViewCommandInput): import("@smithy/core/client").CommandImpl<GetDefaultViewCommandInput, GetDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetDefaultViewCommandInput]): import("@smithy/core/client").CommandImpl<GetDefaultViewCommandInput, GetDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the Amazon Resource Name (ARN) of the view that is the default for the Amazon Web Services Region in which you call this operation. You can then call <a>GetView</a> to retrieve the details of that view.</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 { GetIndexOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface GetIndexCommandInput {
22
22
  export interface GetIndexCommandOutput extends GetIndexOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetIndexCommand_base: {
25
- new (input: GetIndexCommandInput): import("@smithy/smithy-client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetIndexCommandInput]): import("@smithy/smithy-client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetIndexCommandInput): import("@smithy/core/client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetIndexCommandInput]): import("@smithy/core/client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked the operation.</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 { GetManagedViewInput, GetManagedViewOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface GetManagedViewCommandInput extends GetManagedViewInput {
22
22
  export interface GetManagedViewCommandOutput extends GetManagedViewOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetManagedViewCommand_base: {
25
- new (input: GetManagedViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedViewCommandInput, GetManagedViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetManagedViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedViewCommandInput, GetManagedViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetManagedViewCommandInput): import("@smithy/core/client").CommandImpl<GetManagedViewCommandInput, GetManagedViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetManagedViewCommandInput): import("@smithy/core/client").CommandImpl<GetManagedViewCommandInput, GetManagedViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves details of the specified <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/aws-managed-views.html">Amazon Web Services-managed view</a>. </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 { GetResourceExplorerSetupInput, GetResourceExplorerSetupOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface GetResourceExplorerSetupCommandInput extends GetResourceExplore
22
22
  export interface GetResourceExplorerSetupCommandOutput extends GetResourceExplorerSetupOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetResourceExplorerSetupCommand_base: {
25
- new (input: GetResourceExplorerSetupCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceExplorerSetupCommandInput, GetResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourceExplorerSetupCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceExplorerSetupCommandInput, GetResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetResourceExplorerSetupCommandInput): import("@smithy/core/client").CommandImpl<GetResourceExplorerSetupCommandInput, GetResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetResourceExplorerSetupCommandInput): import("@smithy/core/client").CommandImpl<GetResourceExplorerSetupCommandInput, GetResourceExplorerSetupCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the status and details of a Resource Explorer setup operation. This operation returns information about the progress of creating or deleting Resource Explorer configurations across Regions.</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 { GetServiceIndexOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface GetServiceIndexCommandInput {
22
22
  export interface GetServiceIndexCommandOutput extends GetServiceIndexOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetServiceIndexCommand_base: {
25
- new (input: GetServiceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceIndexCommandInput, GetServiceIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetServiceIndexCommandInput]): import("@smithy/smithy-client").CommandImpl<GetServiceIndexCommandInput, GetServiceIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetServiceIndexCommandInput): import("@smithy/core/client").CommandImpl<GetServiceIndexCommandInput, GetServiceIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetServiceIndexCommandInput]): import("@smithy/core/client").CommandImpl<GetServiceIndexCommandInput, GetServiceIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about the Resource Explorer index in the current Amazon Web Services Region. This operation returns the ARN and type of the index if one exists.</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 { GetServiceViewInput, GetServiceViewOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface GetServiceViewCommandInput extends GetServiceViewInput {
22
22
  export interface GetServiceViewCommandOutput extends GetServiceViewOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetServiceViewCommand_base: {
25
- new (input: GetServiceViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceViewCommandInput, GetServiceViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetServiceViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceViewCommandInput, GetServiceViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetServiceViewCommandInput): import("@smithy/core/client").CommandImpl<GetServiceViewCommandInput, GetServiceViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetServiceViewCommandInput): import("@smithy/core/client").CommandImpl<GetServiceViewCommandInput, GetServiceViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves details about a specific Resource Explorer service view. This operation returns the configuration and properties of the specified view.</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 { GetViewInput, GetViewOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface GetViewCommandInput extends GetViewInput {
22
22
  export interface GetViewCommandOutput extends GetViewOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetViewCommand_base: {
25
- new (input: GetViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetViewCommandInput, GetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetViewCommandInput, GetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetViewCommandInput): import("@smithy/core/client").CommandImpl<GetViewCommandInput, GetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetViewCommandInput): import("@smithy/core/client").CommandImpl<GetViewCommandInput, GetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves details of the specified view.</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 { ListIndexesInput, ListIndexesOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface ListIndexesCommandInput extends ListIndexesInput {
22
22
  export interface ListIndexesCommandOutput extends ListIndexesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListIndexesCommand_base: {
25
- new (input: ListIndexesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexesCommandInput, ListIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListIndexesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListIndexesCommandInput, ListIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListIndexesCommandInput): import("@smithy/core/client").CommandImpl<ListIndexesCommandInput, ListIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListIndexesCommandInput]): import("@smithy/core/client").CommandImpl<ListIndexesCommandInput, ListIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer.</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 { ListIndexesForMembersInput, ListIndexesForMembersOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface ListIndexesForMembersCommandInput extends ListIndexesForMembers
22
22
  export interface ListIndexesForMembersCommandOutput extends ListIndexesForMembersOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListIndexesForMembersCommand_base: {
25
- new (input: ListIndexesForMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListIndexesForMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListIndexesForMembersCommandInput): import("@smithy/core/client").CommandImpl<ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListIndexesForMembersCommandInput): import("@smithy/core/client").CommandImpl<ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of a member's indexes in all Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer. Only the management account or a delegated administrator with service access enabled can invoke this API call. </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 { ListManagedViewsInput, ListManagedViewsOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface ListManagedViewsCommandInput extends ListManagedViewsInput {
22
22
  export interface ListManagedViewsCommandOutput extends ListManagedViewsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListManagedViewsCommand_base: {
25
- new (input: ListManagedViewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedViewsCommandInput, ListManagedViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListManagedViewsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListManagedViewsCommandInput, ListManagedViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListManagedViewsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedViewsCommandInput, ListManagedViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListManagedViewsCommandInput]): import("@smithy/core/client").CommandImpl<ListManagedViewsCommandInput, ListManagedViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the Amazon resource names (ARNs) of the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/aws-managed-views.html">Amazon Web Services-managed views</a> available in the Amazon Web Services Region in which you call this operation. </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 { ListResourcesInput, ListResourcesOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface ListResourcesCommandInput extends ListResourcesInput {
22
22
  export interface ListResourcesCommandOutput extends ListResourcesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListResourcesCommand_base: {
25
- new (input: ListResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListResourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListResourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of resources and their details that match the specified criteria. This query must use a view. If you don’t explicitly specify a view, then Resource Explorer uses the default view for the Amazon Web Services Region in which you call this operation. </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 { ListServiceIndexesInput, ListServiceIndexesOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface ListServiceIndexesCommandInput extends ListServiceIndexesInput
22
22
  export interface ListServiceIndexesCommandOutput extends ListServiceIndexesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListServiceIndexesCommand_base: {
25
- new (input: ListServiceIndexesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceIndexesCommandInput, ListServiceIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListServiceIndexesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServiceIndexesCommandInput, ListServiceIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListServiceIndexesCommandInput): import("@smithy/core/client").CommandImpl<ListServiceIndexesCommandInput, ListServiceIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListServiceIndexesCommandInput]): import("@smithy/core/client").CommandImpl<ListServiceIndexesCommandInput, ListServiceIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all Resource Explorer indexes across the specified Amazon Web Services Regions. This operation returns information about indexes including their ARNs, types, and Regions.</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 { ListServiceViewsInput, ListServiceViewsOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface ListServiceViewsCommandInput extends ListServiceViewsInput {
22
22
  export interface ListServiceViewsCommandOutput extends ListServiceViewsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListServiceViewsCommand_base: {
25
- new (input: ListServiceViewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceViewsCommandInput, ListServiceViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListServiceViewsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServiceViewsCommandInput, ListServiceViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListServiceViewsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceViewsCommandInput, ListServiceViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListServiceViewsCommandInput]): import("@smithy/core/client").CommandImpl<ListServiceViewsCommandInput, ListServiceViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all Resource Explorer service views available in the current Amazon Web Services account. This operation returns the ARNs of available service views.</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 { ListStreamingAccessForServicesInput, ListStreamingAccessForServicesOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface ListStreamingAccessForServicesCommandInput extends ListStreamin
22
22
  export interface ListStreamingAccessForServicesCommandOutput extends ListStreamingAccessForServicesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListStreamingAccessForServicesCommand_base: {
25
- new (input: ListStreamingAccessForServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListStreamingAccessForServicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListStreamingAccessForServicesCommandInput): import("@smithy/core/client").CommandImpl<ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListStreamingAccessForServicesCommandInput]): import("@smithy/core/client").CommandImpl<ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of Amazon Web Services services that have been granted streaming access to your Resource Explorer data. Streaming access allows Amazon Web Services services to receive real-time updates about your resources as they are indexed by Resource Explorer.</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 { ListSupportedResourceTypesInput, ListSupportedResourceTypesOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface ListSupportedResourceTypesCommandInput extends ListSupportedRes
22
22
  export interface ListSupportedResourceTypesCommandOutput extends ListSupportedResourceTypesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListSupportedResourceTypesCommand_base: {
25
- new (input: ListSupportedResourceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSupportedResourceTypesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSupportedResourceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListSupportedResourceTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of all resource types currently supported by Amazon Web Services Resource Explorer.</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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
4
  import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the tags that are attached to the specified resource.</p>