@aws-sdk/client-resource-explorer-2 3.312.0 → 3.316.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.
@@ -19,325 +19,145 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
19
19
  import { UpdateIndexTypeCommandInput, UpdateIndexTypeCommandOutput } from "./commands/UpdateIndexTypeCommand";
20
20
  import { UpdateViewCommandInput, UpdateViewCommandOutput } from "./commands/UpdateViewCommand";
21
21
  import { ResourceExplorer2Client } from "./ResourceExplorer2Client";
22
- /**
23
- * @public
24
- * <p>Amazon Web Services Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can
25
- * explore your resources using an internet search engine-like experience. Examples of
26
- * resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB
27
- * tables. You can search for your resources using resource metadata like names, tags, and
28
- * IDs. Resource Explorer can search across all of the Amazon Web Services Regions in your account in which you turn
29
- * the service on, to simplify your cross-Region workloads.</p>
30
- * <p>Resource Explorer scans the resources in each of the Amazon Web Services Regions in your Amazon Web Services account in which
31
- * 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
32
- * and maintains an index</a> in each Region, with the details of that Region's
33
- * resources.</p>
34
- * <p>You can <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">search across all of the
35
- * indexed Regions in your account</a> by designating one of your Amazon Web Services Regions to
36
- * 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
37
- * in a Region to become the aggregator index for the account</a>, Resource Explorer automatically
38
- * replicates the index information from all local indexes in the other Regions to the
39
- * aggregator index. Therefore, the Region with the aggregator index has a copy of all resource
40
- * information for all Regions in the account where you turned on Resource Explorer. As a result,
41
- * views in the aggregator index Region include resources from all of the indexed Regions in your
42
- * account.</p>
43
- * <p>For more information about Amazon Web Services Resource Explorer, including how to enable and configure the
44
- * service, see the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/">Amazon Web Services Resource Explorer User Guide</a>.</p>
45
- */
46
- export declare class ResourceExplorer2 extends ResourceExplorer2Client {
22
+ export interface ResourceExplorer2 {
47
23
  /**
48
- * @public
49
- * <p>Sets the specified view as the default for the Amazon Web Services Region in which you call this
50
- * operation. When a user performs a <a>Search</a> that doesn't explicitly
51
- * specify which view to use, then Amazon Web Services Resource Explorer automatically chooses this default view for
52
- * searches performed in this Amazon Web Services Region.</p>
53
- * <p>If an Amazon Web Services Region doesn't have a default view
54
- * configured, then users must explicitly specify a view with every <code>Search</code>
55
- * operation performed in that Region.</p>
24
+ * @see {@link AssociateDefaultViewCommand}
56
25
  */
57
26
  associateDefaultView(args: AssociateDefaultViewCommandInput, options?: __HttpHandlerOptions): Promise<AssociateDefaultViewCommandOutput>;
58
27
  associateDefaultView(args: AssociateDefaultViewCommandInput, cb: (err: any, data?: AssociateDefaultViewCommandOutput) => void): void;
59
28
  associateDefaultView(args: AssociateDefaultViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateDefaultViewCommandOutput) => void): void;
60
29
  /**
61
- * @public
62
- * <p>Retrieves details about a list of views.</p>
30
+ * @see {@link BatchGetViewCommand}
63
31
  */
64
32
  batchGetView(args: BatchGetViewCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetViewCommandOutput>;
65
33
  batchGetView(args: BatchGetViewCommandInput, cb: (err: any, data?: BatchGetViewCommandOutput) => void): void;
66
34
  batchGetView(args: BatchGetViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetViewCommandOutput) => void): void;
67
35
  /**
68
- * @public
69
- * <p>Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in which you called this operation by creating
70
- * an index. Resource Explorer begins discovering the resources in this Region and stores the details
71
- * 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>
72
- * <note>
73
- * <p>This operation creates only a <i>local</i> index. To promote the
74
- * local index in one Amazon Web Services Region into the aggregator index for the Amazon Web Services account, use the
75
- * <a>UpdateIndexType</a> operation. For more information, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">Turning on cross-Region search by creating an aggregator index</a> in the
76
- * <i>Amazon Web Services Resource Explorer User Guide</i>.</p>
77
- * </note>
78
- * <p>For more details about what happens when you turn on Resource Explorer in an Amazon Web Services Region, see
79
- * <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-service-activate.html">Turn
80
- * on Resource Explorer to index your resources in an Amazon Web Services Region</a> in the
81
- * <i>Amazon Web Services Resource Explorer User Guide</i>.</p>
82
- * <p>If this is the first Amazon Web Services Region in which you've created an index for Resource Explorer, then
83
- * this operation also <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/security_iam_service-linked-roles.html">creates a
84
- * service-linked role</a> in your Amazon Web Services account that allows Resource Explorer to enumerate
85
- * your resources to populate the index.</p>
86
- * <ul>
87
- * <li>
88
- * <p>
89
- * <b>Action</b>:
90
- * <code>resource-explorer-2:CreateIndex</code>
91
- * </p>
92
- * <p>
93
- * <b>Resource</b>: The ARN of the index (as it will
94
- * exist after the operation completes) in the Amazon Web Services Region and account in which
95
- * you're trying to create the index. Use the wildcard character (<code>*</code>)
96
- * at the end of the string to match the eventual UUID. For example, the following
97
- * <code>Resource</code> element restricts the role or user to creating an
98
- * index in only the <code>us-east-2</code> Region of the specified account.</p>
99
- * <p>
100
- * <code>"Resource":
101
- * "arn:aws:resource-explorer-2:us-west-2:<i>&lt;account-id&gt;</i>:index/*"</code>
102
- * </p>
103
- * <p>Alternatively, you can use <code>"Resource": "*"</code> to allow the role or
104
- * user to create an index in any Region.</p>
105
- * </li>
106
- * <li>
107
- * <p>
108
- * <b>Action</b>:
109
- * <code>iam:CreateServiceLinkedRole</code>
110
- * </p>
111
- * <p>
112
- * <b>Resource</b>: No specific resource (*). </p>
113
- * <p>This permission is required only the first time you create an index to turn on
114
- * Resource Explorer in the account. Resource Explorer uses this to create the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/security_iam_service-linked-roles.html">service-linked
115
- * role needed to index the resources in your account</a>. Resource Explorer uses the
116
- * same service-linked role for all additional indexes you create
117
- * afterwards.</p>
118
- * </li>
119
- * </ul>
36
+ * @see {@link CreateIndexCommand}
120
37
  */
121
38
  createIndex(args: CreateIndexCommandInput, options?: __HttpHandlerOptions): Promise<CreateIndexCommandOutput>;
122
39
  createIndex(args: CreateIndexCommandInput, cb: (err: any, data?: CreateIndexCommandOutput) => void): void;
123
40
  createIndex(args: CreateIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIndexCommandOutput) => void): void;
124
41
  /**
125
- * @public
126
- * <p>Creates a view that users can query by using the <a>Search</a> operation.
127
- * Results from queries that you make using this view include only resources that match the
128
- * 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>
129
- * in the <i>Amazon Web Services Resource Explorer User Guide</i>.</p>
130
- * <p>Only the principals with an IAM identity-based policy that grants <code>Allow</code>
131
- * to the <code>Search</code> action on a <code>Resource</code> with the <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon resource name (ARN)</a> of
132
- * this view can <a>Search</a> using views you create with this
133
- * operation.</p>
42
+ * @see {@link CreateViewCommand}
134
43
  */
135
44
  createView(args: CreateViewCommandInput, options?: __HttpHandlerOptions): Promise<CreateViewCommandOutput>;
136
45
  createView(args: CreateViewCommandInput, cb: (err: any, data?: CreateViewCommandOutput) => void): void;
137
46
  createView(args: CreateViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateViewCommandOutput) => void): void;
138
47
  /**
139
- * @public
140
- * <p>Deletes the specified index and turns off Amazon Web Services Resource Explorer in the specified Amazon Web Services Region.
141
- * When you delete an index, Resource Explorer stops discovering and indexing resources in that
142
- * Region. Resource Explorer also deletes all views in that Region. These actions occur as
143
- * asynchronous background tasks. You can check to see when the actions are complete by
144
- * using the <a>GetIndex</a> operation and checking the <code>Status</code>
145
- * response value.</p>
146
- * <note>
147
- * <p>If the index you delete is the aggregator index for the Amazon Web Services account, you must
148
- * wait 24 hours before you can promote another local index to be the
149
- * aggregator index for the account. Users can't perform account-wide searches using
150
- * Resource Explorer until another aggregator index is configured.</p>
151
- * </note>
48
+ * @see {@link DeleteIndexCommand}
152
49
  */
153
50
  deleteIndex(args: DeleteIndexCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIndexCommandOutput>;
154
51
  deleteIndex(args: DeleteIndexCommandInput, cb: (err: any, data?: DeleteIndexCommandOutput) => void): void;
155
52
  deleteIndex(args: DeleteIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIndexCommandOutput) => void): void;
156
53
  /**
157
- * @public
158
- * <p>Deletes the specified view.</p>
159
- * <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
160
- * until you configure a new default by calling the <a>AssociateDefaultView</a>
161
- * operation.</p>
54
+ * @see {@link DeleteViewCommand}
162
55
  */
163
56
  deleteView(args: DeleteViewCommandInput, options?: __HttpHandlerOptions): Promise<DeleteViewCommandOutput>;
164
57
  deleteView(args: DeleteViewCommandInput, cb: (err: any, data?: DeleteViewCommandOutput) => void): void;
165
58
  deleteView(args: DeleteViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteViewCommandOutput) => void): void;
166
59
  /**
167
- * @public
168
- * <p>After you call this operation, the affected Amazon Web Services Region no longer has a default view.
169
- * All <a>Search</a> operations in that Region must explicitly specify a view or
170
- * the operation fails. You can configure a new default by calling the <a>AssociateDefaultView</a> operation.</p>
171
- * <p>If an Amazon Web Services Region doesn't have a default view
172
- * configured, then users must explicitly specify a view with every <code>Search</code>
173
- * operation performed in that Region.</p>
60
+ * @see {@link DisassociateDefaultViewCommand}
174
61
  */
175
62
  disassociateDefaultView(args: DisassociateDefaultViewCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateDefaultViewCommandOutput>;
176
63
  disassociateDefaultView(args: DisassociateDefaultViewCommandInput, cb: (err: any, data?: DisassociateDefaultViewCommandOutput) => void): void;
177
64
  disassociateDefaultView(args: DisassociateDefaultViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateDefaultViewCommandOutput) => void): void;
178
65
  /**
179
- * @public
180
- * <p>Retrieves the Amazon Resource Name (ARN) of the view that is the default for the
181
- * 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>
66
+ * @see {@link GetDefaultViewCommand}
182
67
  */
183
68
  getDefaultView(args: GetDefaultViewCommandInput, options?: __HttpHandlerOptions): Promise<GetDefaultViewCommandOutput>;
184
69
  getDefaultView(args: GetDefaultViewCommandInput, cb: (err: any, data?: GetDefaultViewCommandOutput) => void): void;
185
70
  getDefaultView(args: GetDefaultViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDefaultViewCommandOutput) => void): void;
186
71
  /**
187
- * @public
188
- * <p>Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked
189
- * the operation.</p>
72
+ * @see {@link GetIndexCommand}
190
73
  */
191
74
  getIndex(args: GetIndexCommandInput, options?: __HttpHandlerOptions): Promise<GetIndexCommandOutput>;
192
75
  getIndex(args: GetIndexCommandInput, cb: (err: any, data?: GetIndexCommandOutput) => void): void;
193
76
  getIndex(args: GetIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIndexCommandOutput) => void): void;
194
77
  /**
195
- * @public
196
- * <p>Retrieves details of the specified view.</p>
78
+ * @see {@link GetViewCommand}
197
79
  */
198
80
  getView(args: GetViewCommandInput, options?: __HttpHandlerOptions): Promise<GetViewCommandOutput>;
199
81
  getView(args: GetViewCommandInput, cb: (err: any, data?: GetViewCommandOutput) => void): void;
200
82
  getView(args: GetViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetViewCommandOutput) => void): void;
201
83
  /**
202
- * @public
203
- * <p>Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting
204
- * resource information for Amazon Web Services Resource Explorer.</p>
84
+ * @see {@link ListIndexesCommand}
205
85
  */
206
86
  listIndexes(args: ListIndexesCommandInput, options?: __HttpHandlerOptions): Promise<ListIndexesCommandOutput>;
207
87
  listIndexes(args: ListIndexesCommandInput, cb: (err: any, data?: ListIndexesCommandOutput) => void): void;
208
88
  listIndexes(args: ListIndexesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIndexesCommandOutput) => void): void;
209
89
  /**
210
- * @public
211
- * <p>Retrieves a list of all resource types currently supported by Amazon Web Services Resource Explorer.</p>
90
+ * @see {@link ListSupportedResourceTypesCommand}
212
91
  */
213
92
  listSupportedResourceTypes(args: ListSupportedResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListSupportedResourceTypesCommandOutput>;
214
93
  listSupportedResourceTypes(args: ListSupportedResourceTypesCommandInput, cb: (err: any, data?: ListSupportedResourceTypesCommandOutput) => void): void;
215
94
  listSupportedResourceTypes(args: ListSupportedResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSupportedResourceTypesCommandOutput) => void): void;
216
95
  /**
217
- * @public
218
- * <p>Lists the tags that are attached to the specified resource.</p>
96
+ * @see {@link ListTagsForResourceCommand}
219
97
  */
220
98
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
221
99
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
222
100
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
223
101
  /**
224
- * @public
225
- * <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
226
- * call this operation.</p>
227
- * <note>
228
- * <p>Always check the <code>NextToken</code> response parameter
229
- * for a <code>null</code> value when calling a paginated operation. These operations can
230
- * occasionally return an empty set of results even when there are more results available. The
231
- * <code>NextToken</code> response parameter value is <code>null</code>
232
- * <i>only</i>
233
- * when there are no more results to display.</p>
234
- * </note>
102
+ * @see {@link ListViewsCommand}
235
103
  */
236
104
  listViews(args: ListViewsCommandInput, options?: __HttpHandlerOptions): Promise<ListViewsCommandOutput>;
237
105
  listViews(args: ListViewsCommandInput, cb: (err: any, data?: ListViewsCommandOutput) => void): void;
238
106
  listViews(args: ListViewsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListViewsCommandOutput) => void): void;
239
107
  /**
240
- * @public
241
- * <p>Searches for resources and displays details about all resources that match the
242
- * specified criteria. You must specify a query string.</p>
243
- * <p>All search queries must use a view. If you don't explicitly specify a view, then
244
- * Amazon Web Services Resource Explorer uses the default view for the Amazon Web Services Region in which you call this operation.
245
- * The results are the logical intersection of the results that match both the
246
- * <code>QueryString</code> parameter supplied to this operation and the
247
- * <code>SearchFilter</code> parameter attached to the view.</p>
248
- * <p>For the complete syntax supported by the <code>QueryString</code> parameter, see
249
- * <a href="https://docs.aws.amazon.com/resource-explorer/latest/APIReference/about-query-syntax.html">Search
250
- * query syntax reference for Resource Explorer</a>.</p>
251
- * <p>If your search results are empty, or are missing results that you think should be
252
- * there, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/troubleshooting_search.html">Troubleshooting Resource Explorer
253
- * search</a>.</p>
108
+ * @see {@link SearchCommand}
254
109
  */
255
110
  search(args: SearchCommandInput, options?: __HttpHandlerOptions): Promise<SearchCommandOutput>;
256
111
  search(args: SearchCommandInput, cb: (err: any, data?: SearchCommandOutput) => void): void;
257
112
  search(args: SearchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchCommandOutput) => void): void;
258
113
  /**
259
- * @public
260
- * <p>Adds one or more tag key and value pairs to an Amazon Web Services Resource Explorer view or index.</p>
114
+ * @see {@link TagResourceCommand}
261
115
  */
262
116
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
263
117
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
264
118
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
265
119
  /**
266
- * @public
267
- * <p>Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index.</p>
120
+ * @see {@link UntagResourceCommand}
268
121
  */
269
122
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
270
123
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
271
124
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
272
125
  /**
273
- * @public
274
- * <p>Changes the type of the index from one of the following types to the other. For more
275
- * 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
276
- * cross-Region search by creating an aggregator index</a> in the
277
- * <i>Amazon Web Services Resource Explorer User Guide</i>.</p>
278
- * <ul>
279
- * <li>
280
- * <p>
281
- * <b>
282
- * <code>AGGREGATOR</code> index type</b>
283
- * </p>
284
- * <p>The index contains information about resources from all Amazon Web Services Regions in the
285
- * Amazon Web Services account in which you've created a Resource Explorer index. Resource information from
286
- * all other Regions is replicated to this Region's index.</p>
287
- * <p>When you change the index type to <code>AGGREGATOR</code>, Resource Explorer turns on
288
- * replication of all discovered resource information from the other Amazon Web Services Regions
289
- * in your account to this index. You can then, from this Region only, perform
290
- * resource search queries that span all Amazon Web Services Regions in the Amazon Web Services account.
291
- * Turning on replication from all other Regions is performed by asynchronous
292
- * background tasks. You can check the status of the asynchronous tasks by using
293
- * the <a>GetIndex</a> operation. When the asynchronous tasks complete,
294
- * the <code>Status</code> response of that operation changes from
295
- * <code>UPDATING</code> to <code>ACTIVE</code>. After that, you can start to
296
- * see results from other Amazon Web Services Regions in query results. However, it can take
297
- * several hours for replication from all other Regions to complete.</p>
298
- * <important>
299
- * <p>You can have only one aggregator index per Amazon Web Services account. Before you can
300
- * promote a different index to be the aggregator index for the account, you must
301
- * first demote the existing aggregator index to type <code>LOCAL</code>.</p>
302
- * </important>
303
- * </li>
304
- * <li>
305
- * <p>
306
- * <b>
307
- * <code>LOCAL</code> index type</b>
308
- * </p>
309
- * <p>The index contains information about resources in only the Amazon Web Services Region in
310
- * which the index exists. If an aggregator index in another Region exists, then
311
- * information in this local index is replicated to the aggregator index.</p>
312
- * <p>When you change the index type to <code>LOCAL</code>, Resource Explorer turns off the
313
- * replication of resource information from all other Amazon Web Services Regions in the
314
- * Amazon Web Services account to this Region. The aggregator index remains in the
315
- * <code>UPDATING</code> state until all replication with other Regions
316
- * successfully stops. You can check the status of the asynchronous task by using
317
- * the <a>GetIndex</a> operation. When Resource Explorer successfully stops all
318
- * replication with other Regions, the <code>Status</code> response of that
319
- * operation changes from <code>UPDATING</code> to <code>ACTIVE</code>. Separately,
320
- * the resource information from other Regions that was previously stored in the
321
- * index is deleted within 30 days by another background task. Until that
322
- * asynchronous task completes, some results from other Regions can continue to
323
- * appear in search results.</p>
324
- * <important>
325
- * <p>After you demote an aggregator index to a local index, you must wait
326
- * 24 hours before you can promote another index to be the new
327
- * aggregator index for the account.</p>
328
- * </important>
329
- * </li>
330
- * </ul>
126
+ * @see {@link UpdateIndexTypeCommand}
331
127
  */
332
128
  updateIndexType(args: UpdateIndexTypeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIndexTypeCommandOutput>;
333
129
  updateIndexType(args: UpdateIndexTypeCommandInput, cb: (err: any, data?: UpdateIndexTypeCommandOutput) => void): void;
334
130
  updateIndexType(args: UpdateIndexTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIndexTypeCommandOutput) => void): void;
335
131
  /**
336
- * @public
337
- * <p>Modifies some of the details of a view. You can change the filter string and the list
338
- * of included properties. You can't change the name of the view.</p>
132
+ * @see {@link UpdateViewCommand}
339
133
  */
340
134
  updateView(args: UpdateViewCommandInput, options?: __HttpHandlerOptions): Promise<UpdateViewCommandOutput>;
341
135
  updateView(args: UpdateViewCommandInput, cb: (err: any, data?: UpdateViewCommandOutput) => void): void;
342
136
  updateView(args: UpdateViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateViewCommandOutput) => void): void;
343
137
  }
138
+ /**
139
+ * @public
140
+ * <p>Amazon Web Services Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can
141
+ * explore your resources using an internet search engine-like experience. Examples of
142
+ * resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB
143
+ * tables. You can search for your resources using resource metadata like names, tags, and
144
+ * IDs. Resource Explorer can search across all of the Amazon Web Services Regions in your account in which you turn
145
+ * the service on, to simplify your cross-Region workloads.</p>
146
+ * <p>Resource Explorer scans the resources in each of the Amazon Web Services Regions in your Amazon Web Services account in which
147
+ * 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
148
+ * and maintains an index</a> in each Region, with the details of that Region's
149
+ * resources.</p>
150
+ * <p>You can <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html">search across all of the
151
+ * indexed Regions in your account</a> by designating one of your Amazon Web Services Regions to
152
+ * 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
153
+ * in a Region to become the aggregator index for the account</a>, Resource Explorer automatically
154
+ * replicates the index information from all local indexes in the other Regions to the
155
+ * aggregator index. Therefore, the Region with the aggregator index has a copy of all resource
156
+ * information for all Regions in the account where you turned on Resource Explorer. As a result,
157
+ * views in the aggregator index Region include resources from all of the indexed Regions in your
158
+ * account.</p>
159
+ * <p>For more information about Amazon Web Services Resource Explorer, including how to enable and configure the
160
+ * service, see the <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/">Amazon Web Services Resource Explorer User Guide</a>.</p>
161
+ */
162
+ export declare class ResourceExplorer2 extends ResourceExplorer2Client implements ResourceExplorer2 {
163
+ }
@@ -76,7 +76,7 @@ import {
76
76
  UpdateViewCommandOutput,
77
77
  } from "./commands/UpdateViewCommand";
78
78
  import { ResourceExplorer2Client } from "./ResourceExplorer2Client";
79
- export declare class ResourceExplorer2 extends ResourceExplorer2Client {
79
+ export interface ResourceExplorer2 {
80
80
  associateDefaultView(
81
81
  args: AssociateDefaultViewCommandInput,
82
82
  options?: __HttpHandlerOptions
@@ -325,3 +325,6 @@ export declare class ResourceExplorer2 extends ResourceExplorer2Client {
325
325
  cb: (err: any, data?: UpdateViewCommandOutput) => void
326
326
  ): void;
327
327
  }
328
+ export declare class ResourceExplorer2
329
+ extends ResourceExplorer2Client
330
+ implements ResourceExplorer2 {}
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.312.0",
4
+ "version": "3.316.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,9 +21,9 @@
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.312.0",
24
+ "@aws-sdk/client-sts": "3.316.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.316.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.310.0",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.316.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.316.0",
51
51
  "@aws-sdk/util-endpoints": "3.310.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",