@aws-sdk/client-resource-explorer-2 3.1077.0 → 3.1079.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 +40 -323
- 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-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/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/package.json +8 -8
|
@@ -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>
|
|
@@ -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 { ListServiceViewsInput, ListServiceViewsOutput } 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 ListServiceViewsCommandInput extends ListServiceViewsInput {
|
|
|
22
19
|
export interface ListServiceViewsCommandOutput extends ListServiceViewsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListServiceViewsCommand_base: {
|
|
25
|
-
new (input: ListServiceViewsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceViewsCommandInput, ListServiceViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListServiceViewsCommandInput]): import("@smithy/core/client").CommandImpl<ListServiceViewsCommandInput, ListServiceViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListServiceViewsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceViewsCommandInput, ListServiceViewsCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListServiceViewsCommandInput]): import("@smithy/core/client").CommandImpl<ListServiceViewsCommandInput, ListServiceViewsCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all Resource Explorer service views available in the current Amazon Web Services account. This operation returns the ARNs of available service views.</p>
|
|
@@ -1,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 { ListStreamingAccessForServicesInput, ListStreamingAccessForServicesOutput } 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 ListStreamingAccessForServicesCommandInput extends ListStreamin
|
|
|
22
19
|
export interface ListStreamingAccessForServicesCommandOutput extends ListStreamingAccessForServicesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListStreamingAccessForServicesCommand_base: {
|
|
25
|
-
new (input: ListStreamingAccessForServicesCommandInput): import("@smithy/core/client").CommandImpl<ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListStreamingAccessForServicesCommandInput]): import("@smithy/core/client").CommandImpl<ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListStreamingAccessForServicesCommandInput): import("@smithy/core/client").CommandImpl<ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListStreamingAccessForServicesCommandInput]): import("@smithy/core/client").CommandImpl<ListStreamingAccessForServicesCommandInput, ListStreamingAccessForServicesCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of Amazon Web Services services that have been granted streaming access to your Resource Explorer data. Streaming access allows Amazon Web Services services to receive real-time updates about your resources as they are indexed by Resource Explorer.</p>
|
|
@@ -1,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 { ListSupportedResourceTypesInput, ListSupportedResourceTypesOutput } 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 ListSupportedResourceTypesCommandInput extends ListSupportedRes
|
|
|
22
19
|
export interface ListSupportedResourceTypesCommandOutput extends ListSupportedResourceTypesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSupportedResourceTypesCommand_base: {
|
|
25
|
-
new (input: ListSupportedResourceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListSupportedResourceTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSupportedResourceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListSupportedResourceTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput, import("..").ResourceExplorer2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a list of all resource types currently supported by Amazon Web Services Resource Explorer.</p>
|