@aws-sdk/client-pi 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 +22 -21
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1423,43 +1423,44 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1423
1423
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1424
1424
|
|
|
1425
1425
|
0 && (module.exports = {
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1426
|
+
PIServiceException,
|
|
1427
|
+
__Client,
|
|
1428
|
+
PIClient,
|
|
1429
|
+
PI,
|
|
1430
|
+
$Command,
|
|
1430
1431
|
CreatePerformanceAnalysisReportCommand,
|
|
1431
1432
|
DeletePerformanceAnalysisReportCommand,
|
|
1432
1433
|
DescribeDimensionKeysCommand,
|
|
1433
|
-
DetailStatus,
|
|
1434
|
-
FeatureStatus,
|
|
1435
1434
|
GetDimensionKeyDetailsCommand,
|
|
1436
1435
|
GetPerformanceAnalysisReportCommand,
|
|
1437
|
-
GetPerformanceAnalysisReportResponseFilterSensitiveLog,
|
|
1438
1436
|
GetResourceMetadataCommand,
|
|
1439
1437
|
GetResourceMetricsCommand,
|
|
1440
|
-
InsightFilterSensitiveLog,
|
|
1441
|
-
InternalServiceError,
|
|
1442
|
-
InvalidArgumentException,
|
|
1443
1438
|
ListAvailableResourceDimensionsCommand,
|
|
1444
1439
|
ListAvailableResourceMetricsCommand,
|
|
1445
1440
|
ListPerformanceAnalysisReportsCommand,
|
|
1446
1441
|
ListTagsForResourceCommand,
|
|
1447
|
-
NotAuthorizedException,
|
|
1448
|
-
PI,
|
|
1449
|
-
PIClient,
|
|
1450
|
-
PIServiceException,
|
|
1451
|
-
PeriodAlignment,
|
|
1452
|
-
RecommendationFilterSensitiveLog,
|
|
1453
|
-
ServiceType,
|
|
1454
|
-
Severity,
|
|
1455
1442
|
TagResourceCommand,
|
|
1456
|
-
TextFormat,
|
|
1457
1443
|
UntagResourceCommand,
|
|
1458
|
-
__Client,
|
|
1459
1444
|
paginateDescribeDimensionKeys,
|
|
1460
1445
|
paginateGetResourceMetrics,
|
|
1461
1446
|
paginateListAvailableResourceDimensions,
|
|
1462
1447
|
paginateListAvailableResourceMetrics,
|
|
1463
|
-
paginateListPerformanceAnalysisReports
|
|
1448
|
+
paginateListPerformanceAnalysisReports,
|
|
1449
|
+
AcceptLanguage,
|
|
1450
|
+
ContextType,
|
|
1451
|
+
Severity,
|
|
1452
|
+
ServiceType,
|
|
1453
|
+
AnalysisStatus,
|
|
1454
|
+
InternalServiceError,
|
|
1455
|
+
InvalidArgumentException,
|
|
1456
|
+
NotAuthorizedException,
|
|
1457
|
+
DetailStatus,
|
|
1458
|
+
FeatureStatus,
|
|
1459
|
+
TextFormat,
|
|
1460
|
+
PeriodAlignment,
|
|
1461
|
+
RecommendationFilterSensitiveLog,
|
|
1462
|
+
InsightFilterSensitiveLog,
|
|
1463
|
+
AnalysisReportFilterSensitiveLog,
|
|
1464
|
+
GetPerformanceAnalysisReportResponseFilterSensitiveLog
|
|
1464
1465
|
});
|
|
1465
1466
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pi",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pi 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-pi",
|
|
@@ -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",
|