types-boto3-resource-explorer-2 1.36.0__py3-none-any.whl

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.
@@ -0,0 +1,464 @@
1
+ """
2
+ Type annotations for resource-explorer-2 service Client.
3
+
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/)
5
+
6
+ Usage::
7
+
8
+ ```python
9
+ from boto3.session import Session
10
+ from types_boto3_resource_explorer_2.client import ResourceExplorerClient
11
+
12
+ session = Session()
13
+ client: ResourceExplorerClient = session.client("resource-explorer-2")
14
+ ```
15
+
16
+ Copyright 2025 Vlad Emelianov
17
+ """
18
+
19
+ from __future__ import annotations
20
+
21
+ import sys
22
+ from typing import Any, overload
23
+
24
+ from botocore.client import BaseClient, ClientMeta
25
+ from botocore.errorfactory import BaseClientExceptions
26
+ from botocore.exceptions import ClientError as BotocoreClientError
27
+
28
+ from .paginator import (
29
+ ListIndexesForMembersPaginator,
30
+ ListIndexesPaginator,
31
+ ListManagedViewsPaginator,
32
+ ListResourcesPaginator,
33
+ ListSupportedResourceTypesPaginator,
34
+ ListViewsPaginator,
35
+ SearchPaginator,
36
+ )
37
+ from .type_defs import (
38
+ AssociateDefaultViewInputRequestTypeDef,
39
+ AssociateDefaultViewOutputTypeDef,
40
+ BatchGetViewInputRequestTypeDef,
41
+ BatchGetViewOutputTypeDef,
42
+ CreateIndexInputRequestTypeDef,
43
+ CreateIndexOutputTypeDef,
44
+ CreateViewInputRequestTypeDef,
45
+ CreateViewOutputTypeDef,
46
+ DeleteIndexInputRequestTypeDef,
47
+ DeleteIndexOutputTypeDef,
48
+ DeleteViewInputRequestTypeDef,
49
+ DeleteViewOutputTypeDef,
50
+ EmptyResponseMetadataTypeDef,
51
+ GetAccountLevelServiceConfigurationOutputTypeDef,
52
+ GetDefaultViewOutputTypeDef,
53
+ GetIndexOutputTypeDef,
54
+ GetManagedViewInputRequestTypeDef,
55
+ GetManagedViewOutputTypeDef,
56
+ GetViewInputRequestTypeDef,
57
+ GetViewOutputTypeDef,
58
+ ListIndexesForMembersInputRequestTypeDef,
59
+ ListIndexesForMembersOutputTypeDef,
60
+ ListIndexesInputRequestTypeDef,
61
+ ListIndexesOutputTypeDef,
62
+ ListManagedViewsInputRequestTypeDef,
63
+ ListManagedViewsOutputTypeDef,
64
+ ListResourcesInputRequestTypeDef,
65
+ ListResourcesOutputTypeDef,
66
+ ListSupportedResourceTypesInputRequestTypeDef,
67
+ ListSupportedResourceTypesOutputTypeDef,
68
+ ListTagsForResourceInputRequestTypeDef,
69
+ ListTagsForResourceOutputTypeDef,
70
+ ListViewsInputRequestTypeDef,
71
+ ListViewsOutputTypeDef,
72
+ SearchInputRequestTypeDef,
73
+ SearchOutputTypeDef,
74
+ TagResourceInputRequestTypeDef,
75
+ UntagResourceInputRequestTypeDef,
76
+ UpdateIndexTypeInputRequestTypeDef,
77
+ UpdateIndexTypeOutputTypeDef,
78
+ UpdateViewInputRequestTypeDef,
79
+ UpdateViewOutputTypeDef,
80
+ )
81
+
82
+ if sys.version_info >= (3, 9):
83
+ from builtins import dict as Dict
84
+ from builtins import type as Type
85
+ from collections.abc import Mapping
86
+ else:
87
+ from typing import Dict, Mapping, Type
88
+ if sys.version_info >= (3, 12):
89
+ from typing import Literal, Unpack
90
+ else:
91
+ from typing_extensions import Literal, Unpack
92
+
93
+ __all__ = ("ResourceExplorerClient",)
94
+
95
+ class Exceptions(BaseClientExceptions):
96
+ AccessDeniedException: Type[BotocoreClientError]
97
+ ClientError: Type[BotocoreClientError]
98
+ ConflictException: Type[BotocoreClientError]
99
+ InternalServerException: Type[BotocoreClientError]
100
+ ResourceNotFoundException: Type[BotocoreClientError]
101
+ ServiceQuotaExceededException: Type[BotocoreClientError]
102
+ ThrottlingException: Type[BotocoreClientError]
103
+ UnauthorizedException: Type[BotocoreClientError]
104
+ ValidationException: Type[BotocoreClientError]
105
+
106
+ class ResourceExplorerClient(BaseClient):
107
+ """
108
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2.html#ResourceExplorer.Client)
109
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/)
110
+ """
111
+
112
+ meta: ClientMeta
113
+
114
+ @property
115
+ def exceptions(self) -> Exceptions:
116
+ """
117
+ ResourceExplorerClient exceptions.
118
+
119
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2.html#ResourceExplorer.Client)
120
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#exceptions)
121
+ """
122
+
123
+ def can_paginate(self, operation_name: str) -> bool:
124
+ """
125
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/can_paginate.html)
126
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#can_paginate)
127
+ """
128
+
129
+ def generate_presigned_url(
130
+ self,
131
+ ClientMethod: str,
132
+ Params: Mapping[str, Any] = ...,
133
+ ExpiresIn: int = 3600,
134
+ HttpMethod: str = ...,
135
+ ) -> str:
136
+ """
137
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/generate_presigned_url.html)
138
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#generate_presigned_url)
139
+ """
140
+
141
+ def associate_default_view(
142
+ self, **kwargs: Unpack[AssociateDefaultViewInputRequestTypeDef]
143
+ ) -> AssociateDefaultViewOutputTypeDef:
144
+ """
145
+ Sets the specified view as the default for the Amazon Web Services Region in
146
+ which you call this operation.
147
+
148
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/associate_default_view.html)
149
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#associate_default_view)
150
+ """
151
+
152
+ def batch_get_view(
153
+ self, **kwargs: Unpack[BatchGetViewInputRequestTypeDef]
154
+ ) -> BatchGetViewOutputTypeDef:
155
+ """
156
+ Retrieves details about a list of views.
157
+
158
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/batch_get_view.html)
159
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#batch_get_view)
160
+ """
161
+
162
+ def create_index(
163
+ self, **kwargs: Unpack[CreateIndexInputRequestTypeDef]
164
+ ) -> CreateIndexOutputTypeDef:
165
+ """
166
+ Turns on Amazon Web Services Resource Explorer in the Amazon Web Services
167
+ Region in which you called this operation by creating an index.
168
+
169
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/create_index.html)
170
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#create_index)
171
+ """
172
+
173
+ def create_view(
174
+ self, **kwargs: Unpack[CreateViewInputRequestTypeDef]
175
+ ) -> CreateViewOutputTypeDef:
176
+ """
177
+ Creates a view that users can query by using the <a>Search</a> operation.
178
+
179
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/create_view.html)
180
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#create_view)
181
+ """
182
+
183
+ def delete_index(
184
+ self, **kwargs: Unpack[DeleteIndexInputRequestTypeDef]
185
+ ) -> DeleteIndexOutputTypeDef:
186
+ """
187
+ Deletes the specified index and turns off Amazon Web Services Resource Explorer
188
+ in the specified Amazon Web Services Region.
189
+
190
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/delete_index.html)
191
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#delete_index)
192
+ """
193
+
194
+ def delete_view(
195
+ self, **kwargs: Unpack[DeleteViewInputRequestTypeDef]
196
+ ) -> DeleteViewOutputTypeDef:
197
+ """
198
+ Deletes the specified view.
199
+
200
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/delete_view.html)
201
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#delete_view)
202
+ """
203
+
204
+ def disassociate_default_view(self) -> EmptyResponseMetadataTypeDef:
205
+ """
206
+ After you call this operation, the affected Amazon Web Services Region no
207
+ longer has a default view.
208
+
209
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/disassociate_default_view.html)
210
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#disassociate_default_view)
211
+ """
212
+
213
+ def get_account_level_service_configuration(
214
+ self,
215
+ ) -> GetAccountLevelServiceConfigurationOutputTypeDef:
216
+ """
217
+ Retrieves the status of your account's Amazon Web Services service access, and
218
+ validates the service linked role required to access the multi-account search
219
+ feature.
220
+
221
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/get_account_level_service_configuration.html)
222
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#get_account_level_service_configuration)
223
+ """
224
+
225
+ def get_default_view(self) -> GetDefaultViewOutputTypeDef:
226
+ """
227
+ Retrieves the Amazon Resource Name (ARN) of the view that is the default for
228
+ the Amazon Web Services Region in which you call this operation.
229
+
230
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/get_default_view.html)
231
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#get_default_view)
232
+ """
233
+
234
+ def get_index(self) -> GetIndexOutputTypeDef:
235
+ """
236
+ Retrieves details about the Amazon Web Services Resource Explorer index in the
237
+ Amazon Web Services Region in which you invoked the operation.
238
+
239
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/get_index.html)
240
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#get_index)
241
+ """
242
+
243
+ def get_managed_view(
244
+ self, **kwargs: Unpack[GetManagedViewInputRequestTypeDef]
245
+ ) -> GetManagedViewOutputTypeDef:
246
+ """
247
+ Retrieves details of the specified <a
248
+ href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/aws-managed-views.html">Amazon
249
+ Web Services-managed view</a>.
250
+
251
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/get_managed_view.html)
252
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#get_managed_view)
253
+ """
254
+
255
+ def get_view(self, **kwargs: Unpack[GetViewInputRequestTypeDef]) -> GetViewOutputTypeDef:
256
+ """
257
+ Retrieves details of the specified view.
258
+
259
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/get_view.html)
260
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#get_view)
261
+ """
262
+
263
+ def list_indexes(
264
+ self, **kwargs: Unpack[ListIndexesInputRequestTypeDef]
265
+ ) -> ListIndexesOutputTypeDef:
266
+ """
267
+ Retrieves a list of all of the indexes in Amazon Web Services Regions that are
268
+ currently collecting resource information for Amazon Web Services Resource
269
+ Explorer.
270
+
271
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/list_indexes.html)
272
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#list_indexes)
273
+ """
274
+
275
+ def list_indexes_for_members(
276
+ self, **kwargs: Unpack[ListIndexesForMembersInputRequestTypeDef]
277
+ ) -> ListIndexesForMembersOutputTypeDef:
278
+ """
279
+ Retrieves a list of a member's indexes in all Amazon Web Services Regions that
280
+ are currently collecting resource information for Amazon Web Services Resource
281
+ Explorer.
282
+
283
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/list_indexes_for_members.html)
284
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#list_indexes_for_members)
285
+ """
286
+
287
+ def list_managed_views(
288
+ self, **kwargs: Unpack[ListManagedViewsInputRequestTypeDef]
289
+ ) -> ListManagedViewsOutputTypeDef:
290
+ """
291
+ Lists the Amazon resource names (ARNs) of the <a
292
+ href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/aws-managed-views.html">Amazon
293
+ Web Services-managed views</a> available in the Amazon Web Services Region in
294
+ which you call this operation.
295
+
296
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/list_managed_views.html)
297
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#list_managed_views)
298
+ """
299
+
300
+ def list_resources(
301
+ self, **kwargs: Unpack[ListResourcesInputRequestTypeDef]
302
+ ) -> ListResourcesOutputTypeDef:
303
+ """
304
+ Returns a list of resources and their details that match the specified criteria.
305
+
306
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/list_resources.html)
307
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#list_resources)
308
+ """
309
+
310
+ def list_supported_resource_types(
311
+ self, **kwargs: Unpack[ListSupportedResourceTypesInputRequestTypeDef]
312
+ ) -> ListSupportedResourceTypesOutputTypeDef:
313
+ """
314
+ Retrieves a list of all resource types currently supported by Amazon Web
315
+ Services Resource Explorer.
316
+
317
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/list_supported_resource_types.html)
318
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#list_supported_resource_types)
319
+ """
320
+
321
+ def list_tags_for_resource(
322
+ self, **kwargs: Unpack[ListTagsForResourceInputRequestTypeDef]
323
+ ) -> ListTagsForResourceOutputTypeDef:
324
+ """
325
+ Lists the tags that are attached to the specified resource.
326
+
327
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/list_tags_for_resource.html)
328
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#list_tags_for_resource)
329
+ """
330
+
331
+ def list_views(self, **kwargs: Unpack[ListViewsInputRequestTypeDef]) -> ListViewsOutputTypeDef:
332
+ """
333
+ Lists the <a
334
+ href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
335
+ resource names (ARNs)</a> of the views available in the Amazon Web Services
336
+ Region in which you call this operation.
337
+
338
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/list_views.html)
339
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#list_views)
340
+ """
341
+
342
+ def search(self, **kwargs: Unpack[SearchInputRequestTypeDef]) -> SearchOutputTypeDef:
343
+ """
344
+ Searches for resources and displays details about all resources that match the
345
+ specified criteria.
346
+
347
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/search.html)
348
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#search)
349
+ """
350
+
351
+ def tag_resource(self, **kwargs: Unpack[TagResourceInputRequestTypeDef]) -> Dict[str, Any]:
352
+ """
353
+ Adds one or more tag key and value pairs to an Amazon Web Services Resource
354
+ Explorer view or index.
355
+
356
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/tag_resource.html)
357
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#tag_resource)
358
+ """
359
+
360
+ def untag_resource(self, **kwargs: Unpack[UntagResourceInputRequestTypeDef]) -> Dict[str, Any]:
361
+ """
362
+ Removes one or more tag key and value pairs from an Amazon Web Services
363
+ Resource Explorer view or index.
364
+
365
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/untag_resource.html)
366
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#untag_resource)
367
+ """
368
+
369
+ def update_index_type(
370
+ self, **kwargs: Unpack[UpdateIndexTypeInputRequestTypeDef]
371
+ ) -> UpdateIndexTypeOutputTypeDef:
372
+ """
373
+ Changes the type of the index from one of the following types to the other.
374
+
375
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/update_index_type.html)
376
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#update_index_type)
377
+ """
378
+
379
+ def update_view(
380
+ self, **kwargs: Unpack[UpdateViewInputRequestTypeDef]
381
+ ) -> UpdateViewOutputTypeDef:
382
+ """
383
+ Modifies some of the details of a view.
384
+
385
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/update_view.html)
386
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#update_view)
387
+ """
388
+
389
+ @overload # type: ignore[override]
390
+ def get_paginator( # type: ignore[override]
391
+ self, operation_name: Literal["list_indexes_for_members"]
392
+ ) -> ListIndexesForMembersPaginator:
393
+ """
394
+ Create a paginator for an operation.
395
+
396
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/get_paginator.html)
397
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#get_paginator)
398
+ """
399
+
400
+ @overload # type: ignore[override]
401
+ def get_paginator( # type: ignore[override]
402
+ self, operation_name: Literal["list_indexes"]
403
+ ) -> ListIndexesPaginator:
404
+ """
405
+ Create a paginator for an operation.
406
+
407
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/get_paginator.html)
408
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#get_paginator)
409
+ """
410
+
411
+ @overload # type: ignore[override]
412
+ def get_paginator( # type: ignore[override]
413
+ self, operation_name: Literal["list_managed_views"]
414
+ ) -> ListManagedViewsPaginator:
415
+ """
416
+ Create a paginator for an operation.
417
+
418
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/get_paginator.html)
419
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#get_paginator)
420
+ """
421
+
422
+ @overload # type: ignore[override]
423
+ def get_paginator( # type: ignore[override]
424
+ self, operation_name: Literal["list_resources"]
425
+ ) -> ListResourcesPaginator:
426
+ """
427
+ Create a paginator for an operation.
428
+
429
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/get_paginator.html)
430
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#get_paginator)
431
+ """
432
+
433
+ @overload # type: ignore[override]
434
+ def get_paginator( # type: ignore[override]
435
+ self, operation_name: Literal["list_supported_resource_types"]
436
+ ) -> ListSupportedResourceTypesPaginator:
437
+ """
438
+ Create a paginator for an operation.
439
+
440
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/get_paginator.html)
441
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#get_paginator)
442
+ """
443
+
444
+ @overload # type: ignore[override]
445
+ def get_paginator( # type: ignore[override]
446
+ self, operation_name: Literal["list_views"]
447
+ ) -> ListViewsPaginator:
448
+ """
449
+ Create a paginator for an operation.
450
+
451
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/get_paginator.html)
452
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#get_paginator)
453
+ """
454
+
455
+ @overload # type: ignore[override]
456
+ def get_paginator( # type: ignore[override]
457
+ self, operation_name: Literal["search"]
458
+ ) -> SearchPaginator:
459
+ """
460
+ Create a paginator for an operation.
461
+
462
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2/client/get_paginator.html)
463
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/client/#get_paginator)
464
+ """