@aws-sdk/client-resource-explorer-2 3.1076.0 → 3.1078.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/index.js +43 -325
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateDefaultViewCommand.js +2 -14
- package/dist-es/commands/BatchGetViewCommand.js +2 -14
- package/dist-es/commands/CreateIndexCommand.js +2 -14
- package/dist-es/commands/CreateResourceExplorerSetupCommand.js +2 -14
- package/dist-es/commands/CreateViewCommand.js +2 -14
- package/dist-es/commands/DeleteIndexCommand.js +2 -14
- package/dist-es/commands/DeleteResourceExplorerSetupCommand.js +2 -14
- package/dist-es/commands/DeleteViewCommand.js +2 -14
- package/dist-es/commands/DisassociateDefaultViewCommand.js +2 -14
- package/dist-es/commands/GetAccountLevelServiceConfigurationCommand.js +2 -14
- package/dist-es/commands/GetDefaultViewCommand.js +2 -14
- package/dist-es/commands/GetIndexCommand.js +2 -14
- package/dist-es/commands/GetManagedViewCommand.js +2 -14
- package/dist-es/commands/GetResourceExplorerSetupCommand.js +2 -14
- package/dist-es/commands/GetServiceIndexCommand.js +2 -14
- package/dist-es/commands/GetServiceViewCommand.js +2 -14
- package/dist-es/commands/GetViewCommand.js +2 -14
- package/dist-es/commands/ListIndexesCommand.js +2 -14
- package/dist-es/commands/ListIndexesForMembersCommand.js +2 -14
- package/dist-es/commands/ListManagedViewsCommand.js +2 -14
- package/dist-es/commands/ListResourcesCommand.js +2 -14
- package/dist-es/commands/ListServiceIndexesCommand.js +2 -14
- package/dist-es/commands/ListServiceViewsCommand.js +2 -14
- package/dist-es/commands/ListStreamingAccessForServicesCommand.js +2 -14
- package/dist-es/commands/ListSupportedResourceTypesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListViewsCommand.js +2 -14
- package/dist-es/commands/SearchCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateIndexTypeCommand.js +2 -14
- package/dist-es/commands/UpdateViewCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateDefaultViewCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetViewCommand.d.ts +3 -8
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceExplorerSetupCommand.d.ts +3 -8
- package/dist-types/commands/CreateViewCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIndexCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceExplorerSetupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteViewCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetDefaultViewCommand.d.ts +3 -8
- package/dist-types/commands/GetIndexCommand.d.ts +3 -8
- package/dist-types/commands/GetManagedViewCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceExplorerSetupCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceIndexCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceViewCommand.d.ts +3 -8
- package/dist-types/commands/GetViewCommand.d.ts +3 -8
- package/dist-types/commands/ListIndexesCommand.d.ts +3 -8
- package/dist-types/commands/ListIndexesForMembersCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedViewsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceIndexesCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceViewsCommand.d.ts +3 -8
- package/dist-types/commands/ListStreamingAccessForServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListViewsCommand.d.ts +3 -8
- package/dist-types/commands/SearchCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIndexTypeCommand.d.ts +3 -8
- package/dist-types/commands/UpdateViewCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateDefaultViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceExplorerSetupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceExplorerSetupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateDefaultViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountLevelServiceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDefaultViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetManagedViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceExplorerSetupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIndexesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIndexesForMembersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedViewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceIndexesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceViewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStreamingAccessForServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSupportedResourceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIndexTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateIndexInput, CreateIndexOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateIndexCommandInput extends CreateIndexInput {
|
|
|
22
19
|
export interface CreateIndexCommandOutput extends CreateIndexOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateIndexCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: CreateIndexCommandInput): import("@smithy/core/client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [CreateIndexCommandInput]): import("@smithy/core/client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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><account-id></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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateResourceExplorerSetupInput, CreateResourceExplorerSetupOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateResourceExplorerSetupCommandInput extends CreateResourceE
|
|
|
22
19
|
export interface CreateResourceExplorerSetupCommandOutput extends CreateResourceExplorerSetupOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateResourceExplorerSetupCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: CreateResourceExplorerSetupCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceExplorerSetupCommandInput, CreateResourceExplorerSetupCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateResourceExplorerSetupCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceExplorerSetupCommandInput, CreateResourceExplorerSetupCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateViewInput, CreateViewOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateViewCommandInput extends CreateViewInput {
|
|
|
22
19
|
export interface CreateViewCommandOutput extends CreateViewOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateViewCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: CreateViewCommandInput): import("@smithy/core/client").CommandImpl<CreateViewCommandInput, CreateViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateViewCommandInput): import("@smithy/core/client").CommandImpl<CreateViewCommandInput, CreateViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteIndexInput, DeleteIndexOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteIndexCommandInput extends DeleteIndexInput {
|
|
|
22
19
|
export interface DeleteIndexCommandOutput extends DeleteIndexOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteIndexCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: DeleteIndexCommandInput): import("@smithy/core/client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteIndexCommandInput): import("@smithy/core/client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteResourceExplorerSetupInput, DeleteResourceExplorerSetupOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteResourceExplorerSetupCommandInput extends DeleteResourceE
|
|
|
22
19
|
export interface DeleteResourceExplorerSetupCommandOutput extends DeleteResourceExplorerSetupOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteResourceExplorerSetupCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: DeleteResourceExplorerSetupCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceExplorerSetupCommandInput, DeleteResourceExplorerSetupCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DeleteResourceExplorerSetupCommandInput]): import("@smithy/core/client").CommandImpl<DeleteResourceExplorerSetupCommandInput, DeleteResourceExplorerSetupCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteViewInput, DeleteViewOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteViewCommandInput extends DeleteViewInput {
|
|
|
22
19
|
export interface DeleteViewCommandOutput extends DeleteViewOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteViewCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: DeleteViewCommandInput): import("@smithy/core/client").CommandImpl<DeleteViewCommandInput, DeleteViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteViewCommandInput): import("@smithy/core/client").CommandImpl<DeleteViewCommandInput, DeleteViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,11 +1,8 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
4
2
|
/**
|
|
5
3
|
* @public
|
|
6
4
|
*/
|
|
7
5
|
export type { __MetadataBearer };
|
|
8
|
-
export { $Command };
|
|
9
6
|
/**
|
|
10
7
|
* @public
|
|
11
8
|
*
|
|
@@ -21,11 +18,9 @@ export interface DisassociateDefaultViewCommandInput {
|
|
|
21
18
|
export interface DisassociateDefaultViewCommandOutput extends __MetadataBearer {
|
|
22
19
|
}
|
|
23
20
|
declare const DisassociateDefaultViewCommand_base: {
|
|
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
|
-
};
|
|
21
|
+
new (input: DisassociateDefaultViewCommandInput): import("@smithy/core/client").CommandImpl<DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
22
|
+
new (...[input]: [] | [DisassociateDefaultViewCommandInput]): import("@smithy/core/client").CommandImpl<DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
29
24
|
};
|
|
30
25
|
/**
|
|
31
26
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetAccountLevelServiceConfigurationOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAccountLevelServiceConfigurationCommandInput {
|
|
|
22
19
|
export interface GetAccountLevelServiceConfigurationCommandOutput extends GetAccountLevelServiceConfigurationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAccountLevelServiceConfigurationCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetAccountLevelServiceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetAccountLevelServiceConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetDefaultViewOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetDefaultViewCommandInput {
|
|
|
22
19
|
export interface GetDefaultViewCommandOutput extends GetDefaultViewOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDefaultViewCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetDefaultViewCommandInput): import("@smithy/core/client").CommandImpl<GetDefaultViewCommandInput, GetDefaultViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetDefaultViewCommandInput]): import("@smithy/core/client").CommandImpl<GetDefaultViewCommandInput, GetDefaultViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetIndexOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetIndexCommandInput {
|
|
|
22
19
|
export interface GetIndexCommandOutput extends GetIndexOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetIndexCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetIndexCommandInput): import("@smithy/core/client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetIndexCommandInput]): import("@smithy/core/client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetManagedViewInput, GetManagedViewOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetManagedViewCommandInput extends GetManagedViewInput {
|
|
|
22
19
|
export interface GetManagedViewCommandOutput extends GetManagedViewOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetManagedViewCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetManagedViewCommandInput): import("@smithy/core/client").CommandImpl<GetManagedViewCommandInput, GetManagedViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetManagedViewCommandInput): import("@smithy/core/client").CommandImpl<GetManagedViewCommandInput, GetManagedViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetResourceExplorerSetupInput, GetResourceExplorerSetupOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetResourceExplorerSetupCommandInput extends GetResourceExplore
|
|
|
22
19
|
export interface GetResourceExplorerSetupCommandOutput extends GetResourceExplorerSetupOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetResourceExplorerSetupCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetResourceExplorerSetupCommandInput): import("@smithy/core/client").CommandImpl<GetResourceExplorerSetupCommandInput, GetResourceExplorerSetupCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetResourceExplorerSetupCommandInput): import("@smithy/core/client").CommandImpl<GetResourceExplorerSetupCommandInput, GetResourceExplorerSetupCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetServiceIndexOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetServiceIndexCommandInput {
|
|
|
22
19
|
export interface GetServiceIndexCommandOutput extends GetServiceIndexOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetServiceIndexCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetServiceIndexCommandInput): import("@smithy/core/client").CommandImpl<GetServiceIndexCommandInput, GetServiceIndexCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetServiceIndexCommandInput]): import("@smithy/core/client").CommandImpl<GetServiceIndexCommandInput, GetServiceIndexCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetServiceViewInput, GetServiceViewOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetServiceViewCommandInput extends GetServiceViewInput {
|
|
|
22
19
|
export interface GetServiceViewCommandOutput extends GetServiceViewOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetServiceViewCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetServiceViewCommandInput): import("@smithy/core/client").CommandImpl<GetServiceViewCommandInput, GetServiceViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetServiceViewCommandInput): import("@smithy/core/client").CommandImpl<GetServiceViewCommandInput, GetServiceViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves details about a specific Resource Explorer service view. This operation returns the configuration and properties of the specified view.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetViewInput, GetViewOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetViewCommandInput extends GetViewInput {
|
|
|
22
19
|
export interface GetViewCommandOutput extends GetViewOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetViewCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetViewCommandInput): import("@smithy/core/client").CommandImpl<GetViewCommandInput, GetViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetViewCommandInput): import("@smithy/core/client").CommandImpl<GetViewCommandInput, GetViewCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves details of the specified view.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListIndexesInput, ListIndexesOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListIndexesCommandInput extends ListIndexesInput {
|
|
|
22
19
|
export interface ListIndexesCommandOutput extends ListIndexesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListIndexesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListIndexesCommandInput): import("@smithy/core/client").CommandImpl<ListIndexesCommandInput, ListIndexesCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListIndexesCommandInput]): import("@smithy/core/client").CommandImpl<ListIndexesCommandInput, ListIndexesCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListIndexesForMembersInput, ListIndexesForMembersOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListIndexesForMembersCommandInput extends ListIndexesForMembers
|
|
|
22
19
|
export interface ListIndexesForMembersCommandOutput extends ListIndexesForMembersOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListIndexesForMembersCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListIndexesForMembersCommandInput): import("@smithy/core/client").CommandImpl<ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListIndexesForMembersCommandInput): import("@smithy/core/client").CommandImpl<ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListManagedViewsInput, ListManagedViewsOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListManagedViewsCommandInput extends ListManagedViewsInput {
|
|
|
22
19
|
export interface ListManagedViewsCommandOutput extends ListManagedViewsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListManagedViewsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListManagedViewsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedViewsCommandInput, ListManagedViewsCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListManagedViewsCommandInput]): import("@smithy/core/client").CommandImpl<ListManagedViewsCommandInput, ListManagedViewsCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListResourcesInput, ListResourcesOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListResourcesCommandInput extends ListResourcesInput {
|
|
|
22
19
|
export interface ListResourcesCommandOutput extends ListResourcesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListResourcesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListResourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListResourcesCommandInput, ListResourcesCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListServiceIndexesInput, ListServiceIndexesOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListServiceIndexesCommandInput extends ListServiceIndexesInput
|
|
|
22
19
|
export interface ListServiceIndexesCommandOutput extends ListServiceIndexesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListServiceIndexesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListServiceIndexesCommandInput): import("@smithy/core/client").CommandImpl<ListServiceIndexesCommandInput, ListServiceIndexesCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListServiceIndexesCommandInput]): import("@smithy/core/client").CommandImpl<ListServiceIndexesCommandInput, ListServiceIndexesCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|