@aws-sdk/client-synthetics 3.590.0 → 3.596.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/commands/AssociateResourceCommand.d.ts +2 -1
- package/dist-types/commands/CreateCanaryCommand.d.ts +2 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCanaryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCanariesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCanariesLastRunCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRuntimeVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateResourceCommand.d.ts +2 -1
- package/dist-types/commands/GetCanaryCommand.d.ts +2 -1
- package/dist-types/commands/GetCanaryRunsCommand.d.ts +2 -1
- package/dist-types/commands/GetGroupCommand.d.ts +2 -1
- package/dist-types/commands/ListAssociatedGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListGroupResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartCanaryCommand.d.ts +2 -1
- package/dist-types/commands/StopCanaryCommand.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/UpdateCanaryCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/SyntheticsServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateCanaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteCanaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeCanariesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeCanariesLastRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeRuntimeVersionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCanaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCanaryRunsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAssociatedGroupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartCanaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopCanaryCommand.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/UpdateCanaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/SyntheticsServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -221,7 +221,6 @@ var SyntheticsClient = _SyntheticsClient;
|
|
|
221
221
|
|
|
222
222
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
223
223
|
|
|
224
|
-
var import_types = require("@smithy/types");
|
|
225
224
|
|
|
226
225
|
// src/protocols/Aws_restJson1.ts
|
|
227
226
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1348,7 +1347,6 @@ var AssociateResourceCommand = _AssociateResourceCommand;
|
|
|
1348
1347
|
|
|
1349
1348
|
|
|
1350
1349
|
|
|
1351
|
-
|
|
1352
1350
|
var _CreateCanaryCommand = class _CreateCanaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1353
1351
|
...commonParams
|
|
1354
1352
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1365,7 +1363,6 @@ var CreateCanaryCommand = _CreateCanaryCommand;
|
|
|
1365
1363
|
|
|
1366
1364
|
|
|
1367
1365
|
|
|
1368
|
-
|
|
1369
1366
|
var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1370
1367
|
...commonParams
|
|
1371
1368
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1382,7 +1379,6 @@ var CreateGroupCommand = _CreateGroupCommand;
|
|
|
1382
1379
|
|
|
1383
1380
|
|
|
1384
1381
|
|
|
1385
|
-
|
|
1386
1382
|
var _DeleteCanaryCommand = class _DeleteCanaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1387
1383
|
...commonParams
|
|
1388
1384
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1399,7 +1395,6 @@ var DeleteCanaryCommand = _DeleteCanaryCommand;
|
|
|
1399
1395
|
|
|
1400
1396
|
|
|
1401
1397
|
|
|
1402
|
-
|
|
1403
1398
|
var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1404
1399
|
...commonParams
|
|
1405
1400
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1416,7 +1411,6 @@ var DeleteGroupCommand = _DeleteGroupCommand;
|
|
|
1416
1411
|
|
|
1417
1412
|
|
|
1418
1413
|
|
|
1419
|
-
|
|
1420
1414
|
var _DescribeCanariesCommand = class _DescribeCanariesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1421
1415
|
...commonParams
|
|
1422
1416
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1433,7 +1427,6 @@ var DescribeCanariesCommand = _DescribeCanariesCommand;
|
|
|
1433
1427
|
|
|
1434
1428
|
|
|
1435
1429
|
|
|
1436
|
-
|
|
1437
1430
|
var _DescribeCanariesLastRunCommand = class _DescribeCanariesLastRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1438
1431
|
...commonParams
|
|
1439
1432
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1450,7 +1443,6 @@ var DescribeCanariesLastRunCommand = _DescribeCanariesLastRunCommand;
|
|
|
1450
1443
|
|
|
1451
1444
|
|
|
1452
1445
|
|
|
1453
|
-
|
|
1454
1446
|
var _DescribeRuntimeVersionsCommand = class _DescribeRuntimeVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1455
1447
|
...commonParams
|
|
1456
1448
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1467,7 +1459,6 @@ var DescribeRuntimeVersionsCommand = _DescribeRuntimeVersionsCommand;
|
|
|
1467
1459
|
|
|
1468
1460
|
|
|
1469
1461
|
|
|
1470
|
-
|
|
1471
1462
|
var _DisassociateResourceCommand = class _DisassociateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1472
1463
|
...commonParams
|
|
1473
1464
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1484,7 +1475,6 @@ var DisassociateResourceCommand = _DisassociateResourceCommand;
|
|
|
1484
1475
|
|
|
1485
1476
|
|
|
1486
1477
|
|
|
1487
|
-
|
|
1488
1478
|
var _GetCanaryCommand = class _GetCanaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1489
1479
|
...commonParams
|
|
1490
1480
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1501,7 +1491,6 @@ var GetCanaryCommand = _GetCanaryCommand;
|
|
|
1501
1491
|
|
|
1502
1492
|
|
|
1503
1493
|
|
|
1504
|
-
|
|
1505
1494
|
var _GetCanaryRunsCommand = class _GetCanaryRunsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1506
1495
|
...commonParams
|
|
1507
1496
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1518,7 +1507,6 @@ var GetCanaryRunsCommand = _GetCanaryRunsCommand;
|
|
|
1518
1507
|
|
|
1519
1508
|
|
|
1520
1509
|
|
|
1521
|
-
|
|
1522
1510
|
var _GetGroupCommand = class _GetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1523
1511
|
...commonParams
|
|
1524
1512
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1535,7 +1523,6 @@ var GetGroupCommand = _GetGroupCommand;
|
|
|
1535
1523
|
|
|
1536
1524
|
|
|
1537
1525
|
|
|
1538
|
-
|
|
1539
1526
|
var _ListAssociatedGroupsCommand = class _ListAssociatedGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1540
1527
|
...commonParams
|
|
1541
1528
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1552,7 +1539,6 @@ var ListAssociatedGroupsCommand = _ListAssociatedGroupsCommand;
|
|
|
1552
1539
|
|
|
1553
1540
|
|
|
1554
1541
|
|
|
1555
|
-
|
|
1556
1542
|
var _ListGroupResourcesCommand = class _ListGroupResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1557
1543
|
...commonParams
|
|
1558
1544
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1569,7 +1555,6 @@ var ListGroupResourcesCommand = _ListGroupResourcesCommand;
|
|
|
1569
1555
|
|
|
1570
1556
|
|
|
1571
1557
|
|
|
1572
|
-
|
|
1573
1558
|
var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1574
1559
|
...commonParams
|
|
1575
1560
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1586,7 +1571,6 @@ var ListGroupsCommand = _ListGroupsCommand;
|
|
|
1586
1571
|
|
|
1587
1572
|
|
|
1588
1573
|
|
|
1589
|
-
|
|
1590
1574
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1591
1575
|
...commonParams
|
|
1592
1576
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1603,7 +1587,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1603
1587
|
|
|
1604
1588
|
|
|
1605
1589
|
|
|
1606
|
-
|
|
1607
1590
|
var _StartCanaryCommand = class _StartCanaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1608
1591
|
...commonParams
|
|
1609
1592
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1620,7 +1603,6 @@ var StartCanaryCommand = _StartCanaryCommand;
|
|
|
1620
1603
|
|
|
1621
1604
|
|
|
1622
1605
|
|
|
1623
|
-
|
|
1624
1606
|
var _StopCanaryCommand = class _StopCanaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1625
1607
|
...commonParams
|
|
1626
1608
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1637,7 +1619,6 @@ var StopCanaryCommand = _StopCanaryCommand;
|
|
|
1637
1619
|
|
|
1638
1620
|
|
|
1639
1621
|
|
|
1640
|
-
|
|
1641
1622
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1642
1623
|
...commonParams
|
|
1643
1624
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1654,7 +1635,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1654
1635
|
|
|
1655
1636
|
|
|
1656
1637
|
|
|
1657
|
-
|
|
1658
1638
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1659
1639
|
...commonParams
|
|
1660
1640
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1671,7 +1651,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1671
1651
|
|
|
1672
1652
|
|
|
1673
1653
|
|
|
1674
|
-
|
|
1675
1654
|
var _UpdateCanaryCommand = class _UpdateCanaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1676
1655
|
...commonParams
|
|
1677
1656
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
export * from "./SyntheticsClient";
|
|
21
21
|
export * from "./Synthetics";
|
|
22
22
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
23
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
24
|
-
export { SyntheticsExtensionConfiguration } from "./extensionConfiguration";
|
|
23
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
24
|
+
export type { SyntheticsExtensionConfiguration } from "./extensionConfiguration";
|
|
25
25
|
export * from "./commands";
|
|
26
26
|
export * from "./pagination";
|
|
27
27
|
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
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SyntheticsClientResolvedConfig,
|
|
11
11
|
} from "../SyntheticsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AssociateResourceCommandInput
|
|
14
15
|
extends AssociateResourceRequest {}
|
|
15
16
|
export interface AssociateResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SyntheticsClientResolvedConfig,
|
|
8
8
|
} from "../SyntheticsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateCanaryCommandInput extends CreateCanaryRequest {}
|
|
11
12
|
export interface CreateCanaryCommandOutput
|
|
12
13
|
extends CreateCanaryResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SyntheticsClientResolvedConfig,
|
|
8
8
|
} from "../SyntheticsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateGroupCommandInput extends CreateGroupRequest {}
|
|
11
12
|
export interface CreateGroupCommandOutput
|
|
12
13
|
extends CreateGroupResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SyntheticsClientResolvedConfig,
|
|
8
8
|
} from "../SyntheticsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteCanaryCommandInput extends DeleteCanaryRequest {}
|
|
11
12
|
export interface DeleteCanaryCommandOutput
|
|
12
13
|
extends DeleteCanaryResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SyntheticsClientResolvedConfig,
|
|
8
8
|
} from "../SyntheticsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
|
|
11
12
|
export interface DeleteGroupCommandOutput
|
|
12
13
|
extends DeleteGroupResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SyntheticsClientResolvedConfig,
|
|
11
11
|
} from "../SyntheticsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeCanariesCommandInput extends DescribeCanariesRequest {}
|
|
14
15
|
export interface DescribeCanariesCommandOutput
|
|
15
16
|
extends DescribeCanariesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SyntheticsClientResolvedConfig,
|
|
11
11
|
} from "../SyntheticsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeCanariesLastRunCommandInput
|
|
14
15
|
extends DescribeCanariesLastRunRequest {}
|
|
15
16
|
export interface DescribeCanariesLastRunCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SyntheticsClientResolvedConfig,
|
|
11
11
|
} from "../SyntheticsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeRuntimeVersionsCommandInput
|
|
14
15
|
extends DescribeRuntimeVersionsRequest {}
|
|
15
16
|
export interface DescribeRuntimeVersionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SyntheticsClientResolvedConfig,
|
|
11
11
|
} from "../SyntheticsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisassociateResourceCommandInput
|
|
14
15
|
extends DisassociateResourceRequest {}
|
|
15
16
|
export interface DisassociateResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SyntheticsClientResolvedConfig,
|
|
8
8
|
} from "../SyntheticsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetCanaryCommandInput extends GetCanaryRequest {}
|
|
11
12
|
export interface GetCanaryCommandOutput
|
|
12
13
|
extends GetCanaryResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SyntheticsClientResolvedConfig,
|
|
11
11
|
} from "../SyntheticsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCanaryRunsCommandInput extends GetCanaryRunsRequest {}
|
|
14
15
|
export interface GetCanaryRunsCommandOutput
|
|
15
16
|
extends GetCanaryRunsResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SyntheticsClientResolvedConfig,
|
|
8
8
|
} from "../SyntheticsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetGroupCommandInput extends GetGroupRequest {}
|
|
11
12
|
export interface GetGroupCommandOutput
|
|
12
13
|
extends GetGroupResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SyntheticsClientResolvedConfig,
|
|
11
11
|
} from "../SyntheticsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAssociatedGroupsCommandInput
|
|
14
15
|
extends ListAssociatedGroupsRequest {}
|
|
15
16
|
export interface ListAssociatedGroupsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SyntheticsClientResolvedConfig,
|
|
11
11
|
} from "../SyntheticsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListGroupResourcesCommandInput
|
|
14
15
|
extends ListGroupResourcesRequest {}
|
|
15
16
|
export interface ListGroupResourcesCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SyntheticsClientResolvedConfig,
|
|
8
8
|
} from "../SyntheticsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListGroupsCommandInput extends ListGroupsRequest {}
|
|
11
12
|
export interface ListGroupsCommandOutput
|
|
12
13
|
extends ListGroupsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SyntheticsClientResolvedConfig,
|
|
11
11
|
} from "../SyntheticsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SyntheticsClientResolvedConfig,
|
|
8
8
|
} from "../SyntheticsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StartCanaryCommandInput extends StartCanaryRequest {}
|
|
11
12
|
export interface StartCanaryCommandOutput
|
|
12
13
|
extends StartCanaryResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SyntheticsClientResolvedConfig,
|
|
8
8
|
} from "../SyntheticsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StopCanaryCommandInput extends StopCanaryRequest {}
|
|
11
12
|
export interface StopCanaryCommandOutput
|
|
12
13
|
extends StopCanaryResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SyntheticsClientResolvedConfig,
|
|
8
8
|
} from "../SyntheticsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SyntheticsClientResolvedConfig,
|
|
11
11
|
} from "../SyntheticsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SyntheticsClientResolvedConfig,
|
|
8
8
|
} from "../SyntheticsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateCanaryCommandInput extends UpdateCanaryRequest {}
|
|
11
12
|
export interface UpdateCanaryCommandOutput
|
|
12
13
|
extends UpdateCanaryResponse,
|
|
@@ -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 SyntheticsServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-synthetics",
|
|
3
3
|
"description": "AWS SDK for JavaScript Synthetics Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.596.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-synthetics",
|
|
@@ -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.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.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",
|