@aws-sdk/client-resource-explorer-2 3.337.0 → 3.338.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/ResourceExplorer2Client.js +2 -1
- package/dist-cjs/commands/AssociateDefaultViewCommand.js +2 -1
- package/dist-cjs/commands/BatchGetViewCommand.js +2 -1
- package/dist-cjs/commands/CreateIndexCommand.js +2 -1
- package/dist-cjs/commands/CreateViewCommand.js +2 -1
- package/dist-cjs/commands/DeleteIndexCommand.js +2 -1
- package/dist-cjs/commands/DeleteViewCommand.js +2 -1
- package/dist-cjs/commands/DisassociateDefaultViewCommand.js +2 -1
- package/dist-cjs/commands/GetDefaultViewCommand.js +2 -1
- package/dist-cjs/commands/GetIndexCommand.js +2 -1
- package/dist-cjs/commands/GetViewCommand.js +2 -1
- package/dist-cjs/commands/ListIndexesCommand.js +2 -1
- package/dist-cjs/commands/ListSupportedResourceTypesCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListViewsCommand.js +2 -1
- package/dist-cjs/commands/SearchCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateIndexTypeCommand.js +2 -1
- package/dist-cjs/commands/UpdateViewCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/ResourceExplorer2ServiceException.js +2 -1
- package/dist-es/ResourceExplorer2Client.js +1 -0
- package/dist-es/commands/AssociateDefaultViewCommand.js +1 -0
- package/dist-es/commands/BatchGetViewCommand.js +1 -0
- package/dist-es/commands/CreateIndexCommand.js +1 -0
- package/dist-es/commands/CreateViewCommand.js +1 -0
- package/dist-es/commands/DeleteIndexCommand.js +1 -0
- package/dist-es/commands/DeleteViewCommand.js +1 -0
- package/dist-es/commands/DisassociateDefaultViewCommand.js +1 -0
- package/dist-es/commands/GetDefaultViewCommand.js +1 -0
- package/dist-es/commands/GetIndexCommand.js +1 -0
- package/dist-es/commands/GetViewCommand.js +1 -0
- package/dist-es/commands/ListIndexesCommand.js +1 -0
- package/dist-es/commands/ListSupportedResourceTypesCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListViewsCommand.js +1 -0
- package/dist-es/commands/SearchCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateIndexTypeCommand.js +1 -0
- package/dist-es/commands/UpdateViewCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/ResourceExplorer2ServiceException.js +1 -0
- package/dist-types/ResourceExplorer2Client.d.ts +3 -3
- package/dist-types/commands/AssociateDefaultViewCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetViewCommand.d.ts +4 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +4 -0
- package/dist-types/commands/CreateViewCommand.d.ts +4 -0
- package/dist-types/commands/DeleteIndexCommand.d.ts +4 -0
- package/dist-types/commands/DeleteViewCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +4 -0
- package/dist-types/commands/GetDefaultViewCommand.d.ts +4 -0
- package/dist-types/commands/GetIndexCommand.d.ts +4 -0
- package/dist-types/commands/GetViewCommand.d.ts +4 -0
- package/dist-types/commands/ListIndexesCommand.d.ts +4 -0
- package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListViewsCommand.d.ts +4 -0
- package/dist-types/commands/SearchCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateIndexTypeCommand.d.ts +4 -0
- package/dist-types/commands/UpdateViewCommand.d.ts +4 -0
- package/dist-types/index.d.ts +27 -2
- package/dist-types/models/ResourceExplorer2ServiceException.d.ts +1 -0
- package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateDefaultViewCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchGetViewCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateDefaultViewCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDefaultViewCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetViewCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListIndexesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSupportedResourceTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateIndexTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateViewCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/ResourceExplorer2ServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetDefaultViewOutput } from "../models/models_0";
|
|
5
5
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetIndexOutput } from "../models/models_0";
|
|
5
5
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetViewInput, GetViewOutput } from "../models/models_0";
|
|
5
5
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListIndexesInput, ListIndexesOutput } from "../models/models_0";
|
|
5
5
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListSupportedResourceTypesInput, ListSupportedResourceTypesOutput } from "../models/models_0";
|
|
5
5
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
5
5
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListViewsInput, ListViewsOutput } from "../models/models_0";
|
|
5
5
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { SearchInput, SearchOutput } from "../models/models_0";
|
|
5
5
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
5
5
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
5
5
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateIndexTypeInput, UpdateIndexTypeOutput } from "../models/models_0";
|
|
5
5
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateViewInput, UpdateViewOutput } from "../models/models_0";
|
|
5
5
|
import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Amazon Web Services Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can
|
|
3
|
+
* explore your resources using an internet search engine-like experience. Examples of
|
|
4
|
+
* resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB
|
|
5
|
+
* tables. You can search for your resources using resource metadata like names, tags, and
|
|
6
|
+
* IDs. Resource Explorer can search across all of the Amazon Web Services Regions in your account in which you turn
|
|
7
|
+
* the service on, to simplify your cross-Region workloads.</p>
|
|
8
|
+
* <p>Resource Explorer scans the resources in each of the Amazon Web Services Regions in your Amazon Web Services account in which
|
|
9
|
+
* you turn on Resource Explorer. Resource Explorer <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-terms-and-concepts.html#term-index">creates
|
|
10
|
+
* and maintains an index</a> in each Region, with the details of that Region's
|
|
11
|
+
* resources.</p>
|
|
12
|
+
* <p>You can <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">search across all of the
|
|
13
|
+
* indexed Regions in your account</a> by designating one of your Amazon Web Services Regions to
|
|
14
|
+
* contain the aggregator index for the account. When you <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region-turn-on.html">promote a local index
|
|
15
|
+
* in a Region to become the aggregator index for the account</a>, Resource Explorer automatically
|
|
16
|
+
* replicates the index information from all local indexes in the other Regions to the
|
|
17
|
+
* aggregator index. Therefore, the Region with the aggregator index has a copy of all resource
|
|
18
|
+
* information for all Regions in the account where you turned on Resource Explorer. As a result,
|
|
19
|
+
* views in the aggregator index Region include resources from all of the indexed Regions in your
|
|
20
|
+
* account.</p>
|
|
21
|
+
* <p>For more information about Amazon Web Services Resource Explorer, including how to enable and configure the
|
|
22
|
+
* service, see the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/">Amazon Web Services Resource Explorer User Guide</a>.</p>
|
|
23
|
+
*
|
|
24
|
+
* @packageDocumentation
|
|
25
|
+
*/
|
|
2
26
|
export * from "./ResourceExplorer2Client";
|
|
27
|
+
export * from "./ResourceExplorer2";
|
|
3
28
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
29
|
export * from "./pagination";
|
|
30
|
+
export * from "./models";
|
|
6
31
|
export { ResourceExplorer2ServiceException } from "./models/ResourceExplorer2ServiceException";
|
|
@@ -127,6 +127,7 @@ import {
|
|
|
127
127
|
ClientResolvedEndpointParameters,
|
|
128
128
|
EndpointParameters,
|
|
129
129
|
} from "./endpoint/EndpointParameters";
|
|
130
|
+
export { __Client };
|
|
130
131
|
export type ServiceInputTypes =
|
|
131
132
|
| AssociateDefaultViewCommandInput
|
|
132
133
|
| BatchGetViewCommandInput
|
|
@@ -191,7 +192,7 @@ export interface ClientDefaults
|
|
|
191
192
|
logger?: __Logger;
|
|
192
193
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
193
194
|
}
|
|
194
|
-
type ResourceExplorer2ClientConfigType = Partial<
|
|
195
|
+
export type ResourceExplorer2ClientConfigType = Partial<
|
|
195
196
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
196
197
|
> &
|
|
197
198
|
ClientDefaults &
|
|
@@ -204,7 +205,7 @@ type ResourceExplorer2ClientConfigType = Partial<
|
|
|
204
205
|
ClientInputEndpointParameters;
|
|
205
206
|
export interface ResourceExplorer2ClientConfig
|
|
206
207
|
extends ResourceExplorer2ClientConfigType {}
|
|
207
|
-
type ResourceExplorer2ClientResolvedConfigType =
|
|
208
|
+
export type ResourceExplorer2ClientResolvedConfigType =
|
|
208
209
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
209
210
|
Required<ClientDefaults> &
|
|
210
211
|
RegionResolvedConfig &
|
|
@@ -226,4 +227,3 @@ export declare class ResourceExplorer2Client extends __Client<
|
|
|
226
227
|
constructor(configuration: ResourceExplorer2ClientConfig);
|
|
227
228
|
destroy(): void;
|
|
228
229
|
}
|
|
229
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../ResourceExplorer2Client";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateDefaultViewCommandInput
|
|
19
20
|
extends AssociateDefaultViewInput {}
|
|
20
21
|
export interface AssociateDefaultViewCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../ResourceExplorer2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface BatchGetViewCommandInput extends BatchGetViewInput {}
|
|
16
17
|
export interface BatchGetViewCommandOutput
|
|
17
18
|
extends BatchGetViewOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../ResourceExplorer2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateIndexCommandInput extends CreateIndexInput {}
|
|
16
17
|
export interface CreateIndexCommandOutput
|
|
17
18
|
extends CreateIndexOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../ResourceExplorer2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateViewCommandInput extends CreateViewInput {}
|
|
16
17
|
export interface CreateViewCommandOutput
|
|
17
18
|
extends CreateViewOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../ResourceExplorer2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteIndexCommandInput extends DeleteIndexInput {}
|
|
16
17
|
export interface DeleteIndexCommandOutput
|
|
17
18
|
extends DeleteIndexOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../ResourceExplorer2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteViewCommandInput extends DeleteViewInput {}
|
|
16
17
|
export interface DeleteViewCommandOutput
|
|
17
18
|
extends DeleteViewOutput,
|
|
@@ -11,6 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ResourceExplorer2Client";
|
|
14
|
+
export { __MetadataBearer, $Command };
|
|
14
15
|
export interface DisassociateDefaultViewCommandInput {}
|
|
15
16
|
export interface DisassociateDefaultViewCommandOutput
|
|
16
17
|
extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../ResourceExplorer2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetDefaultViewCommandInput {}
|
|
16
17
|
export interface GetDefaultViewCommandOutput
|
|
17
18
|
extends GetDefaultViewOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../ResourceExplorer2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetViewCommandInput extends GetViewInput {}
|
|
16
17
|
export interface GetViewCommandOutput extends GetViewOutput, __MetadataBearer {}
|
|
17
18
|
export declare class GetViewCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../ResourceExplorer2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListIndexesCommandInput extends ListIndexesInput {}
|
|
16
17
|
export interface ListIndexesCommandOutput
|
|
17
18
|
extends ListIndexesOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../ResourceExplorer2Client";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSupportedResourceTypesCommandInput
|
|
19
20
|
extends ListSupportedResourceTypesInput {}
|
|
20
21
|
export interface ListSupportedResourceTypesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../ResourceExplorer2Client";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceInput {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../ResourceExplorer2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListViewsCommandInput extends ListViewsInput {}
|
|
16
17
|
export interface ListViewsCommandOutput
|
|
17
18
|
extends ListViewsOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../ResourceExplorer2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface SearchCommandInput extends SearchInput {}
|
|
16
17
|
export interface SearchCommandOutput extends SearchOutput, __MetadataBearer {}
|
|
17
18
|
export declare class SearchCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../ResourceExplorer2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../ResourceExplorer2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
16
17
|
export interface UntagResourceCommandOutput
|
|
17
18
|
extends UntagResourceOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../ResourceExplorer2Client";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateIndexTypeCommandInput extends UpdateIndexTypeInput {}
|
|
19
20
|
export interface UpdateIndexTypeCommandOutput
|
|
20
21
|
extends UpdateIndexTypeOutput,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../ResourceExplorer2Client";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateViewCommandInput extends UpdateViewInput {}
|
|
16
17
|
export interface UpdateViewCommandOutput
|
|
17
18
|
extends UpdateViewOutput,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./ResourceExplorer2";
|
|
2
1
|
export * from "./ResourceExplorer2Client";
|
|
2
|
+
export * from "./ResourceExplorer2";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { ResourceExplorer2ServiceException } from "./models/ResourceExplorer2ServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class ResourceExplorer2ServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-explorer-2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Explorer 2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|