@aws-sdk/client-pi 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 -13
- package/dist-types/commands/CreatePerformanceAnalysisReportCommand.d.ts +2 -1
- package/dist-types/commands/DeletePerformanceAnalysisReportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDimensionKeysCommand.d.ts +2 -1
- package/dist-types/commands/GetDimensionKeyDetailsCommand.d.ts +2 -1
- package/dist-types/commands/GetPerformanceAnalysisReportCommand.d.ts +2 -1
- package/dist-types/commands/GetResourceMetadataCommand.d.ts +2 -1
- package/dist-types/commands/GetResourceMetricsCommand.d.ts +2 -1
- package/dist-types/commands/ListAvailableResourceDimensionsCommand.d.ts +2 -1
- package/dist-types/commands/ListAvailableResourceMetricsCommand.d.ts +2 -1
- package/dist-types/commands/ListPerformanceAnalysisReportsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.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/index.d.ts +2 -2
- package/dist-types/models/PIServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePerformanceAnalysisReportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePerformanceAnalysisReportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDimensionKeysCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDimensionKeyDetailsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPerformanceAnalysisReportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetResourceMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetResourceMetricsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAvailableResourceDimensionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAvailableResourceMetricsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPerformanceAnalysisReportsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.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/models/PIServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -213,7 +213,6 @@ var PIClient = _PIClient;
|
|
|
213
213
|
|
|
214
214
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
215
215
|
|
|
216
|
-
var import_types = require("@smithy/types");
|
|
217
216
|
|
|
218
217
|
// src/protocols/Aws_json1_1.ts
|
|
219
218
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -900,7 +899,6 @@ var CreatePerformanceAnalysisReportCommand = _CreatePerformanceAnalysisReportCom
|
|
|
900
899
|
|
|
901
900
|
|
|
902
901
|
|
|
903
|
-
|
|
904
902
|
var _DeletePerformanceAnalysisReportCommand = class _DeletePerformanceAnalysisReportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
905
903
|
...commonParams
|
|
906
904
|
}).m(function(Command, cs, config, o) {
|
|
@@ -917,7 +915,6 @@ var DeletePerformanceAnalysisReportCommand = _DeletePerformanceAnalysisReportCom
|
|
|
917
915
|
|
|
918
916
|
|
|
919
917
|
|
|
920
|
-
|
|
921
918
|
var _DescribeDimensionKeysCommand = class _DescribeDimensionKeysCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
922
919
|
...commonParams
|
|
923
920
|
}).m(function(Command, cs, config, o) {
|
|
@@ -934,7 +931,6 @@ var DescribeDimensionKeysCommand = _DescribeDimensionKeysCommand;
|
|
|
934
931
|
|
|
935
932
|
|
|
936
933
|
|
|
937
|
-
|
|
938
934
|
var _GetDimensionKeyDetailsCommand = class _GetDimensionKeyDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
939
935
|
...commonParams
|
|
940
936
|
}).m(function(Command, cs, config, o) {
|
|
@@ -951,7 +947,6 @@ var GetDimensionKeyDetailsCommand = _GetDimensionKeyDetailsCommand;
|
|
|
951
947
|
|
|
952
948
|
|
|
953
949
|
|
|
954
|
-
|
|
955
950
|
var _GetPerformanceAnalysisReportCommand = class _GetPerformanceAnalysisReportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
956
951
|
...commonParams
|
|
957
952
|
}).m(function(Command, cs, config, o) {
|
|
@@ -968,7 +963,6 @@ var GetPerformanceAnalysisReportCommand = _GetPerformanceAnalysisReportCommand;
|
|
|
968
963
|
|
|
969
964
|
|
|
970
965
|
|
|
971
|
-
|
|
972
966
|
var _GetResourceMetadataCommand = class _GetResourceMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
973
967
|
...commonParams
|
|
974
968
|
}).m(function(Command, cs, config, o) {
|
|
@@ -985,7 +979,6 @@ var GetResourceMetadataCommand = _GetResourceMetadataCommand;
|
|
|
985
979
|
|
|
986
980
|
|
|
987
981
|
|
|
988
|
-
|
|
989
982
|
var _GetResourceMetricsCommand = class _GetResourceMetricsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
990
983
|
...commonParams
|
|
991
984
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1002,7 +995,6 @@ var GetResourceMetricsCommand = _GetResourceMetricsCommand;
|
|
|
1002
995
|
|
|
1003
996
|
|
|
1004
997
|
|
|
1005
|
-
|
|
1006
998
|
var _ListAvailableResourceDimensionsCommand = class _ListAvailableResourceDimensionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1007
999
|
...commonParams
|
|
1008
1000
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1019,7 +1011,6 @@ var ListAvailableResourceDimensionsCommand = _ListAvailableResourceDimensionsCom
|
|
|
1019
1011
|
|
|
1020
1012
|
|
|
1021
1013
|
|
|
1022
|
-
|
|
1023
1014
|
var _ListAvailableResourceMetricsCommand = class _ListAvailableResourceMetricsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1024
1015
|
...commonParams
|
|
1025
1016
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1036,7 +1027,6 @@ var ListAvailableResourceMetricsCommand = _ListAvailableResourceMetricsCommand;
|
|
|
1036
1027
|
|
|
1037
1028
|
|
|
1038
1029
|
|
|
1039
|
-
|
|
1040
1030
|
var _ListPerformanceAnalysisReportsCommand = class _ListPerformanceAnalysisReportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1041
1031
|
...commonParams
|
|
1042
1032
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1053,7 +1043,6 @@ var ListPerformanceAnalysisReportsCommand = _ListPerformanceAnalysisReportsComma
|
|
|
1053
1043
|
|
|
1054
1044
|
|
|
1055
1045
|
|
|
1056
|
-
|
|
1057
1046
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1058
1047
|
...commonParams
|
|
1059
1048
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1070,7 +1059,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1070
1059
|
|
|
1071
1060
|
|
|
1072
1061
|
|
|
1073
|
-
|
|
1074
1062
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1075
1063
|
...commonParams
|
|
1076
1064
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1087,7 +1075,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1087
1075
|
|
|
1088
1076
|
|
|
1089
1077
|
|
|
1090
|
-
|
|
1091
1078
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1092
1079
|
...commonParams
|
|
1093
1080
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
export * from "./PIClient";
|
|
31
31
|
export * from "./PI";
|
|
32
32
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
33
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
34
|
-
export { PIExtensionConfiguration } from "./extensionConfiguration";
|
|
33
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
34
|
+
export type { PIExtensionConfiguration } from "./extensionConfiguration";
|
|
35
35
|
export * from "./commands";
|
|
36
36
|
export * from "./pagination";
|
|
37
37
|
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
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PIClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreatePerformanceAnalysisReportCommandInput
|
|
14
15
|
extends CreatePerformanceAnalysisReportRequest {}
|
|
15
16
|
export interface CreatePerformanceAnalysisReportCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PIClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeletePerformanceAnalysisReportCommandInput
|
|
14
15
|
extends DeletePerformanceAnalysisReportRequest {}
|
|
15
16
|
export interface DeletePerformanceAnalysisReportCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PIClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeDimensionKeysCommandInput
|
|
14
15
|
extends DescribeDimensionKeysRequest {}
|
|
15
16
|
export interface DescribeDimensionKeysCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PIClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetDimensionKeyDetailsCommandInput
|
|
14
15
|
extends GetDimensionKeyDetailsRequest {}
|
|
15
16
|
export interface GetDimensionKeyDetailsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PIClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetPerformanceAnalysisReportCommandInput
|
|
14
15
|
extends GetPerformanceAnalysisReportRequest {}
|
|
15
16
|
export interface GetPerformanceAnalysisReportCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PIClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetResourceMetadataCommandInput
|
|
14
15
|
extends GetResourceMetadataRequest {}
|
|
15
16
|
export interface GetResourceMetadataCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PIClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetResourceMetricsCommandInput
|
|
14
15
|
extends GetResourceMetricsRequest {}
|
|
15
16
|
export interface GetResourceMetricsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PIClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAvailableResourceDimensionsCommandInput
|
|
14
15
|
extends ListAvailableResourceDimensionsRequest {}
|
|
15
16
|
export interface ListAvailableResourceDimensionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PIClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAvailableResourceMetricsCommandInput
|
|
14
15
|
extends ListAvailableResourceMetricsRequest {}
|
|
15
16
|
export interface ListAvailableResourceMetricsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PIClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListPerformanceAnalysisReportsCommandInput
|
|
14
15
|
extends ListPerformanceAnalysisReportsRequest {}
|
|
15
16
|
export interface ListPerformanceAnalysisReportsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PIClient";
|
|
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
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PIClient";
|
|
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
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PIClient";
|
|
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,
|
|
@@ -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 PIServiceException 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-pi",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pi 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-pi",
|
|
@@ -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",
|