@aws-sdk/client-pi 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/DescribeDimensionKeysCommand.js +2 -2
- package/dist-cjs/commands/GetDimensionKeyDetailsCommand.js +2 -2
- package/dist-cjs/commands/GetResourceMetadataCommand.js +2 -2
- package/dist-cjs/commands/GetResourceMetricsCommand.js +2 -2
- package/dist-cjs/commands/ListAvailableResourceDimensionsCommand.js +2 -2
- package/dist-cjs/commands/ListAvailableResourceMetricsCommand.js +2 -2
- package/dist-cjs/models/models_0.js +101 -151
- package/dist-cjs/protocols/Aws_json1_1.js +30 -66
- package/dist-es/commands/DescribeDimensionKeysCommand.js +3 -3
- package/dist-es/commands/GetDimensionKeyDetailsCommand.js +3 -3
- package/dist-es/commands/GetResourceMetadataCommand.js +3 -3
- package/dist-es/commands/GetResourceMetricsCommand.js +3 -3
- package/dist-es/commands/ListAvailableResourceDimensionsCommand.js +3 -3
- package/dist-es/commands/ListAvailableResourceMetricsCommand.js +3 -3
- package/dist-es/models/models_0.js +25 -100
- package/dist-es/protocols/Aws_json1_1.js +49 -67
- package/dist-types/models/models_0.d.ts +100 -150
- package/dist-types/ts3.4/models/models_0.d.ts +50 -100
- package/package.json +6 -6
|
@@ -7,10 +7,6 @@ export interface DataPoint {
|
|
|
7
7
|
|
|
8
8
|
Value: number | undefined;
|
|
9
9
|
}
|
|
10
|
-
export declare namespace DataPoint {
|
|
11
|
-
|
|
12
|
-
const filterSensitiveLog: (obj: DataPoint) => any;
|
|
13
|
-
}
|
|
14
10
|
|
|
15
11
|
export interface DimensionGroup {
|
|
16
12
|
|
|
@@ -20,10 +16,6 @@ export interface DimensionGroup {
|
|
|
20
16
|
|
|
21
17
|
Limit?: number;
|
|
22
18
|
}
|
|
23
|
-
export declare namespace DimensionGroup {
|
|
24
|
-
|
|
25
|
-
const filterSensitiveLog: (obj: DimensionGroup) => any;
|
|
26
|
-
}
|
|
27
19
|
export declare enum ServiceType {
|
|
28
20
|
DOCDB = "DOCDB",
|
|
29
21
|
RDS = "RDS"
|
|
@@ -54,10 +46,6 @@ export interface DescribeDimensionKeysRequest {
|
|
|
54
46
|
|
|
55
47
|
NextToken?: string;
|
|
56
48
|
}
|
|
57
|
-
export declare namespace DescribeDimensionKeysRequest {
|
|
58
|
-
|
|
59
|
-
const filterSensitiveLog: (obj: DescribeDimensionKeysRequest) => any;
|
|
60
|
-
}
|
|
61
49
|
|
|
62
50
|
export interface DimensionKeyDescription {
|
|
63
51
|
|
|
@@ -69,19 +57,11 @@ export interface DimensionKeyDescription {
|
|
|
69
57
|
|
|
70
58
|
Partitions?: number[];
|
|
71
59
|
}
|
|
72
|
-
export declare namespace DimensionKeyDescription {
|
|
73
|
-
|
|
74
|
-
const filterSensitiveLog: (obj: DimensionKeyDescription) => any;
|
|
75
|
-
}
|
|
76
60
|
|
|
77
61
|
export interface ResponsePartitionKey {
|
|
78
62
|
|
|
79
63
|
Dimensions: Record<string, string> | undefined;
|
|
80
64
|
}
|
|
81
|
-
export declare namespace ResponsePartitionKey {
|
|
82
|
-
|
|
83
|
-
const filterSensitiveLog: (obj: ResponsePartitionKey) => any;
|
|
84
|
-
}
|
|
85
65
|
export interface DescribeDimensionKeysResponse {
|
|
86
66
|
|
|
87
67
|
AlignedStartTime?: Date;
|
|
@@ -94,10 +74,6 @@ export interface DescribeDimensionKeysResponse {
|
|
|
94
74
|
|
|
95
75
|
NextToken?: string;
|
|
96
76
|
}
|
|
97
|
-
export declare namespace DescribeDimensionKeysResponse {
|
|
98
|
-
|
|
99
|
-
const filterSensitiveLog: (obj: DescribeDimensionKeysResponse) => any;
|
|
100
|
-
}
|
|
101
77
|
|
|
102
78
|
export declare class InternalServiceError extends __BaseException {
|
|
103
79
|
readonly name: "InternalServiceError";
|
|
@@ -132,10 +108,6 @@ export interface DimensionDetail {
|
|
|
132
108
|
|
|
133
109
|
Identifier?: string;
|
|
134
110
|
}
|
|
135
|
-
export declare namespace DimensionDetail {
|
|
136
|
-
|
|
137
|
-
const filterSensitiveLog: (obj: DimensionDetail) => any;
|
|
138
|
-
}
|
|
139
111
|
|
|
140
112
|
export interface DimensionGroupDetail {
|
|
141
113
|
|
|
@@ -143,10 +115,6 @@ export interface DimensionGroupDetail {
|
|
|
143
115
|
|
|
144
116
|
Dimensions?: DimensionDetail[];
|
|
145
117
|
}
|
|
146
|
-
export declare namespace DimensionGroupDetail {
|
|
147
|
-
|
|
148
|
-
const filterSensitiveLog: (obj: DimensionGroupDetail) => any;
|
|
149
|
-
}
|
|
150
118
|
|
|
151
119
|
export interface DimensionKeyDetail {
|
|
152
120
|
|
|
@@ -156,10 +124,6 @@ export interface DimensionKeyDetail {
|
|
|
156
124
|
|
|
157
125
|
Status?: DetailStatus | string;
|
|
158
126
|
}
|
|
159
|
-
export declare namespace DimensionKeyDetail {
|
|
160
|
-
|
|
161
|
-
const filterSensitiveLog: (obj: DimensionKeyDetail) => any;
|
|
162
|
-
}
|
|
163
127
|
export declare enum FeatureStatus {
|
|
164
128
|
DISABLED = "DISABLED",
|
|
165
129
|
DISABLED_PENDING_REBOOT = "DISABLED_PENDING_REBOOT",
|
|
@@ -173,10 +137,6 @@ export interface FeatureMetadata {
|
|
|
173
137
|
|
|
174
138
|
Status?: FeatureStatus | string;
|
|
175
139
|
}
|
|
176
|
-
export declare namespace FeatureMetadata {
|
|
177
|
-
|
|
178
|
-
const filterSensitiveLog: (obj: FeatureMetadata) => any;
|
|
179
|
-
}
|
|
180
140
|
export interface GetDimensionKeyDetailsRequest {
|
|
181
141
|
|
|
182
142
|
ServiceType: ServiceType | string | undefined;
|
|
@@ -189,38 +149,22 @@ export interface GetDimensionKeyDetailsRequest {
|
|
|
189
149
|
|
|
190
150
|
RequestedDimensions?: string[];
|
|
191
151
|
}
|
|
192
|
-
export declare namespace GetDimensionKeyDetailsRequest {
|
|
193
|
-
|
|
194
|
-
const filterSensitiveLog: (obj: GetDimensionKeyDetailsRequest) => any;
|
|
195
|
-
}
|
|
196
152
|
export interface GetDimensionKeyDetailsResponse {
|
|
197
153
|
|
|
198
154
|
Dimensions?: DimensionKeyDetail[];
|
|
199
155
|
}
|
|
200
|
-
export declare namespace GetDimensionKeyDetailsResponse {
|
|
201
|
-
|
|
202
|
-
const filterSensitiveLog: (obj: GetDimensionKeyDetailsResponse) => any;
|
|
203
|
-
}
|
|
204
156
|
export interface GetResourceMetadataRequest {
|
|
205
157
|
|
|
206
158
|
ServiceType: ServiceType | string | undefined;
|
|
207
159
|
|
|
208
160
|
Identifier: string | undefined;
|
|
209
161
|
}
|
|
210
|
-
export declare namespace GetResourceMetadataRequest {
|
|
211
|
-
|
|
212
|
-
const filterSensitiveLog: (obj: GetResourceMetadataRequest) => any;
|
|
213
|
-
}
|
|
214
162
|
export interface GetResourceMetadataResponse {
|
|
215
163
|
|
|
216
164
|
Identifier?: string;
|
|
217
165
|
|
|
218
166
|
Features?: Record<string, FeatureMetadata>;
|
|
219
167
|
}
|
|
220
|
-
export declare namespace GetResourceMetadataResponse {
|
|
221
|
-
|
|
222
|
-
const filterSensitiveLog: (obj: GetResourceMetadataResponse) => any;
|
|
223
|
-
}
|
|
224
168
|
|
|
225
169
|
export interface MetricQuery {
|
|
226
170
|
|
|
@@ -230,10 +174,6 @@ export interface MetricQuery {
|
|
|
230
174
|
|
|
231
175
|
Filter?: Record<string, string>;
|
|
232
176
|
}
|
|
233
|
-
export declare namespace MetricQuery {
|
|
234
|
-
|
|
235
|
-
const filterSensitiveLog: (obj: MetricQuery) => any;
|
|
236
|
-
}
|
|
237
177
|
export interface GetResourceMetricsRequest {
|
|
238
178
|
|
|
239
179
|
ServiceType: ServiceType | string | undefined;
|
|
@@ -252,10 +192,6 @@ export interface GetResourceMetricsRequest {
|
|
|
252
192
|
|
|
253
193
|
NextToken?: string;
|
|
254
194
|
}
|
|
255
|
-
export declare namespace GetResourceMetricsRequest {
|
|
256
|
-
|
|
257
|
-
const filterSensitiveLog: (obj: GetResourceMetricsRequest) => any;
|
|
258
|
-
}
|
|
259
195
|
|
|
260
196
|
export interface ResponseResourceMetricKey {
|
|
261
197
|
|
|
@@ -263,10 +199,6 @@ export interface ResponseResourceMetricKey {
|
|
|
263
199
|
|
|
264
200
|
Dimensions?: Record<string, string>;
|
|
265
201
|
}
|
|
266
|
-
export declare namespace ResponseResourceMetricKey {
|
|
267
|
-
|
|
268
|
-
const filterSensitiveLog: (obj: ResponseResourceMetricKey) => any;
|
|
269
|
-
}
|
|
270
202
|
|
|
271
203
|
export interface MetricKeyDataPoints {
|
|
272
204
|
|
|
@@ -274,10 +206,6 @@ export interface MetricKeyDataPoints {
|
|
|
274
206
|
|
|
275
207
|
DataPoints?: DataPoint[];
|
|
276
208
|
}
|
|
277
|
-
export declare namespace MetricKeyDataPoints {
|
|
278
|
-
|
|
279
|
-
const filterSensitiveLog: (obj: MetricKeyDataPoints) => any;
|
|
280
|
-
}
|
|
281
209
|
export interface GetResourceMetricsResponse {
|
|
282
210
|
|
|
283
211
|
AlignedStartTime?: Date;
|
|
@@ -290,10 +218,6 @@ export interface GetResourceMetricsResponse {
|
|
|
290
218
|
|
|
291
219
|
NextToken?: string;
|
|
292
220
|
}
|
|
293
|
-
export declare namespace GetResourceMetricsResponse {
|
|
294
|
-
|
|
295
|
-
const filterSensitiveLog: (obj: GetResourceMetricsResponse) => any;
|
|
296
|
-
}
|
|
297
221
|
export interface ListAvailableResourceDimensionsRequest {
|
|
298
222
|
|
|
299
223
|
ServiceType: ServiceType | string | undefined;
|
|
@@ -306,10 +230,6 @@ export interface ListAvailableResourceDimensionsRequest {
|
|
|
306
230
|
|
|
307
231
|
NextToken?: string;
|
|
308
232
|
}
|
|
309
|
-
export declare namespace ListAvailableResourceDimensionsRequest {
|
|
310
|
-
|
|
311
|
-
const filterSensitiveLog: (obj: ListAvailableResourceDimensionsRequest) => any;
|
|
312
|
-
}
|
|
313
233
|
|
|
314
234
|
export interface MetricDimensionGroups {
|
|
315
235
|
|
|
@@ -317,20 +237,12 @@ export interface MetricDimensionGroups {
|
|
|
317
237
|
|
|
318
238
|
Groups?: DimensionGroupDetail[];
|
|
319
239
|
}
|
|
320
|
-
export declare namespace MetricDimensionGroups {
|
|
321
|
-
|
|
322
|
-
const filterSensitiveLog: (obj: MetricDimensionGroups) => any;
|
|
323
|
-
}
|
|
324
240
|
export interface ListAvailableResourceDimensionsResponse {
|
|
325
241
|
|
|
326
242
|
MetricDimensions?: MetricDimensionGroups[];
|
|
327
243
|
|
|
328
244
|
NextToken?: string;
|
|
329
245
|
}
|
|
330
|
-
export declare namespace ListAvailableResourceDimensionsResponse {
|
|
331
|
-
|
|
332
|
-
const filterSensitiveLog: (obj: ListAvailableResourceDimensionsResponse) => any;
|
|
333
|
-
}
|
|
334
246
|
export interface ListAvailableResourceMetricsRequest {
|
|
335
247
|
|
|
336
248
|
ServiceType: ServiceType | string | undefined;
|
|
@@ -343,10 +255,6 @@ export interface ListAvailableResourceMetricsRequest {
|
|
|
343
255
|
|
|
344
256
|
MaxResults?: number;
|
|
345
257
|
}
|
|
346
|
-
export declare namespace ListAvailableResourceMetricsRequest {
|
|
347
|
-
|
|
348
|
-
const filterSensitiveLog: (obj: ListAvailableResourceMetricsRequest) => any;
|
|
349
|
-
}
|
|
350
258
|
|
|
351
259
|
export interface ResponseResourceMetric {
|
|
352
260
|
|
|
@@ -356,17 +264,59 @@ export interface ResponseResourceMetric {
|
|
|
356
264
|
|
|
357
265
|
Unit?: string;
|
|
358
266
|
}
|
|
359
|
-
export declare namespace ResponseResourceMetric {
|
|
360
|
-
|
|
361
|
-
const filterSensitiveLog: (obj: ResponseResourceMetric) => any;
|
|
362
|
-
}
|
|
363
267
|
export interface ListAvailableResourceMetricsResponse {
|
|
364
268
|
|
|
365
269
|
Metrics?: ResponseResourceMetric[];
|
|
366
270
|
|
|
367
271
|
NextToken?: string;
|
|
368
272
|
}
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
273
|
+
|
|
274
|
+
export declare const DataPointFilterSensitiveLog: (obj: DataPoint) => any;
|
|
275
|
+
|
|
276
|
+
export declare const DimensionGroupFilterSensitiveLog: (obj: DimensionGroup) => any;
|
|
277
|
+
|
|
278
|
+
export declare const DescribeDimensionKeysRequestFilterSensitiveLog: (obj: DescribeDimensionKeysRequest) => any;
|
|
279
|
+
|
|
280
|
+
export declare const DimensionKeyDescriptionFilterSensitiveLog: (obj: DimensionKeyDescription) => any;
|
|
281
|
+
|
|
282
|
+
export declare const ResponsePartitionKeyFilterSensitiveLog: (obj: ResponsePartitionKey) => any;
|
|
283
|
+
|
|
284
|
+
export declare const DescribeDimensionKeysResponseFilterSensitiveLog: (obj: DescribeDimensionKeysResponse) => any;
|
|
285
|
+
|
|
286
|
+
export declare const DimensionDetailFilterSensitiveLog: (obj: DimensionDetail) => any;
|
|
287
|
+
|
|
288
|
+
export declare const DimensionGroupDetailFilterSensitiveLog: (obj: DimensionGroupDetail) => any;
|
|
289
|
+
|
|
290
|
+
export declare const DimensionKeyDetailFilterSensitiveLog: (obj: DimensionKeyDetail) => any;
|
|
291
|
+
|
|
292
|
+
export declare const FeatureMetadataFilterSensitiveLog: (obj: FeatureMetadata) => any;
|
|
293
|
+
|
|
294
|
+
export declare const GetDimensionKeyDetailsRequestFilterSensitiveLog: (obj: GetDimensionKeyDetailsRequest) => any;
|
|
295
|
+
|
|
296
|
+
export declare const GetDimensionKeyDetailsResponseFilterSensitiveLog: (obj: GetDimensionKeyDetailsResponse) => any;
|
|
297
|
+
|
|
298
|
+
export declare const GetResourceMetadataRequestFilterSensitiveLog: (obj: GetResourceMetadataRequest) => any;
|
|
299
|
+
|
|
300
|
+
export declare const GetResourceMetadataResponseFilterSensitiveLog: (obj: GetResourceMetadataResponse) => any;
|
|
301
|
+
|
|
302
|
+
export declare const MetricQueryFilterSensitiveLog: (obj: MetricQuery) => any;
|
|
303
|
+
|
|
304
|
+
export declare const GetResourceMetricsRequestFilterSensitiveLog: (obj: GetResourceMetricsRequest) => any;
|
|
305
|
+
|
|
306
|
+
export declare const ResponseResourceMetricKeyFilterSensitiveLog: (obj: ResponseResourceMetricKey) => any;
|
|
307
|
+
|
|
308
|
+
export declare const MetricKeyDataPointsFilterSensitiveLog: (obj: MetricKeyDataPoints) => any;
|
|
309
|
+
|
|
310
|
+
export declare const GetResourceMetricsResponseFilterSensitiveLog: (obj: GetResourceMetricsResponse) => any;
|
|
311
|
+
|
|
312
|
+
export declare const ListAvailableResourceDimensionsRequestFilterSensitiveLog: (obj: ListAvailableResourceDimensionsRequest) => any;
|
|
313
|
+
|
|
314
|
+
export declare const MetricDimensionGroupsFilterSensitiveLog: (obj: MetricDimensionGroups) => any;
|
|
315
|
+
|
|
316
|
+
export declare const ListAvailableResourceDimensionsResponseFilterSensitiveLog: (obj: ListAvailableResourceDimensionsResponse) => any;
|
|
317
|
+
|
|
318
|
+
export declare const ListAvailableResourceMetricsRequestFilterSensitiveLog: (obj: ListAvailableResourceMetricsRequest) => any;
|
|
319
|
+
|
|
320
|
+
export declare const ResponseResourceMetricFilterSensitiveLog: (obj: ResponseResourceMetric) => any;
|
|
321
|
+
|
|
322
|
+
export declare const ListAvailableResourceMetricsResponseFilterSensitiveLog: (obj: ListAvailableResourceMetricsResponse) => any;
|
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.142.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.142.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.142.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.142.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|