@aws-sdk/client-pi 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/PI.d.ts +112 -35
- package/dist-types/ts3.4/PIClient.d.ts +164 -79
- package/dist-types/ts3.4/commands/DescribeDimensionKeysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDimensionKeyDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResourceMetadataCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourceMetricsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAvailableResourceDimensionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAvailableResourceMetricsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +6 -6
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/PIServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +349 -322
- package/dist-types/ts3.4/pagination/DescribeDimensionKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourceMetricsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAvailableResourceDimensionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAvailableResourceMetricsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +77 -20
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,322 +1,349 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { PIServiceException as __BaseException } from "./PIServiceException";
|
|
3
|
-
|
|
4
|
-
export interface DataPoint {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}
|
|
101
|
-
export declare enum DetailStatus {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
export interface DimensionDetail {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
export interface
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { PIServiceException as __BaseException } from "./PIServiceException";
|
|
3
|
+
|
|
4
|
+
export interface DataPoint {
|
|
5
|
+
Timestamp: Date | undefined;
|
|
6
|
+
|
|
7
|
+
Value: number | undefined;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface DimensionGroup {
|
|
11
|
+
Group: string | undefined;
|
|
12
|
+
|
|
13
|
+
Dimensions?: string[];
|
|
14
|
+
|
|
15
|
+
Limit?: number;
|
|
16
|
+
}
|
|
17
|
+
export declare enum ServiceType {
|
|
18
|
+
DOCDB = "DOCDB",
|
|
19
|
+
RDS = "RDS",
|
|
20
|
+
}
|
|
21
|
+
export interface DescribeDimensionKeysRequest {
|
|
22
|
+
ServiceType: ServiceType | string | undefined;
|
|
23
|
+
|
|
24
|
+
Identifier: string | undefined;
|
|
25
|
+
|
|
26
|
+
StartTime: Date | undefined;
|
|
27
|
+
|
|
28
|
+
EndTime: Date | undefined;
|
|
29
|
+
|
|
30
|
+
Metric: string | undefined;
|
|
31
|
+
|
|
32
|
+
PeriodInSeconds?: number;
|
|
33
|
+
|
|
34
|
+
GroupBy: DimensionGroup | undefined;
|
|
35
|
+
|
|
36
|
+
AdditionalMetrics?: string[];
|
|
37
|
+
|
|
38
|
+
PartitionBy?: DimensionGroup;
|
|
39
|
+
|
|
40
|
+
Filter?: Record<string, string>;
|
|
41
|
+
|
|
42
|
+
MaxResults?: number;
|
|
43
|
+
|
|
44
|
+
NextToken?: string;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface DimensionKeyDescription {
|
|
48
|
+
Dimensions?: Record<string, string>;
|
|
49
|
+
|
|
50
|
+
Total?: number;
|
|
51
|
+
|
|
52
|
+
AdditionalMetrics?: Record<string, number>;
|
|
53
|
+
|
|
54
|
+
Partitions?: number[];
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export interface ResponsePartitionKey {
|
|
58
|
+
Dimensions: Record<string, string> | undefined;
|
|
59
|
+
}
|
|
60
|
+
export interface DescribeDimensionKeysResponse {
|
|
61
|
+
AlignedStartTime?: Date;
|
|
62
|
+
|
|
63
|
+
AlignedEndTime?: Date;
|
|
64
|
+
|
|
65
|
+
PartitionKeys?: ResponsePartitionKey[];
|
|
66
|
+
|
|
67
|
+
Keys?: DimensionKeyDescription[];
|
|
68
|
+
|
|
69
|
+
NextToken?: string;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export declare class InternalServiceError extends __BaseException {
|
|
73
|
+
readonly name: "InternalServiceError";
|
|
74
|
+
readonly $fault: "server";
|
|
75
|
+
Message?: string;
|
|
76
|
+
|
|
77
|
+
constructor(
|
|
78
|
+
opts: __ExceptionOptionType<InternalServiceError, __BaseException>
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export declare class InvalidArgumentException extends __BaseException {
|
|
83
|
+
readonly name: "InvalidArgumentException";
|
|
84
|
+
readonly $fault: "client";
|
|
85
|
+
Message?: string;
|
|
86
|
+
|
|
87
|
+
constructor(
|
|
88
|
+
opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export declare class NotAuthorizedException extends __BaseException {
|
|
93
|
+
readonly name: "NotAuthorizedException";
|
|
94
|
+
readonly $fault: "client";
|
|
95
|
+
Message?: string;
|
|
96
|
+
|
|
97
|
+
constructor(
|
|
98
|
+
opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>
|
|
99
|
+
);
|
|
100
|
+
}
|
|
101
|
+
export declare enum DetailStatus {
|
|
102
|
+
AVAILABLE = "AVAILABLE",
|
|
103
|
+
PROCESSING = "PROCESSING",
|
|
104
|
+
UNAVAILABLE = "UNAVAILABLE",
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export interface DimensionDetail {
|
|
108
|
+
Identifier?: string;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface DimensionGroupDetail {
|
|
112
|
+
Group?: string;
|
|
113
|
+
|
|
114
|
+
Dimensions?: DimensionDetail[];
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export interface DimensionKeyDetail {
|
|
118
|
+
Value?: string;
|
|
119
|
+
|
|
120
|
+
Dimension?: string;
|
|
121
|
+
|
|
122
|
+
Status?: DetailStatus | string;
|
|
123
|
+
}
|
|
124
|
+
export declare enum FeatureStatus {
|
|
125
|
+
DISABLED = "DISABLED",
|
|
126
|
+
DISABLED_PENDING_REBOOT = "DISABLED_PENDING_REBOOT",
|
|
127
|
+
ENABLED = "ENABLED",
|
|
128
|
+
ENABLED_PENDING_REBOOT = "ENABLED_PENDING_REBOOT",
|
|
129
|
+
UNKNOWN = "UNKNOWN",
|
|
130
|
+
UNSUPPORTED = "UNSUPPORTED",
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export interface FeatureMetadata {
|
|
134
|
+
Status?: FeatureStatus | string;
|
|
135
|
+
}
|
|
136
|
+
export interface GetDimensionKeyDetailsRequest {
|
|
137
|
+
ServiceType: ServiceType | string | undefined;
|
|
138
|
+
|
|
139
|
+
Identifier: string | undefined;
|
|
140
|
+
|
|
141
|
+
Group: string | undefined;
|
|
142
|
+
|
|
143
|
+
GroupIdentifier: string | undefined;
|
|
144
|
+
|
|
145
|
+
RequestedDimensions?: string[];
|
|
146
|
+
}
|
|
147
|
+
export interface GetDimensionKeyDetailsResponse {
|
|
148
|
+
Dimensions?: DimensionKeyDetail[];
|
|
149
|
+
}
|
|
150
|
+
export interface GetResourceMetadataRequest {
|
|
151
|
+
ServiceType: ServiceType | string | undefined;
|
|
152
|
+
|
|
153
|
+
Identifier: string | undefined;
|
|
154
|
+
}
|
|
155
|
+
export interface GetResourceMetadataResponse {
|
|
156
|
+
Identifier?: string;
|
|
157
|
+
|
|
158
|
+
Features?: Record<string, FeatureMetadata>;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
export interface MetricQuery {
|
|
162
|
+
Metric: string | undefined;
|
|
163
|
+
|
|
164
|
+
GroupBy?: DimensionGroup;
|
|
165
|
+
|
|
166
|
+
Filter?: Record<string, string>;
|
|
167
|
+
}
|
|
168
|
+
export interface GetResourceMetricsRequest {
|
|
169
|
+
ServiceType: ServiceType | string | undefined;
|
|
170
|
+
|
|
171
|
+
Identifier: string | undefined;
|
|
172
|
+
|
|
173
|
+
MetricQueries: MetricQuery[] | undefined;
|
|
174
|
+
|
|
175
|
+
StartTime: Date | undefined;
|
|
176
|
+
|
|
177
|
+
EndTime: Date | undefined;
|
|
178
|
+
|
|
179
|
+
PeriodInSeconds?: number;
|
|
180
|
+
|
|
181
|
+
MaxResults?: number;
|
|
182
|
+
|
|
183
|
+
NextToken?: string;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export interface ResponseResourceMetricKey {
|
|
187
|
+
Metric: string | undefined;
|
|
188
|
+
|
|
189
|
+
Dimensions?: Record<string, string>;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export interface MetricKeyDataPoints {
|
|
193
|
+
Key?: ResponseResourceMetricKey;
|
|
194
|
+
|
|
195
|
+
DataPoints?: DataPoint[];
|
|
196
|
+
}
|
|
197
|
+
export interface GetResourceMetricsResponse {
|
|
198
|
+
AlignedStartTime?: Date;
|
|
199
|
+
|
|
200
|
+
AlignedEndTime?: Date;
|
|
201
|
+
|
|
202
|
+
Identifier?: string;
|
|
203
|
+
|
|
204
|
+
MetricList?: MetricKeyDataPoints[];
|
|
205
|
+
|
|
206
|
+
NextToken?: string;
|
|
207
|
+
}
|
|
208
|
+
export interface ListAvailableResourceDimensionsRequest {
|
|
209
|
+
ServiceType: ServiceType | string | undefined;
|
|
210
|
+
|
|
211
|
+
Identifier: string | undefined;
|
|
212
|
+
|
|
213
|
+
Metrics: string[] | undefined;
|
|
214
|
+
|
|
215
|
+
MaxResults?: number;
|
|
216
|
+
|
|
217
|
+
NextToken?: string;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
export interface MetricDimensionGroups {
|
|
221
|
+
Metric?: string;
|
|
222
|
+
|
|
223
|
+
Groups?: DimensionGroupDetail[];
|
|
224
|
+
}
|
|
225
|
+
export interface ListAvailableResourceDimensionsResponse {
|
|
226
|
+
MetricDimensions?: MetricDimensionGroups[];
|
|
227
|
+
|
|
228
|
+
NextToken?: string;
|
|
229
|
+
}
|
|
230
|
+
export interface ListAvailableResourceMetricsRequest {
|
|
231
|
+
ServiceType: ServiceType | string | undefined;
|
|
232
|
+
|
|
233
|
+
Identifier: string | undefined;
|
|
234
|
+
|
|
235
|
+
MetricTypes: string[] | undefined;
|
|
236
|
+
|
|
237
|
+
NextToken?: string;
|
|
238
|
+
|
|
239
|
+
MaxResults?: number;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
export interface ResponseResourceMetric {
|
|
243
|
+
Metric?: string;
|
|
244
|
+
|
|
245
|
+
Description?: string;
|
|
246
|
+
|
|
247
|
+
Unit?: string;
|
|
248
|
+
}
|
|
249
|
+
export interface ListAvailableResourceMetricsResponse {
|
|
250
|
+
Metrics?: ResponseResourceMetric[];
|
|
251
|
+
|
|
252
|
+
NextToken?: string;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
export declare const DataPointFilterSensitiveLog: (obj: DataPoint) => any;
|
|
256
|
+
|
|
257
|
+
export declare const DimensionGroupFilterSensitiveLog: (
|
|
258
|
+
obj: DimensionGroup
|
|
259
|
+
) => any;
|
|
260
|
+
|
|
261
|
+
export declare const DescribeDimensionKeysRequestFilterSensitiveLog: (
|
|
262
|
+
obj: DescribeDimensionKeysRequest
|
|
263
|
+
) => any;
|
|
264
|
+
|
|
265
|
+
export declare const DimensionKeyDescriptionFilterSensitiveLog: (
|
|
266
|
+
obj: DimensionKeyDescription
|
|
267
|
+
) => any;
|
|
268
|
+
|
|
269
|
+
export declare const ResponsePartitionKeyFilterSensitiveLog: (
|
|
270
|
+
obj: ResponsePartitionKey
|
|
271
|
+
) => any;
|
|
272
|
+
|
|
273
|
+
export declare const DescribeDimensionKeysResponseFilterSensitiveLog: (
|
|
274
|
+
obj: DescribeDimensionKeysResponse
|
|
275
|
+
) => any;
|
|
276
|
+
|
|
277
|
+
export declare const DimensionDetailFilterSensitiveLog: (
|
|
278
|
+
obj: DimensionDetail
|
|
279
|
+
) => any;
|
|
280
|
+
|
|
281
|
+
export declare const DimensionGroupDetailFilterSensitiveLog: (
|
|
282
|
+
obj: DimensionGroupDetail
|
|
283
|
+
) => any;
|
|
284
|
+
|
|
285
|
+
export declare const DimensionKeyDetailFilterSensitiveLog: (
|
|
286
|
+
obj: DimensionKeyDetail
|
|
287
|
+
) => any;
|
|
288
|
+
|
|
289
|
+
export declare const FeatureMetadataFilterSensitiveLog: (
|
|
290
|
+
obj: FeatureMetadata
|
|
291
|
+
) => any;
|
|
292
|
+
|
|
293
|
+
export declare const GetDimensionKeyDetailsRequestFilterSensitiveLog: (
|
|
294
|
+
obj: GetDimensionKeyDetailsRequest
|
|
295
|
+
) => any;
|
|
296
|
+
|
|
297
|
+
export declare const GetDimensionKeyDetailsResponseFilterSensitiveLog: (
|
|
298
|
+
obj: GetDimensionKeyDetailsResponse
|
|
299
|
+
) => any;
|
|
300
|
+
|
|
301
|
+
export declare const GetResourceMetadataRequestFilterSensitiveLog: (
|
|
302
|
+
obj: GetResourceMetadataRequest
|
|
303
|
+
) => any;
|
|
304
|
+
|
|
305
|
+
export declare const GetResourceMetadataResponseFilterSensitiveLog: (
|
|
306
|
+
obj: GetResourceMetadataResponse
|
|
307
|
+
) => any;
|
|
308
|
+
|
|
309
|
+
export declare const MetricQueryFilterSensitiveLog: (obj: MetricQuery) => any;
|
|
310
|
+
|
|
311
|
+
export declare const GetResourceMetricsRequestFilterSensitiveLog: (
|
|
312
|
+
obj: GetResourceMetricsRequest
|
|
313
|
+
) => any;
|
|
314
|
+
|
|
315
|
+
export declare const ResponseResourceMetricKeyFilterSensitiveLog: (
|
|
316
|
+
obj: ResponseResourceMetricKey
|
|
317
|
+
) => any;
|
|
318
|
+
|
|
319
|
+
export declare const MetricKeyDataPointsFilterSensitiveLog: (
|
|
320
|
+
obj: MetricKeyDataPoints
|
|
321
|
+
) => any;
|
|
322
|
+
|
|
323
|
+
export declare const GetResourceMetricsResponseFilterSensitiveLog: (
|
|
324
|
+
obj: GetResourceMetricsResponse
|
|
325
|
+
) => any;
|
|
326
|
+
|
|
327
|
+
export declare const ListAvailableResourceDimensionsRequestFilterSensitiveLog: (
|
|
328
|
+
obj: ListAvailableResourceDimensionsRequest
|
|
329
|
+
) => any;
|
|
330
|
+
|
|
331
|
+
export declare const MetricDimensionGroupsFilterSensitiveLog: (
|
|
332
|
+
obj: MetricDimensionGroups
|
|
333
|
+
) => any;
|
|
334
|
+
|
|
335
|
+
export declare const ListAvailableResourceDimensionsResponseFilterSensitiveLog: (
|
|
336
|
+
obj: ListAvailableResourceDimensionsResponse
|
|
337
|
+
) => any;
|
|
338
|
+
|
|
339
|
+
export declare const ListAvailableResourceMetricsRequestFilterSensitiveLog: (
|
|
340
|
+
obj: ListAvailableResourceMetricsRequest
|
|
341
|
+
) => any;
|
|
342
|
+
|
|
343
|
+
export declare const ResponseResourceMetricFilterSensitiveLog: (
|
|
344
|
+
obj: ResponseResourceMetric
|
|
345
|
+
) => any;
|
|
346
|
+
|
|
347
|
+
export declare const ListAvailableResourceMetricsResponseFilterSensitiveLog: (
|
|
348
|
+
obj: ListAvailableResourceMetricsResponse
|
|
349
|
+
) => any;
|