@aws-sdk/client-resource-explorer-2 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ResourceExplorer2.d.ts +10 -1
- package/dist-types/ResourceExplorer2Client.d.ts +1 -1
- package/dist-types/commands/AssociateDefaultViewCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetViewCommand.d.ts +2 -1
- package/dist-types/commands/CreateIndexCommand.d.ts +2 -1
- package/dist-types/commands/CreateViewCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIndexCommand.d.ts +2 -1
- package/dist-types/commands/DeleteViewCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +2 -1
- package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetDefaultViewCommand.d.ts +2 -1
- package/dist-types/commands/GetIndexCommand.d.ts +2 -1
- package/dist-types/commands/GetViewCommand.d.ts +2 -1
- package/dist-types/commands/ListIndexesCommand.d.ts +2 -1
- package/dist-types/commands/ListIndexesForMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListViewsCommand.d.ts +2 -1
- package/dist-types/commands/SearchCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIndexTypeCommand.d.ts +2 -1
- package/dist-types/commands/UpdateViewCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +137 -137
- package/dist-types/ts3.4/ResourceExplorer2.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateDefaultViewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetViewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateDefaultViewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAccountLevelServiceConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDefaultViewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetViewCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/ListIndexesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIndexesForMembersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSupportedResourceTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIndexTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateViewCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -1722,9 +1722,6 @@ var paginateListViews = (0, import_core.createPaginator)(ResourceExplorer2Client
|
|
|
1722
1722
|
// src/pagination/SearchPaginator.ts
|
|
1723
1723
|
|
|
1724
1724
|
var paginateSearch = (0, import_core.createPaginator)(ResourceExplorer2Client, SearchCommand, "NextToken", "NextToken", "MaxResults");
|
|
1725
|
-
|
|
1726
|
-
// src/index.ts
|
|
1727
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
1728
1725
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1729
1726
|
|
|
1730
1727
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -31,12 +31,14 @@ export interface ResourceExplorer2 {
|
|
|
31
31
|
/**
|
|
32
32
|
* @see {@link BatchGetViewCommand}
|
|
33
33
|
*/
|
|
34
|
+
batchGetView(): Promise<BatchGetViewCommandOutput>;
|
|
34
35
|
batchGetView(args: BatchGetViewCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetViewCommandOutput>;
|
|
35
36
|
batchGetView(args: BatchGetViewCommandInput, cb: (err: any, data?: BatchGetViewCommandOutput) => void): void;
|
|
36
37
|
batchGetView(args: BatchGetViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetViewCommandOutput) => void): void;
|
|
37
38
|
/**
|
|
38
39
|
* @see {@link CreateIndexCommand}
|
|
39
40
|
*/
|
|
41
|
+
createIndex(): Promise<CreateIndexCommandOutput>;
|
|
40
42
|
createIndex(args: CreateIndexCommandInput, options?: __HttpHandlerOptions): Promise<CreateIndexCommandOutput>;
|
|
41
43
|
createIndex(args: CreateIndexCommandInput, cb: (err: any, data?: CreateIndexCommandOutput) => void): void;
|
|
42
44
|
createIndex(args: CreateIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIndexCommandOutput) => void): void;
|
|
@@ -61,24 +63,28 @@ export interface ResourceExplorer2 {
|
|
|
61
63
|
/**
|
|
62
64
|
* @see {@link DisassociateDefaultViewCommand}
|
|
63
65
|
*/
|
|
66
|
+
disassociateDefaultView(): Promise<DisassociateDefaultViewCommandOutput>;
|
|
64
67
|
disassociateDefaultView(args: DisassociateDefaultViewCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateDefaultViewCommandOutput>;
|
|
65
68
|
disassociateDefaultView(args: DisassociateDefaultViewCommandInput, cb: (err: any, data?: DisassociateDefaultViewCommandOutput) => void): void;
|
|
66
69
|
disassociateDefaultView(args: DisassociateDefaultViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateDefaultViewCommandOutput) => void): void;
|
|
67
70
|
/**
|
|
68
71
|
* @see {@link GetAccountLevelServiceConfigurationCommand}
|
|
69
72
|
*/
|
|
73
|
+
getAccountLevelServiceConfiguration(): Promise<GetAccountLevelServiceConfigurationCommandOutput>;
|
|
70
74
|
getAccountLevelServiceConfiguration(args: GetAccountLevelServiceConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountLevelServiceConfigurationCommandOutput>;
|
|
71
75
|
getAccountLevelServiceConfiguration(args: GetAccountLevelServiceConfigurationCommandInput, cb: (err: any, data?: GetAccountLevelServiceConfigurationCommandOutput) => void): void;
|
|
72
76
|
getAccountLevelServiceConfiguration(args: GetAccountLevelServiceConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountLevelServiceConfigurationCommandOutput) => void): void;
|
|
73
77
|
/**
|
|
74
78
|
* @see {@link GetDefaultViewCommand}
|
|
75
79
|
*/
|
|
80
|
+
getDefaultView(): Promise<GetDefaultViewCommandOutput>;
|
|
76
81
|
getDefaultView(args: GetDefaultViewCommandInput, options?: __HttpHandlerOptions): Promise<GetDefaultViewCommandOutput>;
|
|
77
82
|
getDefaultView(args: GetDefaultViewCommandInput, cb: (err: any, data?: GetDefaultViewCommandOutput) => void): void;
|
|
78
83
|
getDefaultView(args: GetDefaultViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDefaultViewCommandOutput) => void): void;
|
|
79
84
|
/**
|
|
80
85
|
* @see {@link GetIndexCommand}
|
|
81
86
|
*/
|
|
87
|
+
getIndex(): Promise<GetIndexCommandOutput>;
|
|
82
88
|
getIndex(args: GetIndexCommandInput, options?: __HttpHandlerOptions): Promise<GetIndexCommandOutput>;
|
|
83
89
|
getIndex(args: GetIndexCommandInput, cb: (err: any, data?: GetIndexCommandOutput) => void): void;
|
|
84
90
|
getIndex(args: GetIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIndexCommandOutput) => void): void;
|
|
@@ -91,6 +97,7 @@ export interface ResourceExplorer2 {
|
|
|
91
97
|
/**
|
|
92
98
|
* @see {@link ListIndexesCommand}
|
|
93
99
|
*/
|
|
100
|
+
listIndexes(): Promise<ListIndexesCommandOutput>;
|
|
94
101
|
listIndexes(args: ListIndexesCommandInput, options?: __HttpHandlerOptions): Promise<ListIndexesCommandOutput>;
|
|
95
102
|
listIndexes(args: ListIndexesCommandInput, cb: (err: any, data?: ListIndexesCommandOutput) => void): void;
|
|
96
103
|
listIndexes(args: ListIndexesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIndexesCommandOutput) => void): void;
|
|
@@ -103,6 +110,7 @@ export interface ResourceExplorer2 {
|
|
|
103
110
|
/**
|
|
104
111
|
* @see {@link ListSupportedResourceTypesCommand}
|
|
105
112
|
*/
|
|
113
|
+
listSupportedResourceTypes(): Promise<ListSupportedResourceTypesCommandOutput>;
|
|
106
114
|
listSupportedResourceTypes(args: ListSupportedResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListSupportedResourceTypesCommandOutput>;
|
|
107
115
|
listSupportedResourceTypes(args: ListSupportedResourceTypesCommandInput, cb: (err: any, data?: ListSupportedResourceTypesCommandOutput) => void): void;
|
|
108
116
|
listSupportedResourceTypes(args: ListSupportedResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSupportedResourceTypesCommandOutput) => void): void;
|
|
@@ -115,6 +123,7 @@ export interface ResourceExplorer2 {
|
|
|
115
123
|
/**
|
|
116
124
|
* @see {@link ListViewsCommand}
|
|
117
125
|
*/
|
|
126
|
+
listViews(): Promise<ListViewsCommandOutput>;
|
|
118
127
|
listViews(args: ListViewsCommandInput, options?: __HttpHandlerOptions): Promise<ListViewsCommandOutput>;
|
|
119
128
|
listViews(args: ListViewsCommandInput, cb: (err: any, data?: ListViewsCommandOutput) => void): void;
|
|
120
129
|
listViews(args: ListViewsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListViewsCommandOutput) => void): void;
|
|
@@ -150,7 +159,6 @@ export interface ResourceExplorer2 {
|
|
|
150
159
|
updateView(args: UpdateViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateViewCommandOutput) => void): void;
|
|
151
160
|
}
|
|
152
161
|
/**
|
|
153
|
-
* @public
|
|
154
162
|
* <p>Amazon Web Services Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can
|
|
155
163
|
* explore your resources using an internet search engine-like experience. Examples of
|
|
156
164
|
* resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB
|
|
@@ -172,6 +180,7 @@ export interface ResourceExplorer2 {
|
|
|
172
180
|
* account.</p>
|
|
173
181
|
* <p>For more information about Amazon Web Services Resource Explorer, including how to enable and configure the
|
|
174
182
|
* service, see the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/">Amazon Web Services Resource Explorer User Guide</a>.</p>
|
|
183
|
+
* @public
|
|
175
184
|
*/
|
|
176
185
|
export declare class ResourceExplorer2 extends ResourceExplorer2Client implements ResourceExplorer2 {
|
|
177
186
|
}
|
|
@@ -172,7 +172,6 @@ export type ResourceExplorer2ClientResolvedConfigType = __SmithyResolvedConfigur
|
|
|
172
172
|
export interface ResourceExplorer2ClientResolvedConfig extends ResourceExplorer2ClientResolvedConfigType {
|
|
173
173
|
}
|
|
174
174
|
/**
|
|
175
|
-
* @public
|
|
176
175
|
* <p>Amazon Web Services Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can
|
|
177
176
|
* explore your resources using an internet search engine-like experience. Examples of
|
|
178
177
|
* resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB
|
|
@@ -194,6 +193,7 @@ export interface ResourceExplorer2ClientResolvedConfig extends ResourceExplorer2
|
|
|
194
193
|
* account.</p>
|
|
195
194
|
* <p>For more information about Amazon Web Services Resource Explorer, including how to enable and configure the
|
|
196
195
|
* service, see the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/">Amazon Web Services Resource Explorer User Guide</a>.</p>
|
|
196
|
+
* @public
|
|
197
197
|
*/
|
|
198
198
|
export declare class ResourceExplorer2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ResourceExplorer2ClientResolvedConfig> {
|
|
199
199
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AssociateDefaultViewCommandOutput extends AssociateDefaultViewO
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateDefaultViewCommand_base: {
|
|
24
24
|
new (input: AssociateDefaultViewCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateDefaultViewCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sets the specified view as the default for the Amazon Web Services Region in which you call this
|
|
30
30
|
* operation. When a user performs a <a>Search</a> that doesn't explicitly
|
|
31
31
|
* specify which view to use, then Amazon Web Services Resource Explorer automatically chooses this default view for
|
|
@@ -80,6 +80,7 @@ declare const AssociateDefaultViewCommand_base: {
|
|
|
80
80
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class AssociateDefaultViewCommand extends AssociateDefaultViewCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchGetViewCommandOutput extends BatchGetViewOutput, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchGetViewCommand_base: {
|
|
24
24
|
new (input: BatchGetViewCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetViewCommandInput, BatchGetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [BatchGetViewCommandInput]): import("@smithy/smithy-client").CommandImpl<BatchGetViewCommandInput, BatchGetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves details about a list of views.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -96,6 +96,7 @@ declare const BatchGetViewCommand_base: {
|
|
|
96
96
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class BatchGetViewCommand extends BatchGetViewCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateIndexCommandOutput extends CreateIndexOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateIndexCommand_base: {
|
|
24
24
|
new (input: CreateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [CreateIndexCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in which you called this operation by creating
|
|
30
30
|
* an index. Resource Explorer begins discovering the resources in this Region and stores the details
|
|
31
31
|
* 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>
|
|
@@ -134,6 +134,7 @@ declare const CreateIndexCommand_base: {
|
|
|
134
134
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
135
135
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
136
136
|
*
|
|
137
|
+
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class CreateIndexCommand extends CreateIndexCommand_base {
|
|
139
140
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateViewCommandOutput extends CreateViewOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateViewCommand_base: {
|
|
24
24
|
new (input: CreateViewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateViewCommandInput, CreateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateViewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateViewCommandInput, CreateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a view that users can query by using the <a>Search</a> operation.
|
|
30
30
|
* Results from queries that you make using this view include only resources that match the
|
|
31
31
|
* 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>
|
|
@@ -118,6 +118,7 @@ declare const CreateViewCommand_base: {
|
|
|
118
118
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
120
120
|
*
|
|
121
|
+
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class CreateViewCommand extends CreateViewCommand_base {
|
|
123
124
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteIndexCommandOutput extends DeleteIndexOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteIndexCommand_base: {
|
|
24
24
|
new (input: DeleteIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified index and turns off Amazon Web Services Resource Explorer in the specified Amazon Web Services Region.
|
|
30
30
|
* When you delete an index, Resource Explorer stops discovering and indexing resources in that
|
|
31
31
|
* Region. Resource Explorer also deletes all views in that Region. These actions occur as
|
|
@@ -87,6 +87,7 @@ declare const DeleteIndexCommand_base: {
|
|
|
87
87
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteViewCommandOutput extends DeleteViewOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteViewCommand_base: {
|
|
24
24
|
new (input: DeleteViewCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteViewCommandInput, DeleteViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteViewCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteViewCommandInput, DeleteViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified view.</p>
|
|
30
30
|
* <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
|
|
31
31
|
* until you configure a new default by calling the <a>AssociateDefaultView</a>
|
|
@@ -80,6 +80,7 @@ declare const DeleteViewCommand_base: {
|
|
|
80
80
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteViewCommand extends DeleteViewCommand_base {
|
|
85
86
|
}
|
|
@@ -21,10 +21,10 @@ export interface DisassociateDefaultViewCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
}
|
|
22
22
|
declare const DisassociateDefaultViewCommand_base: {
|
|
23
23
|
new (input: DisassociateDefaultViewCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
24
|
+
new (...[input]: [] | [DisassociateDefaultViewCommandInput]): import("@smithy/smithy-client").CommandImpl<DisassociateDefaultViewCommandInput, DisassociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
24
25
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
26
|
};
|
|
26
27
|
/**
|
|
27
|
-
* @public
|
|
28
28
|
* <p>After you call this operation, the affected Amazon Web Services Region no longer has a default view.
|
|
29
29
|
* All <a>Search</a> operations in that Region must explicitly specify a view or
|
|
30
30
|
* the operation fails. You can configure a new default by calling the <a>AssociateDefaultView</a> operation.</p>
|
|
@@ -74,6 +74,7 @@ declare const DisassociateDefaultViewCommand_base: {
|
|
|
74
74
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DisassociateDefaultViewCommand extends DisassociateDefaultViewCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetAccountLevelServiceConfigurationCommandOutput extends GetAcc
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetAccountLevelServiceConfigurationCommand_base: {
|
|
24
24
|
new (input: GetAccountLevelServiceConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetAccountLevelServiceConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountLevelServiceConfigurationCommandInput, GetAccountLevelServiceConfigurationCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the status of your account's Amazon Web Services service access, and validates the service
|
|
30
30
|
* linked role required to access the multi-account search feature. Only the management
|
|
31
31
|
* account or a delegated administrator with service access enabled can invoke this API
|
|
@@ -74,6 +74,7 @@ declare const GetAccountLevelServiceConfigurationCommand_base: {
|
|
|
74
74
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetAccountLevelServiceConfigurationCommand extends GetAccountLevelServiceConfigurationCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDefaultViewCommandOutput extends GetDefaultViewOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDefaultViewCommand_base: {
|
|
24
24
|
new (input: GetDefaultViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetDefaultViewCommandInput, GetDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetDefaultViewCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDefaultViewCommandInput, GetDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the Amazon Resource Name (ARN) of the view that is the default for the
|
|
30
30
|
* 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>
|
|
31
31
|
* @example
|
|
@@ -73,6 +73,7 @@ declare const GetDefaultViewCommand_base: {
|
|
|
73
73
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetDefaultViewCommand extends GetDefaultViewCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetIndexCommandOutput extends GetIndexOutput, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetIndexCommand_base: {
|
|
24
24
|
new (input: GetIndexCommandInput): import("@smithy/smithy-client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetIndexCommandInput]): import("@smithy/smithy-client").CommandImpl<GetIndexCommandInput, GetIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked
|
|
30
30
|
* the operation.</p>
|
|
31
31
|
* @example
|
|
@@ -86,6 +86,7 @@ declare const GetIndexCommand_base: {
|
|
|
86
86
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetIndexCommand extends GetIndexCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetViewCommandOutput extends GetViewOutput, __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetViewCommand_base: {
|
|
24
24
|
new (input: GetViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetViewCommandInput, GetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetViewCommandInput, GetViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves details of the specified view.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -93,6 +93,7 @@ declare const GetViewCommand_base: {
|
|
|
93
93
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class GetViewCommand extends GetViewCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListIndexesCommandOutput extends ListIndexesOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListIndexesCommand_base: {
|
|
24
24
|
new (input: ListIndexesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexesCommandInput, ListIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListIndexesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListIndexesCommandInput, ListIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting
|
|
30
30
|
* resource information for Amazon Web Services Resource Explorer.</p>
|
|
31
31
|
* @example
|
|
@@ -83,6 +83,7 @@ declare const ListIndexesCommand_base: {
|
|
|
83
83
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListIndexesCommand extends ListIndexesCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListIndexesForMembersCommandOutput extends ListIndexesForMember
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListIndexesForMembersCommand_base: {
|
|
24
24
|
new (input: ListIndexesForMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListIndexesForMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndexesForMembersCommandInput, ListIndexesForMembersCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of a member's indexes in all Amazon Web Services Regions that are currently
|
|
30
30
|
* collecting resource information for Amazon Web Services Resource Explorer. Only the management account or a
|
|
31
31
|
* delegated administrator with service access enabled can invoke this API call.
|
|
@@ -85,6 +85,7 @@ declare const ListIndexesForMembersCommand_base: {
|
|
|
85
85
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListIndexesForMembersCommand extends ListIndexesForMembersCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSupportedResourceTypesCommandOutput extends ListSupportedRe
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSupportedResourceTypesCommand_base: {
|
|
24
24
|
new (input: ListSupportedResourceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSupportedResourceTypesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSupportedResourceTypesCommandInput, ListSupportedResourceTypesCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of all resource types currently supported by Amazon Web Services Resource Explorer.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const ListSupportedResourceTypesCommand_base: {
|
|
|
77
77
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListSupportedResourceTypesCommand extends ListSupportedResourceTypesCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the tags that are attached to the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
79
79
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListViewsCommandOutput extends ListViewsOutput, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListViewsCommand_base: {
|
|
24
24
|
new (input: ListViewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListViewsCommandInput, ListViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListViewsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListViewsCommandInput, ListViewsCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon resource names (ARNs)</a> of the views available in the Amazon Web Services Region in which you
|
|
30
30
|
* call this operation.</p>
|
|
31
31
|
* <note>
|
|
@@ -83,6 +83,7 @@ declare const ListViewsCommand_base: {
|
|
|
83
83
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListViewsCommand extends ListViewsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface SearchCommandOutput extends SearchOutput, __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const SearchCommand_base: {
|
|
24
24
|
new (input: SearchCommandInput): import("@smithy/smithy-client").CommandImpl<SearchCommandInput, SearchCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SearchCommandInput): import("@smithy/smithy-client").CommandImpl<SearchCommandInput, SearchCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Searches for resources and displays details about all resources that match the
|
|
30
30
|
* specified criteria. You must specify a query string.</p>
|
|
31
31
|
* <p>All search queries must use a view. If you don't explicitly specify a view, then
|
|
@@ -114,6 +114,7 @@ declare const SearchCommand_base: {
|
|
|
114
114
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
116
116
|
*
|
|
117
|
+
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class SearchCommand extends SearchCommand_base {
|
|
119
120
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds one or more tag key and value pairs to an Amazon Web Services Resource Explorer view or index.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const TagResourceCommand_base: {
|
|
|
83
83
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const UntagResourceCommand_base: {
|
|
|
78
78
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateIndexTypeCommandOutput extends UpdateIndexTypeOutput, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateIndexTypeCommand_base: {
|
|
24
24
|
new (input: UpdateIndexTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIndexTypeCommandInput, UpdateIndexTypeCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateIndexTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIndexTypeCommandInput, UpdateIndexTypeCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Changes the type of the index from one of the following types to the other. For more
|
|
30
30
|
* information about indexes and the role they perform in Amazon Web Services Resource Explorer, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">Turning on
|
|
31
31
|
* cross-Region search by creating an aggregator index</a> in the
|
|
@@ -146,6 +146,7 @@ declare const UpdateIndexTypeCommand_base: {
|
|
|
146
146
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
147
147
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
148
148
|
*
|
|
149
|
+
* @public
|
|
149
150
|
*/
|
|
150
151
|
export declare class UpdateIndexTypeCommand extends UpdateIndexTypeCommand_base {
|
|
151
152
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateViewCommandOutput extends UpdateViewOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateViewCommand_base: {
|
|
24
24
|
new (input: UpdateViewCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateViewCommandInput, UpdateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateViewCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateViewCommandInput, UpdateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies some of the details of a view. You can change the filter string and the list
|
|
30
30
|
* of included properties. You can't change the name of the view.</p>
|
|
31
31
|
* @example
|
|
@@ -98,6 +98,7 @@ declare const UpdateViewCommand_base: {
|
|
|
98
98
|
* @throws {@link ResourceExplorer2ServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from ResourceExplorer2 service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class UpdateViewCommand extends UpdateViewCommand_base {
|
|
103
104
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -31,5 +31,4 @@ export { ResourceExplorer2ExtensionConfiguration } from "./extensionConfiguratio
|
|
|
31
31
|
export * from "./commands";
|
|
32
32
|
export * from "./pagination";
|
|
33
33
|
export * from "./models";
|
|
34
|
-
import "@aws-sdk/util-endpoints";
|
|
35
34
|
export { ResourceExplorer2ServiceException } from "./models/ResourceExplorer2ServiceException";
|