@aws-sdk/client-resource-explorer-2 3.588.0 → 3.592.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 +0 -21
- package/dist-types/ResourceExplorer2Client.d.ts +4 -4
- 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 +2 -2
- package/dist-types/models/ResourceExplorer2ServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateDefaultViewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetViewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateDefaultViewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAccountLevelServiceConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDefaultViewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetViewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListIndexesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListIndexesForMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSupportedResourceTypesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateIndexTypeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateViewCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ResourceExplorer2ServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -229,7 +229,6 @@ var ResourceExplorer2Client = _ResourceExplorer2Client;
|
|
|
229
229
|
|
|
230
230
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
231
231
|
|
|
232
|
-
var import_types = require("@smithy/types");
|
|
233
232
|
|
|
234
233
|
// src/protocols/Aws_restJson1.ts
|
|
235
234
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1337,7 +1336,6 @@ var AssociateDefaultViewCommand = _AssociateDefaultViewCommand;
|
|
|
1337
1336
|
|
|
1338
1337
|
|
|
1339
1338
|
|
|
1340
|
-
|
|
1341
1339
|
var _BatchGetViewCommand = class _BatchGetViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1342
1340
|
...commonParams
|
|
1343
1341
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1354,7 +1352,6 @@ var BatchGetViewCommand = _BatchGetViewCommand;
|
|
|
1354
1352
|
|
|
1355
1353
|
|
|
1356
1354
|
|
|
1357
|
-
|
|
1358
1355
|
var _CreateIndexCommand = class _CreateIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1359
1356
|
...commonParams
|
|
1360
1357
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1371,7 +1368,6 @@ var CreateIndexCommand = _CreateIndexCommand;
|
|
|
1371
1368
|
|
|
1372
1369
|
|
|
1373
1370
|
|
|
1374
|
-
|
|
1375
1371
|
var _CreateViewCommand = class _CreateViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1376
1372
|
...commonParams
|
|
1377
1373
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1388,7 +1384,6 @@ var CreateViewCommand = _CreateViewCommand;
|
|
|
1388
1384
|
|
|
1389
1385
|
|
|
1390
1386
|
|
|
1391
|
-
|
|
1392
1387
|
var _DeleteIndexCommand = class _DeleteIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1393
1388
|
...commonParams
|
|
1394
1389
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1405,7 +1400,6 @@ var DeleteIndexCommand = _DeleteIndexCommand;
|
|
|
1405
1400
|
|
|
1406
1401
|
|
|
1407
1402
|
|
|
1408
|
-
|
|
1409
1403
|
var _DeleteViewCommand = class _DeleteViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1410
1404
|
...commonParams
|
|
1411
1405
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1422,7 +1416,6 @@ var DeleteViewCommand = _DeleteViewCommand;
|
|
|
1422
1416
|
|
|
1423
1417
|
|
|
1424
1418
|
|
|
1425
|
-
|
|
1426
1419
|
var _DisassociateDefaultViewCommand = class _DisassociateDefaultViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1427
1420
|
...commonParams
|
|
1428
1421
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1439,7 +1432,6 @@ var DisassociateDefaultViewCommand = _DisassociateDefaultViewCommand;
|
|
|
1439
1432
|
|
|
1440
1433
|
|
|
1441
1434
|
|
|
1442
|
-
|
|
1443
1435
|
var _GetAccountLevelServiceConfigurationCommand = class _GetAccountLevelServiceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1444
1436
|
...commonParams
|
|
1445
1437
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1456,7 +1448,6 @@ var GetAccountLevelServiceConfigurationCommand = _GetAccountLevelServiceConfigur
|
|
|
1456
1448
|
|
|
1457
1449
|
|
|
1458
1450
|
|
|
1459
|
-
|
|
1460
1451
|
var _GetDefaultViewCommand = class _GetDefaultViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1461
1452
|
...commonParams
|
|
1462
1453
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1473,7 +1464,6 @@ var GetDefaultViewCommand = _GetDefaultViewCommand;
|
|
|
1473
1464
|
|
|
1474
1465
|
|
|
1475
1466
|
|
|
1476
|
-
|
|
1477
1467
|
var _GetIndexCommand = class _GetIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1478
1468
|
...commonParams
|
|
1479
1469
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1490,7 +1480,6 @@ var GetIndexCommand = _GetIndexCommand;
|
|
|
1490
1480
|
|
|
1491
1481
|
|
|
1492
1482
|
|
|
1493
|
-
|
|
1494
1483
|
var _GetViewCommand = class _GetViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1495
1484
|
...commonParams
|
|
1496
1485
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1507,7 +1496,6 @@ var GetViewCommand = _GetViewCommand;
|
|
|
1507
1496
|
|
|
1508
1497
|
|
|
1509
1498
|
|
|
1510
|
-
|
|
1511
1499
|
var _ListIndexesCommand = class _ListIndexesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1512
1500
|
...commonParams
|
|
1513
1501
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1524,7 +1512,6 @@ var ListIndexesCommand = _ListIndexesCommand;
|
|
|
1524
1512
|
|
|
1525
1513
|
|
|
1526
1514
|
|
|
1527
|
-
|
|
1528
1515
|
var _ListIndexesForMembersCommand = class _ListIndexesForMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1529
1516
|
...commonParams
|
|
1530
1517
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1541,7 +1528,6 @@ var ListIndexesForMembersCommand = _ListIndexesForMembersCommand;
|
|
|
1541
1528
|
|
|
1542
1529
|
|
|
1543
1530
|
|
|
1544
|
-
|
|
1545
1531
|
var _ListSupportedResourceTypesCommand = class _ListSupportedResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1546
1532
|
...commonParams
|
|
1547
1533
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1558,7 +1544,6 @@ var ListSupportedResourceTypesCommand = _ListSupportedResourceTypesCommand;
|
|
|
1558
1544
|
|
|
1559
1545
|
|
|
1560
1546
|
|
|
1561
|
-
|
|
1562
1547
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1563
1548
|
...commonParams
|
|
1564
1549
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1575,7 +1560,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1575
1560
|
|
|
1576
1561
|
|
|
1577
1562
|
|
|
1578
|
-
|
|
1579
1563
|
var _ListViewsCommand = class _ListViewsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1580
1564
|
...commonParams
|
|
1581
1565
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1592,7 +1576,6 @@ var ListViewsCommand = _ListViewsCommand;
|
|
|
1592
1576
|
|
|
1593
1577
|
|
|
1594
1578
|
|
|
1595
|
-
|
|
1596
1579
|
var _SearchCommand = class _SearchCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1597
1580
|
...commonParams
|
|
1598
1581
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1609,7 +1592,6 @@ var SearchCommand = _SearchCommand;
|
|
|
1609
1592
|
|
|
1610
1593
|
|
|
1611
1594
|
|
|
1612
|
-
|
|
1613
1595
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1614
1596
|
...commonParams
|
|
1615
1597
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1626,7 +1608,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1626
1608
|
|
|
1627
1609
|
|
|
1628
1610
|
|
|
1629
|
-
|
|
1630
1611
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1631
1612
|
...commonParams
|
|
1632
1613
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1643,7 +1624,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1643
1624
|
|
|
1644
1625
|
|
|
1645
1626
|
|
|
1646
|
-
|
|
1647
1627
|
var _UpdateIndexTypeCommand = class _UpdateIndexTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1648
1628
|
...commonParams
|
|
1649
1629
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1660,7 +1640,6 @@ var UpdateIndexTypeCommand = _UpdateIndexTypeCommand;
|
|
|
1660
1640
|
|
|
1661
1641
|
|
|
1662
1642
|
|
|
1663
|
-
|
|
1664
1643
|
var _UpdateViewCommand = class _UpdateViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1665
1644
|
...commonParams
|
|
1666
1645
|
}).m(function(Command, cs, config, o) {
|
|
@@ -111,15 +111,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
111
111
|
* Enables FIPS compatible endpoints.
|
|
112
112
|
*/
|
|
113
113
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
114
|
+
/**
|
|
115
|
+
* The AWS region to which this client will send requests
|
|
116
|
+
*/
|
|
117
|
+
region?: string | __Provider<string>;
|
|
114
118
|
/**
|
|
115
119
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
116
120
|
* @internal
|
|
117
121
|
*/
|
|
118
122
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
119
|
-
/**
|
|
120
|
-
* The AWS region to which this client will send requests
|
|
121
|
-
*/
|
|
122
|
-
region?: string | __Provider<string>;
|
|
123
123
|
/**
|
|
124
124
|
* Default credentials provider; Not available in browser runtime.
|
|
125
125
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
export * from "./ResourceExplorer2Client";
|
|
27
27
|
export * from "./ResourceExplorer2";
|
|
28
28
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
29
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
30
|
-
export { ResourceExplorer2ExtensionConfiguration } from "./extensionConfiguration";
|
|
29
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
30
|
+
export type { ResourceExplorer2ExtensionConfiguration } from "./extensionConfiguration";
|
|
31
31
|
export * from "./commands";
|
|
32
32
|
export * from "./pagination";
|
|
33
33
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: ResourceExplorer2ClientConfig) =
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -196,8 +196,8 @@ export interface ClientDefaults
|
|
|
196
196
|
serviceId?: string;
|
|
197
197
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
198
198
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
199
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
200
199
|
region?: string | __Provider<string>;
|
|
200
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
201
201
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
202
202
|
maxAttempts?: number | __Provider<number>;
|
|
203
203
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ResourceExplorer2Client";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AssociateDefaultViewCommandInput
|
|
14
15
|
extends AssociateDefaultViewInput {}
|
|
15
16
|
export interface AssociateDefaultViewCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface BatchGetViewCommandInput extends BatchGetViewInput {}
|
|
11
12
|
export interface BatchGetViewCommandOutput
|
|
12
13
|
extends BatchGetViewOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateIndexCommandInput extends CreateIndexInput {}
|
|
11
12
|
export interface CreateIndexCommandOutput
|
|
12
13
|
extends CreateIndexOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateViewCommandInput extends CreateViewInput {}
|
|
11
12
|
export interface CreateViewCommandOutput
|
|
12
13
|
extends CreateViewOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteIndexCommandInput extends DeleteIndexInput {}
|
|
11
12
|
export interface DeleteIndexCommandOutput
|
|
12
13
|
extends DeleteIndexOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteViewCommandInput extends DeleteViewInput {}
|
|
11
12
|
export interface DeleteViewCommandOutput
|
|
12
13
|
extends DeleteViewOutput,
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ResourceExplorer2Client";
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
export interface DisassociateDefaultViewCommandInput {}
|
|
10
11
|
export interface DisassociateDefaultViewCommandOutput
|
|
11
12
|
extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetAccountLevelServiceConfigurationCommandInput {}
|
|
11
12
|
export interface GetAccountLevelServiceConfigurationCommandOutput
|
|
12
13
|
extends GetAccountLevelServiceConfigurationOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetDefaultViewCommandInput {}
|
|
11
12
|
export interface GetDefaultViewCommandOutput
|
|
12
13
|
extends GetDefaultViewOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetIndexCommandInput {}
|
|
11
12
|
export interface GetIndexCommandOutput
|
|
12
13
|
extends GetIndexOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetViewCommandInput extends GetViewInput {}
|
|
11
12
|
export interface GetViewCommandOutput extends GetViewOutput, __MetadataBearer {}
|
|
12
13
|
declare const GetViewCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListIndexesCommandInput extends ListIndexesInput {}
|
|
11
12
|
export interface ListIndexesCommandOutput
|
|
12
13
|
extends ListIndexesOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ResourceExplorer2Client";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListIndexesForMembersCommandInput
|
|
14
15
|
extends ListIndexesForMembersInput {}
|
|
15
16
|
export interface ListIndexesForMembersCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ResourceExplorer2Client";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListSupportedResourceTypesCommandInput
|
|
14
15
|
extends ListSupportedResourceTypesInput {}
|
|
15
16
|
export interface ListSupportedResourceTypesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ResourceExplorer2Client";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceInput {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListViewsCommandInput extends ListViewsInput {}
|
|
11
12
|
export interface ListViewsCommandOutput
|
|
12
13
|
extends ListViewsOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface SearchCommandInput extends SearchInput {}
|
|
11
12
|
export interface SearchCommandOutput extends SearchOutput, __MetadataBearer {}
|
|
12
13
|
declare const SearchCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
11
12
|
export interface UntagResourceCommandOutput
|
|
12
13
|
extends UntagResourceOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../ResourceExplorer2Client";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateIndexTypeCommandInput extends UpdateIndexTypeInput {}
|
|
14
15
|
export interface UpdateIndexTypeCommandOutput
|
|
15
16
|
extends UpdateIndexTypeOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../ResourceExplorer2Client";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateViewCommandInput extends UpdateViewInput {}
|
|
11
12
|
export interface UpdateViewCommandOutput
|
|
12
13
|
extends UpdateViewOutput,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class ResourceExplorer2ServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
|
|
|
22
22
|
serviceId: string;
|
|
23
23
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
25
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
25
26
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
26
27
|
import("@smithy/types").UserAgent
|
|
27
28
|
>;
|
|
28
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.592.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,10 +20,10 @@
|
|
|
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-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|