@aws-sdk/client-resource-explorer-2 3.496.0 → 3.501.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +32 -31
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2337,60 +2337,61 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2337
2337
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2338
2338
|
|
|
2339
2339
|
0 && (module.exports = {
|
|
2340
|
-
|
|
2341
|
-
|
|
2340
|
+
ResourceExplorer2ServiceException,
|
|
2341
|
+
__Client,
|
|
2342
|
+
ResourceExplorer2Client,
|
|
2343
|
+
ResourceExplorer2,
|
|
2344
|
+
$Command,
|
|
2342
2345
|
AssociateDefaultViewCommand,
|
|
2343
2346
|
BatchGetViewCommand,
|
|
2344
|
-
BatchGetViewOutputFilterSensitiveLog,
|
|
2345
|
-
ConflictException,
|
|
2346
2347
|
CreateIndexCommand,
|
|
2347
|
-
CreateIndexInputFilterSensitiveLog,
|
|
2348
2348
|
CreateViewCommand,
|
|
2349
|
-
CreateViewInputFilterSensitiveLog,
|
|
2350
|
-
CreateViewOutputFilterSensitiveLog,
|
|
2351
2349
|
DeleteIndexCommand,
|
|
2352
2350
|
DeleteViewCommand,
|
|
2353
2351
|
DisassociateDefaultViewCommand,
|
|
2354
2352
|
GetAccountLevelServiceConfigurationCommand,
|
|
2355
2353
|
GetDefaultViewCommand,
|
|
2356
2354
|
GetIndexCommand,
|
|
2357
|
-
GetIndexOutputFilterSensitiveLog,
|
|
2358
2355
|
GetViewCommand,
|
|
2359
|
-
GetViewOutputFilterSensitiveLog,
|
|
2360
|
-
IndexState,
|
|
2361
|
-
IndexType,
|
|
2362
|
-
InternalServerException,
|
|
2363
2356
|
ListIndexesCommand,
|
|
2364
2357
|
ListIndexesForMembersCommand,
|
|
2365
2358
|
ListSupportedResourceTypesCommand,
|
|
2366
2359
|
ListTagsForResourceCommand,
|
|
2367
|
-
ListTagsForResourceOutputFilterSensitiveLog,
|
|
2368
2360
|
ListViewsCommand,
|
|
2369
|
-
ResourceExplorer2,
|
|
2370
|
-
ResourceExplorer2Client,
|
|
2371
|
-
ResourceExplorer2ServiceException,
|
|
2372
|
-
ResourceNotFoundException,
|
|
2373
2361
|
SearchCommand,
|
|
2374
|
-
SearchFilterFilterSensitiveLog,
|
|
2375
|
-
SearchInputFilterSensitiveLog,
|
|
2376
|
-
ServiceQuotaExceededException,
|
|
2377
2362
|
TagResourceCommand,
|
|
2378
|
-
TagResourceInputFilterSensitiveLog,
|
|
2379
|
-
ThrottlingException,
|
|
2380
|
-
UnauthorizedException,
|
|
2381
2363
|
UntagResourceCommand,
|
|
2382
|
-
UntagResourceInputFilterSensitiveLog,
|
|
2383
2364
|
UpdateIndexTypeCommand,
|
|
2384
2365
|
UpdateViewCommand,
|
|
2385
|
-
UpdateViewInputFilterSensitiveLog,
|
|
2386
|
-
UpdateViewOutputFilterSensitiveLog,
|
|
2387
|
-
ValidationException,
|
|
2388
|
-
ViewFilterSensitiveLog,
|
|
2389
|
-
__Client,
|
|
2390
|
-
paginateListIndexes,
|
|
2391
2366
|
paginateListIndexesForMembers,
|
|
2367
|
+
paginateListIndexes,
|
|
2392
2368
|
paginateListSupportedResourceTypes,
|
|
2393
2369
|
paginateListViews,
|
|
2394
|
-
paginateSearch
|
|
2370
|
+
paginateSearch,
|
|
2371
|
+
AccessDeniedException,
|
|
2372
|
+
InternalServerException,
|
|
2373
|
+
ResourceNotFoundException,
|
|
2374
|
+
ThrottlingException,
|
|
2375
|
+
ValidationException,
|
|
2376
|
+
AWSServiceAccessStatus,
|
|
2377
|
+
UnauthorizedException,
|
|
2378
|
+
ConflictException,
|
|
2379
|
+
IndexState,
|
|
2380
|
+
IndexType,
|
|
2381
|
+
ServiceQuotaExceededException,
|
|
2382
|
+
SearchFilterFilterSensitiveLog,
|
|
2383
|
+
ViewFilterSensitiveLog,
|
|
2384
|
+
BatchGetViewOutputFilterSensitiveLog,
|
|
2385
|
+
CreateIndexInputFilterSensitiveLog,
|
|
2386
|
+
CreateViewInputFilterSensitiveLog,
|
|
2387
|
+
CreateViewOutputFilterSensitiveLog,
|
|
2388
|
+
GetViewOutputFilterSensitiveLog,
|
|
2389
|
+
UpdateViewInputFilterSensitiveLog,
|
|
2390
|
+
UpdateViewOutputFilterSensitiveLog,
|
|
2391
|
+
GetIndexOutputFilterSensitiveLog,
|
|
2392
|
+
ListTagsForResourceOutputFilterSensitiveLog,
|
|
2393
|
+
SearchInputFilterSensitiveLog,
|
|
2394
|
+
TagResourceInputFilterSensitiveLog,
|
|
2395
|
+
UntagResourceInputFilterSensitiveLog
|
|
2395
2396
|
});
|
|
2396
2397
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-explorer-2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Explorer 2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-resource-explorer-2",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|