@aws-sdk/client-iotdeviceadvisor 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 +16 -15
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1465,35 +1465,36 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1465
1465
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1466
1466
|
|
|
1467
1467
|
0 && (module.exports = {
|
|
1468
|
-
|
|
1469
|
-
|
|
1468
|
+
IotDeviceAdvisorServiceException,
|
|
1469
|
+
__Client,
|
|
1470
|
+
IotDeviceAdvisorClient,
|
|
1471
|
+
IotDeviceAdvisor,
|
|
1472
|
+
$Command,
|
|
1470
1473
|
CreateSuiteDefinitionCommand,
|
|
1471
1474
|
DeleteSuiteDefinitionCommand,
|
|
1472
1475
|
GetEndpointCommand,
|
|
1473
1476
|
GetSuiteDefinitionCommand,
|
|
1474
1477
|
GetSuiteRunCommand,
|
|
1475
1478
|
GetSuiteRunReportCommand,
|
|
1476
|
-
InternalServerException,
|
|
1477
|
-
IotDeviceAdvisor,
|
|
1478
|
-
IotDeviceAdvisorClient,
|
|
1479
|
-
IotDeviceAdvisorServiceException,
|
|
1480
1479
|
ListSuiteDefinitionsCommand,
|
|
1481
1480
|
ListSuiteRunsCommand,
|
|
1482
1481
|
ListTagsForResourceCommand,
|
|
1483
|
-
Protocol,
|
|
1484
|
-
ResourceNotFoundException,
|
|
1485
1482
|
StartSuiteRunCommand,
|
|
1486
|
-
Status,
|
|
1487
1483
|
StopSuiteRunCommand,
|
|
1488
|
-
SuiteRunStatus,
|
|
1489
1484
|
TagResourceCommand,
|
|
1490
|
-
TestCaseScenarioStatus,
|
|
1491
|
-
TestCaseScenarioType,
|
|
1492
1485
|
UntagResourceCommand,
|
|
1493
1486
|
UpdateSuiteDefinitionCommand,
|
|
1494
|
-
ValidationException,
|
|
1495
|
-
__Client,
|
|
1496
1487
|
paginateListSuiteDefinitions,
|
|
1497
|
-
paginateListSuiteRuns
|
|
1488
|
+
paginateListSuiteRuns,
|
|
1489
|
+
AuthenticationMethod,
|
|
1490
|
+
ConflictException,
|
|
1491
|
+
Protocol,
|
|
1492
|
+
InternalServerException,
|
|
1493
|
+
ValidationException,
|
|
1494
|
+
ResourceNotFoundException,
|
|
1495
|
+
SuiteRunStatus,
|
|
1496
|
+
Status,
|
|
1497
|
+
TestCaseScenarioStatus,
|
|
1498
|
+
TestCaseScenarioType
|
|
1498
1499
|
});
|
|
1499
1500
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotdeviceadvisor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotdeviceadvisor 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-iotdeviceadvisor",
|
|
@@ -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",
|