@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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +80 -81
- package/dist-cjs/models/ResourceExplorer2ServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ResourceExplorer2.js +1 -1
- package/dist-es/ResourceExplorer2Client.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateDefaultViewCommand.js +2 -2
- package/dist-es/commands/BatchGetViewCommand.js +2 -2
- package/dist-es/commands/CreateIndexCommand.js +2 -2
- package/dist-es/commands/CreateResourceExplorerSetupCommand.js +2 -2
- package/dist-es/commands/CreateViewCommand.js +2 -2
- package/dist-es/commands/DeleteIndexCommand.js +2 -2
- package/dist-es/commands/DeleteResourceExplorerSetupCommand.js +2 -2
- package/dist-es/commands/DeleteViewCommand.js +2 -2
- package/dist-es/commands/DisassociateDefaultViewCommand.js +2 -2
- package/dist-es/commands/GetAccountLevelServiceConfigurationCommand.js +2 -2
- package/dist-es/commands/GetDefaultViewCommand.js +2 -2
- package/dist-es/commands/GetIndexCommand.js +2 -2
- package/dist-es/commands/GetManagedViewCommand.js +2 -2
- package/dist-es/commands/GetResourceExplorerSetupCommand.js +2 -2
- package/dist-es/commands/GetServiceIndexCommand.js +2 -2
- package/dist-es/commands/GetServiceViewCommand.js +2 -2
- package/dist-es/commands/GetViewCommand.js +2 -2
- package/dist-es/commands/ListIndexesCommand.js +2 -2
- package/dist-es/commands/ListIndexesForMembersCommand.js +2 -2
- package/dist-es/commands/ListManagedViewsCommand.js +2 -2
- package/dist-es/commands/ListResourcesCommand.js +2 -2
- package/dist-es/commands/ListServiceIndexesCommand.js +2 -2
- package/dist-es/commands/ListServiceViewsCommand.js +2 -2
- package/dist-es/commands/ListStreamingAccessForServicesCommand.js +2 -2
- package/dist-es/commands/ListSupportedResourceTypesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListViewsCommand.js +2 -2
- package/dist-es/commands/SearchCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateIndexTypeCommand.js +2 -2
- package/dist-es/commands/UpdateViewCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ResourceExplorer2ServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ResourceExplorer2Client.d.ts +5 -5
- package/dist-types/commands/AssociateDefaultViewCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetViewCommand.d.ts +6 -4
- package/dist-types/commands/CreateIndexCommand.d.ts +6 -4
- package/dist-types/commands/CreateResourceExplorerSetupCommand.d.ts +6 -4
- package/dist-types/commands/CreateViewCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIndexCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourceExplorerSetupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteViewCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetDefaultViewCommand.d.ts +6 -4
- package/dist-types/commands/GetIndexCommand.d.ts +6 -4
- package/dist-types/commands/GetManagedViewCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceExplorerSetupCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceIndexCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceViewCommand.d.ts +6 -4
- package/dist-types/commands/GetViewCommand.d.ts +6 -4
- package/dist-types/commands/ListIndexesCommand.d.ts +6 -4
- package/dist-types/commands/ListIndexesForMembersCommand.d.ts +6 -4
- package/dist-types/commands/ListManagedViewsCommand.d.ts +6 -4
- package/dist-types/commands/ListResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceIndexesCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceViewsCommand.d.ts +6 -4
- package/dist-types/commands/ListStreamingAccessForServicesCommand.d.ts +6 -4
- package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListViewsCommand.d.ts +6 -4
- package/dist-types/commands/SearchCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIndexTypeCommand.d.ts +6 -4
- package/dist-types/commands/UpdateViewCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ResourceExplorer2ServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateDefaultViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateResourceExplorerSetupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourceExplorerSetupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateDefaultViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountLevelServiceConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDefaultViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/GetManagedViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceExplorerSetupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIndexesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIndexesForMembersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListManagedViewsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceIndexesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceViewsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStreamingAccessForServicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSupportedResourceTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIndexTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ResourceExplorer2ServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListViewsInput, ListViewsOutput } from "../models/models_0";
|
|
4
4
|
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
@@ -22,9 +22,11 @@ export interface ListViewsCommandInput extends ListViewsInput {
|
|
|
22
22
|
export interface ListViewsCommandOutput extends ListViewsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListViewsCommand_base: {
|
|
25
|
-
new (input: ListViewsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListViewsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListViewsCommandInput): import("@smithy/core/client").CommandImpl<ListViewsCommandInput, ListViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListViewsCommandInput]): import("@smithy/core/client").CommandImpl<ListViewsCommandInput, ListViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon resource names (ARNs)</a> of the views available in the Amazon Web Services Region in which you call this operation.</p> <note> <p>Always check the <code>NextToken</code> response parameter for a <code>null</code> value when calling a paginated operation. These operations can occasionally return an empty set of results even when there are more results available. The <code>NextToken</code> response parameter value is <code>null</code> <i>only</i> when there are no more results to display.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SearchInput, SearchOutput } from "../models/models_0";
|
|
4
4
|
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
@@ -22,9 +22,11 @@ export interface SearchCommandInput extends SearchInput {
|
|
|
22
22
|
export interface SearchCommandOutput extends SearchOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SearchCommand_base: {
|
|
25
|
-
new (input: SearchCommandInput): import("@smithy/
|
|
26
|
-
new (input: SearchCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SearchCommandInput): import("@smithy/core/client").CommandImpl<SearchCommandInput, SearchCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchCommandInput): import("@smithy/core/client").CommandImpl<SearchCommandInput, SearchCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Searches for resources and displays details about all resources that match the specified criteria. You must specify a query string.</p> <p>All search queries must use a view. If you don't explicitly specify a view, then Amazon Web Services Resource Explorer uses the default view for the Amazon Web Services Region in which you call this operation. The results are the logical intersection of the results that match both the <code>QueryString</code> parameter supplied to this operation and the <code>SearchFilter</code> parameter attached to the view.</p> <p>For the complete syntax supported by the <code>QueryString</code> parameter, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/APIReference/about-query-syntax.html">Search query syntax reference for Resource Explorer</a>.</p> <p>If your search results are empty, or are missing results that you think should be there, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/troubleshooting_search.html">Troubleshooting Resource Explorer search</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
4
4
|
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds one or more tag key and value pairs to an Amazon Web Services Resource Explorer view or index.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
4
4
|
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateIndexTypeInput, UpdateIndexTypeOutput } from "../models/models_0";
|
|
4
4
|
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
@@ -22,9 +22,11 @@ export interface UpdateIndexTypeCommandInput extends UpdateIndexTypeInput {
|
|
|
22
22
|
export interface UpdateIndexTypeCommandOutput extends UpdateIndexTypeOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateIndexTypeCommand_base: {
|
|
25
|
-
new (input: UpdateIndexTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateIndexTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateIndexTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexTypeCommandInput, UpdateIndexTypeCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateIndexTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexTypeCommandInput, UpdateIndexTypeCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Changes the type of the index from one of the following types to the other. For more information about indexes and the role they perform in Amazon Web Services Resource Explorer, 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> <ul> <li> <p> <b> <code>AGGREGATOR</code> index type</b> </p> <p>The index contains information about resources from all Amazon Web Services Regions in the Amazon Web Services account in which you've created a Resource Explorer index. Resource information from all other Regions is replicated to this Region's index.</p> <p>When you change the index type to <code>AGGREGATOR</code>, Resource Explorer turns on replication of all discovered resource information from the other Amazon Web Services Regions in your account to this index. You can then, from this Region only, perform resource search queries that span all Amazon Web Services Regions in the Amazon Web Services account. Turning on replication from all other Regions is performed by asynchronous background tasks. You can check the status of the asynchronous tasks by using the <a>GetIndex</a> operation. When the asynchronous tasks complete, the <code>Status</code> response of that operation changes from <code>UPDATING</code> to <code>ACTIVE</code>. After that, you can start to see results from other Amazon Web Services Regions in query results. However, it can take several hours for replication from all other Regions to complete.</p> <important> <p>You can have only one aggregator index per Amazon Web Services account. Before you can promote a different index to be the aggregator index for the account, you must first demote the existing aggregator index to type <code>LOCAL</code>.</p> </important> </li> <li> <p> <b> <code>LOCAL</code> index type</b> </p> <p>The index contains information about resources in only the Amazon Web Services Region in which the index exists. If an aggregator index in another Region exists, then information in this local index is replicated to the aggregator index.</p> <p>When you change the index type to <code>LOCAL</code>, Resource Explorer turns off the replication of resource information from all other Amazon Web Services Regions in the Amazon Web Services account to this Region. The aggregator index remains in the <code>UPDATING</code> state until all replication with other Regions successfully stops. You can check the status of the asynchronous task by using the <a>GetIndex</a> operation. When Resource Explorer successfully stops all replication with other Regions, the <code>Status</code> response of that operation changes from <code>UPDATING</code> to <code>ACTIVE</code>. Separately, the resource information from other Regions that was previously stored in the index is deleted within 30 days by another background task. Until that asynchronous task completes, some results from other Regions can continue to appear in search results.</p> <important> <p>After you demote an aggregator index to a local index, you must wait 24 hours before you can promote another index to be the new aggregator index for the account.</p> </important> </li> </ul>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateViewInput, UpdateViewOutput } from "../models/models_0";
|
|
4
4
|
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
@@ -22,9 +22,11 @@ export interface UpdateViewCommandInput extends UpdateViewInput {
|
|
|
22
22
|
export interface UpdateViewCommandOutput extends UpdateViewOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateViewCommand_base: {
|
|
25
|
-
new (input: UpdateViewCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateViewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateViewCommandInput): import("@smithy/core/client").CommandImpl<UpdateViewCommandInput, UpdateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateViewCommandInput): import("@smithy/core/client").CommandImpl<UpdateViewCommandInput, UpdateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies some of the details of a view. You can change the filter string and the list of included properties. You can't change the name of the view.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import type { ValidationExceptionField } from "./models_0";
|
|
3
3
|
import { ResourceExplorer2ServiceException as __BaseException } from "./ResourceExplorer2ServiceException";
|
|
4
4
|
/**
|
|
@@ -5,13 +5,13 @@ import type { ResourceExplorer2ClientConfig } from "./ResourceExplorer2Client";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ResourceExplorer2ClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { ResourceExplorer2ClientConfig } from "./ResourceExplorer2Client";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ResourceExplorer2ClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { ResourceExplorer2ClientConfig } from "./ResourceExplorer2Client";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: ResourceExplorer2ClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ResourceExplorer2ClientConfig) =
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AssociateDefaultViewInput,
|
|
@@ -19,7 +19,7 @@ export interface AssociateDefaultViewCommandOutput
|
|
|
19
19
|
declare const AssociateDefaultViewCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateDefaultViewCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateDefaultViewCommandInput,
|
|
24
24
|
AssociateDefaultViewCommandOutput,
|
|
25
25
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateDefaultViewCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociateDefaultViewCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateDefaultViewCommandInput,
|
|
33
33
|
AssociateDefaultViewCommandOutput,
|
|
34
34
|
ResourceExplorer2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociateDefaultViewCommand extends AssociateDefaultViewCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { BatchGetViewInput, BatchGetViewOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface BatchGetViewCommandOutput
|
|
|
15
15
|
declare const BatchGetViewCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: BatchGetViewCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
BatchGetViewCommandInput,
|
|
20
20
|
BatchGetViewCommandOutput,
|
|
21
21
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const BatchGetViewCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [BatchGetViewCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
BatchGetViewCommandInput,
|
|
29
29
|
BatchGetViewCommandOutput,
|
|
30
30
|
ResourceExplorer2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class BatchGetViewCommand extends BatchGetViewCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CreateIndexInput, CreateIndexOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CreateIndexCommandOutput
|
|
|
15
15
|
declare const CreateIndexCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateIndexCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateIndexCommandInput,
|
|
20
20
|
CreateIndexCommandOutput,
|
|
21
21
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateIndexCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [CreateIndexCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateIndexCommandInput,
|
|
29
29
|
CreateIndexCommandOutput,
|
|
30
30
|
ResourceExplorer2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateIndexCommand extends CreateIndexCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateResourceExplorerSetupInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateResourceExplorerSetupCommandOutput
|
|
|
19
19
|
declare const CreateResourceExplorerSetupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateResourceExplorerSetupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateResourceExplorerSetupCommandInput,
|
|
24
24
|
CreateResourceExplorerSetupCommandOutput,
|
|
25
25
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateResourceExplorerSetupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateResourceExplorerSetupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateResourceExplorerSetupCommandInput,
|
|
33
33
|
CreateResourceExplorerSetupCommandOutput,
|
|
34
34
|
ResourceExplorer2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateResourceExplorerSetupCommand extends CreateResourceExplorerSetupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CreateViewInput, CreateViewOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CreateViewCommandOutput
|
|
|
15
15
|
declare const CreateViewCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateViewCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateViewCommandInput,
|
|
20
20
|
CreateViewCommandOutput,
|
|
21
21
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateViewCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateViewCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateViewCommandInput,
|
|
29
29
|
CreateViewCommandOutput,
|
|
30
30
|
ResourceExplorer2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateViewCommand extends CreateViewCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteIndexInput, DeleteIndexOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteIndexCommandOutput
|
|
|
15
15
|
declare const DeleteIndexCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteIndexCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteIndexCommandInput,
|
|
20
20
|
DeleteIndexCommandOutput,
|
|
21
21
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteIndexCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteIndexCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteIndexCommandInput,
|
|
29
29
|
DeleteIndexCommandOutput,
|
|
30
30
|
ResourceExplorer2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteResourceExplorerSetupInput,
|
|
@@ -19,7 +19,7 @@ export interface DeleteResourceExplorerSetupCommandOutput
|
|
|
19
19
|
declare const DeleteResourceExplorerSetupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteResourceExplorerSetupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteResourceExplorerSetupCommandInput,
|
|
24
24
|
DeleteResourceExplorerSetupCommandOutput,
|
|
25
25
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteResourceExplorerSetupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DeleteResourceExplorerSetupCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteResourceExplorerSetupCommandInput,
|
|
33
33
|
DeleteResourceExplorerSetupCommandOutput,
|
|
34
34
|
ResourceExplorer2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteResourceExplorerSetupCommand extends DeleteResourceExplorerSetupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteViewInput, DeleteViewOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeleteViewCommandOutput
|
|
|
15
15
|
declare const DeleteViewCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteViewCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteViewCommandInput,
|
|
20
20
|
DeleteViewCommandOutput,
|
|
21
21
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteViewCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteViewCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteViewCommandInput,
|
|
29
29
|
DeleteViewCommandOutput,
|
|
30
30
|
ResourceExplorer2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteViewCommand extends DeleteViewCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DisassociateDefaultViewCommandOutput
|
|
|
13
13
|
declare const DisassociateDefaultViewCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DisassociateDefaultViewCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DisassociateDefaultViewCommandInput,
|
|
18
18
|
DisassociateDefaultViewCommandOutput,
|
|
19
19
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DisassociateDefaultViewCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
...[input]: [] | [DisassociateDefaultViewCommandInput]
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DisassociateDefaultViewCommandInput,
|
|
27
27
|
DisassociateDefaultViewCommandOutput,
|
|
28
28
|
ResourceExplorer2ClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DisassociateDefaultViewCommand extends DisassociateDefaultViewCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetAccountLevelServiceConfigurationOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetAccountLevelServiceConfigurationCommandOutput
|
|
|
15
15
|
declare const GetAccountLevelServiceConfigurationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetAccountLevelServiceConfigurationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetAccountLevelServiceConfigurationCommandInput,
|
|
20
20
|
GetAccountLevelServiceConfigurationCommandOutput,
|
|
21
21
|
ResourceExplorer2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetAccountLevelServiceConfigurationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [GetAccountLevelServiceConfigurationCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetAccountLevelServiceConfigurationCommandInput,
|
|
29
29
|
GetAccountLevelServiceConfigurationCommandOutput,
|
|
30
30
|
ResourceExplorer2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetAccountLevelServiceConfigurationCommand extends GetAccountLevelServiceConfigurationCommand_base {
|
|
37
39
|
protected static __types: {
|