@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
|
@@ -13,12 +13,6 @@ export interface DataPoint {
|
|
|
13
13
|
*/
|
|
14
14
|
Value: number | undefined;
|
|
15
15
|
}
|
|
16
|
-
export declare namespace DataPoint {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
|
-
const filterSensitiveLog: (obj: DataPoint) => any;
|
|
21
|
-
}
|
|
22
16
|
/**
|
|
23
17
|
* <p>A logical grouping of Performance Insights metrics for a related subject area. For example, the
|
|
24
18
|
* <code>db.sql</code> dimension group consists of the following dimensions:</p>
|
|
@@ -288,12 +282,6 @@ export interface DimensionGroup {
|
|
|
288
282
|
*/
|
|
289
283
|
Limit?: number;
|
|
290
284
|
}
|
|
291
|
-
export declare namespace DimensionGroup {
|
|
292
|
-
/**
|
|
293
|
-
* @internal
|
|
294
|
-
*/
|
|
295
|
-
const filterSensitiveLog: (obj: DimensionGroup) => any;
|
|
296
|
-
}
|
|
297
285
|
export declare enum ServiceType {
|
|
298
286
|
DOCDB = "DOCDB",
|
|
299
287
|
RDS = "RDS"
|
|
@@ -435,12 +423,6 @@ export interface DescribeDimensionKeysRequest {
|
|
|
435
423
|
*/
|
|
436
424
|
NextToken?: string;
|
|
437
425
|
}
|
|
438
|
-
export declare namespace DescribeDimensionKeysRequest {
|
|
439
|
-
/**
|
|
440
|
-
* @internal
|
|
441
|
-
*/
|
|
442
|
-
const filterSensitiveLog: (obj: DescribeDimensionKeysRequest) => any;
|
|
443
|
-
}
|
|
444
426
|
/**
|
|
445
427
|
* <p>An object that includes the requested dimension key values and aggregated metric values
|
|
446
428
|
* within a dimension group.</p>
|
|
@@ -463,12 +445,6 @@ export interface DimensionKeyDescription {
|
|
|
463
445
|
*/
|
|
464
446
|
Partitions?: number[];
|
|
465
447
|
}
|
|
466
|
-
export declare namespace DimensionKeyDescription {
|
|
467
|
-
/**
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
470
|
-
const filterSensitiveLog: (obj: DimensionKeyDescription) => any;
|
|
471
|
-
}
|
|
472
448
|
/**
|
|
473
449
|
* <p>If <code>PartitionBy</code> was specified in a <code>DescribeDimensionKeys</code>
|
|
474
450
|
* request, the dimensions are returned in an array. Each element in the array specifies one
|
|
@@ -480,12 +456,6 @@ export interface ResponsePartitionKey {
|
|
|
480
456
|
*/
|
|
481
457
|
Dimensions: Record<string, string> | undefined;
|
|
482
458
|
}
|
|
483
|
-
export declare namespace ResponsePartitionKey {
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
|
-
const filterSensitiveLog: (obj: ResponsePartitionKey) => any;
|
|
488
|
-
}
|
|
489
459
|
export interface DescribeDimensionKeysResponse {
|
|
490
460
|
/**
|
|
491
461
|
* <p>The start time for the returned dimension keys, after alignment to a granular boundary (as specified by <code>PeriodInSeconds</code>).
|
|
@@ -512,12 +482,6 @@ export interface DescribeDimensionKeysResponse {
|
|
|
512
482
|
*/
|
|
513
483
|
NextToken?: string;
|
|
514
484
|
}
|
|
515
|
-
export declare namespace DescribeDimensionKeysResponse {
|
|
516
|
-
/**
|
|
517
|
-
* @internal
|
|
518
|
-
*/
|
|
519
|
-
const filterSensitiveLog: (obj: DescribeDimensionKeysResponse) => any;
|
|
520
|
-
}
|
|
521
485
|
/**
|
|
522
486
|
* <p>The request failed due to an unknown error.</p>
|
|
523
487
|
*/
|
|
@@ -568,12 +532,6 @@ export interface DimensionDetail {
|
|
|
568
532
|
*/
|
|
569
533
|
Identifier?: string;
|
|
570
534
|
}
|
|
571
|
-
export declare namespace DimensionDetail {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
|
-
const filterSensitiveLog: (obj: DimensionDetail) => any;
|
|
576
|
-
}
|
|
577
535
|
/**
|
|
578
536
|
* <p>Information about dimensions within a dimension group.</p>
|
|
579
537
|
*/
|
|
@@ -587,12 +545,6 @@ export interface DimensionGroupDetail {
|
|
|
587
545
|
*/
|
|
588
546
|
Dimensions?: DimensionDetail[];
|
|
589
547
|
}
|
|
590
|
-
export declare namespace DimensionGroupDetail {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
|
-
const filterSensitiveLog: (obj: DimensionGroupDetail) => any;
|
|
595
|
-
}
|
|
596
548
|
/**
|
|
597
549
|
* <p>An object that describes the details for a specified dimension.</p>
|
|
598
550
|
*/
|
|
@@ -646,12 +598,6 @@ export interface DimensionKeyDetail {
|
|
|
646
598
|
*/
|
|
647
599
|
Status?: DetailStatus | string;
|
|
648
600
|
}
|
|
649
|
-
export declare namespace DimensionKeyDetail {
|
|
650
|
-
/**
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
653
|
-
const filterSensitiveLog: (obj: DimensionKeyDetail) => any;
|
|
654
|
-
}
|
|
655
601
|
export declare enum FeatureStatus {
|
|
656
602
|
DISABLED = "DISABLED",
|
|
657
603
|
DISABLED_PENDING_REBOOT = "DISABLED_PENDING_REBOOT",
|
|
@@ -696,12 +642,6 @@ export interface FeatureMetadata {
|
|
|
696
642
|
*/
|
|
697
643
|
Status?: FeatureStatus | string;
|
|
698
644
|
}
|
|
699
|
-
export declare namespace FeatureMetadata {
|
|
700
|
-
/**
|
|
701
|
-
* @internal
|
|
702
|
-
*/
|
|
703
|
-
const filterSensitiveLog: (obj: FeatureMetadata) => any;
|
|
704
|
-
}
|
|
705
645
|
export interface GetDimensionKeyDetailsRequest {
|
|
706
646
|
/**
|
|
707
647
|
* <p>The Amazon Web Services service for which Performance Insights returns data. The only valid value is <code>RDS</code>.</p>
|
|
@@ -762,24 +702,12 @@ export interface GetDimensionKeyDetailsRequest {
|
|
|
762
702
|
*/
|
|
763
703
|
RequestedDimensions?: string[];
|
|
764
704
|
}
|
|
765
|
-
export declare namespace GetDimensionKeyDetailsRequest {
|
|
766
|
-
/**
|
|
767
|
-
* @internal
|
|
768
|
-
*/
|
|
769
|
-
const filterSensitiveLog: (obj: GetDimensionKeyDetailsRequest) => any;
|
|
770
|
-
}
|
|
771
705
|
export interface GetDimensionKeyDetailsResponse {
|
|
772
706
|
/**
|
|
773
707
|
* <p>The details for the requested dimensions.</p>
|
|
774
708
|
*/
|
|
775
709
|
Dimensions?: DimensionKeyDetail[];
|
|
776
710
|
}
|
|
777
|
-
export declare namespace GetDimensionKeyDetailsResponse {
|
|
778
|
-
/**
|
|
779
|
-
* @internal
|
|
780
|
-
*/
|
|
781
|
-
const filterSensitiveLog: (obj: GetDimensionKeyDetailsResponse) => any;
|
|
782
|
-
}
|
|
783
711
|
export interface GetResourceMetadataRequest {
|
|
784
712
|
/**
|
|
785
713
|
* <p>The Amazon Web Services service for which Performance Insights returns metrics.</p>
|
|
@@ -793,12 +721,6 @@ export interface GetResourceMetadataRequest {
|
|
|
793
721
|
*/
|
|
794
722
|
Identifier: string | undefined;
|
|
795
723
|
}
|
|
796
|
-
export declare namespace GetResourceMetadataRequest {
|
|
797
|
-
/**
|
|
798
|
-
* @internal
|
|
799
|
-
*/
|
|
800
|
-
const filterSensitiveLog: (obj: GetResourceMetadataRequest) => any;
|
|
801
|
-
}
|
|
802
724
|
export interface GetResourceMetadataResponse {
|
|
803
725
|
/**
|
|
804
726
|
* <p>An immutable identifier for a data source that is unique for an Amazon Web Services Region.
|
|
@@ -814,12 +736,6 @@ export interface GetResourceMetadataResponse {
|
|
|
814
736
|
*/
|
|
815
737
|
Features?: Record<string, FeatureMetadata>;
|
|
816
738
|
}
|
|
817
|
-
export declare namespace GetResourceMetadataResponse {
|
|
818
|
-
/**
|
|
819
|
-
* @internal
|
|
820
|
-
*/
|
|
821
|
-
const filterSensitiveLog: (obj: GetResourceMetadataResponse) => any;
|
|
822
|
-
}
|
|
823
739
|
/**
|
|
824
740
|
* <p>A single query to be processed. You must provide the metric to query. If no other
|
|
825
741
|
* parameters are specified, Performance Insights returns all data points for the specified metric. Optionally, you can
|
|
@@ -871,12 +787,6 @@ export interface MetricQuery {
|
|
|
871
787
|
*/
|
|
872
788
|
Filter?: Record<string, string>;
|
|
873
789
|
}
|
|
874
|
-
export declare namespace MetricQuery {
|
|
875
|
-
/**
|
|
876
|
-
* @internal
|
|
877
|
-
*/
|
|
878
|
-
const filterSensitiveLog: (obj: MetricQuery) => any;
|
|
879
|
-
}
|
|
880
790
|
export interface GetResourceMetricsRequest {
|
|
881
791
|
/**
|
|
882
792
|
* <p>The Amazon Web Services service for which Performance Insights returns metrics. Valid values are as follows:</p>
|
|
@@ -963,12 +873,6 @@ export interface GetResourceMetricsRequest {
|
|
|
963
873
|
*/
|
|
964
874
|
NextToken?: string;
|
|
965
875
|
}
|
|
966
|
-
export declare namespace GetResourceMetricsRequest {
|
|
967
|
-
/**
|
|
968
|
-
* @internal
|
|
969
|
-
*/
|
|
970
|
-
const filterSensitiveLog: (obj: GetResourceMetricsRequest) => any;
|
|
971
|
-
}
|
|
972
876
|
/**
|
|
973
877
|
* <p>An object describing a Performance Insights metric and one or more dimensions for that metric.</p>
|
|
974
878
|
*/
|
|
@@ -1003,12 +907,6 @@ export interface ResponseResourceMetricKey {
|
|
|
1003
907
|
*/
|
|
1004
908
|
Dimensions?: Record<string, string>;
|
|
1005
909
|
}
|
|
1006
|
-
export declare namespace ResponseResourceMetricKey {
|
|
1007
|
-
/**
|
|
1008
|
-
* @internal
|
|
1009
|
-
*/
|
|
1010
|
-
const filterSensitiveLog: (obj: ResponseResourceMetricKey) => any;
|
|
1011
|
-
}
|
|
1012
910
|
/**
|
|
1013
911
|
* <p>A time-ordered series of data points, corresponding to a dimension of a Performance Insights
|
|
1014
912
|
* metric.</p>
|
|
@@ -1023,12 +921,6 @@ export interface MetricKeyDataPoints {
|
|
|
1023
921
|
*/
|
|
1024
922
|
DataPoints?: DataPoint[];
|
|
1025
923
|
}
|
|
1026
|
-
export declare namespace MetricKeyDataPoints {
|
|
1027
|
-
/**
|
|
1028
|
-
* @internal
|
|
1029
|
-
*/
|
|
1030
|
-
const filterSensitiveLog: (obj: MetricKeyDataPoints) => any;
|
|
1031
|
-
}
|
|
1032
924
|
export interface GetResourceMetricsResponse {
|
|
1033
925
|
/**
|
|
1034
926
|
* <p>The start time for the returned metrics, after alignment to a granular boundary (as specified by <code>PeriodInSeconds</code>).
|
|
@@ -1058,12 +950,6 @@ export interface GetResourceMetricsResponse {
|
|
|
1058
950
|
*/
|
|
1059
951
|
NextToken?: string;
|
|
1060
952
|
}
|
|
1061
|
-
export declare namespace GetResourceMetricsResponse {
|
|
1062
|
-
/**
|
|
1063
|
-
* @internal
|
|
1064
|
-
*/
|
|
1065
|
-
const filterSensitiveLog: (obj: GetResourceMetricsResponse) => any;
|
|
1066
|
-
}
|
|
1067
953
|
export interface ListAvailableResourceDimensionsRequest {
|
|
1068
954
|
/**
|
|
1069
955
|
* <p>The Amazon Web Services service for which Performance Insights returns metrics.</p>
|
|
@@ -1092,12 +978,6 @@ export interface ListAvailableResourceDimensionsRequest {
|
|
|
1092
978
|
*/
|
|
1093
979
|
NextToken?: string;
|
|
1094
980
|
}
|
|
1095
|
-
export declare namespace ListAvailableResourceDimensionsRequest {
|
|
1096
|
-
/**
|
|
1097
|
-
* @internal
|
|
1098
|
-
*/
|
|
1099
|
-
const filterSensitiveLog: (obj: ListAvailableResourceDimensionsRequest) => any;
|
|
1100
|
-
}
|
|
1101
981
|
/**
|
|
1102
982
|
* <p>The available dimension information for a metric type.</p>
|
|
1103
983
|
*/
|
|
@@ -1111,12 +991,6 @@ export interface MetricDimensionGroups {
|
|
|
1111
991
|
*/
|
|
1112
992
|
Groups?: DimensionGroupDetail[];
|
|
1113
993
|
}
|
|
1114
|
-
export declare namespace MetricDimensionGroups {
|
|
1115
|
-
/**
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
1118
|
-
const filterSensitiveLog: (obj: MetricDimensionGroups) => any;
|
|
1119
|
-
}
|
|
1120
994
|
export interface ListAvailableResourceDimensionsResponse {
|
|
1121
995
|
/**
|
|
1122
996
|
* <p>The dimension information returned for requested metric types.</p>
|
|
@@ -1128,12 +1002,6 @@ export interface ListAvailableResourceDimensionsResponse {
|
|
|
1128
1002
|
*/
|
|
1129
1003
|
NextToken?: string;
|
|
1130
1004
|
}
|
|
1131
|
-
export declare namespace ListAvailableResourceDimensionsResponse {
|
|
1132
|
-
/**
|
|
1133
|
-
* @internal
|
|
1134
|
-
*/
|
|
1135
|
-
const filterSensitiveLog: (obj: ListAvailableResourceDimensionsResponse) => any;
|
|
1136
|
-
}
|
|
1137
1005
|
export interface ListAvailableResourceMetricsRequest {
|
|
1138
1006
|
/**
|
|
1139
1007
|
* <p>The Amazon Web Services service for which Performance Insights returns metrics.</p>
|
|
@@ -1179,12 +1047,6 @@ export interface ListAvailableResourceMetricsRequest {
|
|
|
1179
1047
|
*/
|
|
1180
1048
|
MaxResults?: number;
|
|
1181
1049
|
}
|
|
1182
|
-
export declare namespace ListAvailableResourceMetricsRequest {
|
|
1183
|
-
/**
|
|
1184
|
-
* @internal
|
|
1185
|
-
*/
|
|
1186
|
-
const filterSensitiveLog: (obj: ListAvailableResourceMetricsRequest) => any;
|
|
1187
|
-
}
|
|
1188
1050
|
/**
|
|
1189
1051
|
* <p>An object that contains the full name, description, and unit of a metric.
|
|
1190
1052
|
* </p>
|
|
@@ -1203,12 +1065,6 @@ export interface ResponseResourceMetric {
|
|
|
1203
1065
|
*/
|
|
1204
1066
|
Unit?: string;
|
|
1205
1067
|
}
|
|
1206
|
-
export declare namespace ResponseResourceMetric {
|
|
1207
|
-
/**
|
|
1208
|
-
* @internal
|
|
1209
|
-
*/
|
|
1210
|
-
const filterSensitiveLog: (obj: ResponseResourceMetric) => any;
|
|
1211
|
-
}
|
|
1212
1068
|
export interface ListAvailableResourceMetricsResponse {
|
|
1213
1069
|
/**
|
|
1214
1070
|
* <p>An array of metrics available to query. Each array element contains the full name,
|
|
@@ -1222,9 +1078,103 @@ export interface ListAvailableResourceMetricsResponse {
|
|
|
1222
1078
|
*/
|
|
1223
1079
|
NextToken?: string;
|
|
1224
1080
|
}
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1081
|
+
/**
|
|
1082
|
+
* @internal
|
|
1083
|
+
*/
|
|
1084
|
+
export declare const DataPointFilterSensitiveLog: (obj: DataPoint) => any;
|
|
1085
|
+
/**
|
|
1086
|
+
* @internal
|
|
1087
|
+
*/
|
|
1088
|
+
export declare const DimensionGroupFilterSensitiveLog: (obj: DimensionGroup) => any;
|
|
1089
|
+
/**
|
|
1090
|
+
* @internal
|
|
1091
|
+
*/
|
|
1092
|
+
export declare const DescribeDimensionKeysRequestFilterSensitiveLog: (obj: DescribeDimensionKeysRequest) => any;
|
|
1093
|
+
/**
|
|
1094
|
+
* @internal
|
|
1095
|
+
*/
|
|
1096
|
+
export declare const DimensionKeyDescriptionFilterSensitiveLog: (obj: DimensionKeyDescription) => any;
|
|
1097
|
+
/**
|
|
1098
|
+
* @internal
|
|
1099
|
+
*/
|
|
1100
|
+
export declare const ResponsePartitionKeyFilterSensitiveLog: (obj: ResponsePartitionKey) => any;
|
|
1101
|
+
/**
|
|
1102
|
+
* @internal
|
|
1103
|
+
*/
|
|
1104
|
+
export declare const DescribeDimensionKeysResponseFilterSensitiveLog: (obj: DescribeDimensionKeysResponse) => any;
|
|
1105
|
+
/**
|
|
1106
|
+
* @internal
|
|
1107
|
+
*/
|
|
1108
|
+
export declare const DimensionDetailFilterSensitiveLog: (obj: DimensionDetail) => any;
|
|
1109
|
+
/**
|
|
1110
|
+
* @internal
|
|
1111
|
+
*/
|
|
1112
|
+
export declare const DimensionGroupDetailFilterSensitiveLog: (obj: DimensionGroupDetail) => any;
|
|
1113
|
+
/**
|
|
1114
|
+
* @internal
|
|
1115
|
+
*/
|
|
1116
|
+
export declare const DimensionKeyDetailFilterSensitiveLog: (obj: DimensionKeyDetail) => any;
|
|
1117
|
+
/**
|
|
1118
|
+
* @internal
|
|
1119
|
+
*/
|
|
1120
|
+
export declare const FeatureMetadataFilterSensitiveLog: (obj: FeatureMetadata) => any;
|
|
1121
|
+
/**
|
|
1122
|
+
* @internal
|
|
1123
|
+
*/
|
|
1124
|
+
export declare const GetDimensionKeyDetailsRequestFilterSensitiveLog: (obj: GetDimensionKeyDetailsRequest) => any;
|
|
1125
|
+
/**
|
|
1126
|
+
* @internal
|
|
1127
|
+
*/
|
|
1128
|
+
export declare const GetDimensionKeyDetailsResponseFilterSensitiveLog: (obj: GetDimensionKeyDetailsResponse) => any;
|
|
1129
|
+
/**
|
|
1130
|
+
* @internal
|
|
1131
|
+
*/
|
|
1132
|
+
export declare const GetResourceMetadataRequestFilterSensitiveLog: (obj: GetResourceMetadataRequest) => any;
|
|
1133
|
+
/**
|
|
1134
|
+
* @internal
|
|
1135
|
+
*/
|
|
1136
|
+
export declare const GetResourceMetadataResponseFilterSensitiveLog: (obj: GetResourceMetadataResponse) => any;
|
|
1137
|
+
/**
|
|
1138
|
+
* @internal
|
|
1139
|
+
*/
|
|
1140
|
+
export declare const MetricQueryFilterSensitiveLog: (obj: MetricQuery) => any;
|
|
1141
|
+
/**
|
|
1142
|
+
* @internal
|
|
1143
|
+
*/
|
|
1144
|
+
export declare const GetResourceMetricsRequestFilterSensitiveLog: (obj: GetResourceMetricsRequest) => any;
|
|
1145
|
+
/**
|
|
1146
|
+
* @internal
|
|
1147
|
+
*/
|
|
1148
|
+
export declare const ResponseResourceMetricKeyFilterSensitiveLog: (obj: ResponseResourceMetricKey) => any;
|
|
1149
|
+
/**
|
|
1150
|
+
* @internal
|
|
1151
|
+
*/
|
|
1152
|
+
export declare const MetricKeyDataPointsFilterSensitiveLog: (obj: MetricKeyDataPoints) => any;
|
|
1153
|
+
/**
|
|
1154
|
+
* @internal
|
|
1155
|
+
*/
|
|
1156
|
+
export declare const GetResourceMetricsResponseFilterSensitiveLog: (obj: GetResourceMetricsResponse) => any;
|
|
1157
|
+
/**
|
|
1158
|
+
* @internal
|
|
1159
|
+
*/
|
|
1160
|
+
export declare const ListAvailableResourceDimensionsRequestFilterSensitiveLog: (obj: ListAvailableResourceDimensionsRequest) => any;
|
|
1161
|
+
/**
|
|
1162
|
+
* @internal
|
|
1163
|
+
*/
|
|
1164
|
+
export declare const MetricDimensionGroupsFilterSensitiveLog: (obj: MetricDimensionGroups) => any;
|
|
1165
|
+
/**
|
|
1166
|
+
* @internal
|
|
1167
|
+
*/
|
|
1168
|
+
export declare const ListAvailableResourceDimensionsResponseFilterSensitiveLog: (obj: ListAvailableResourceDimensionsResponse) => any;
|
|
1169
|
+
/**
|
|
1170
|
+
* @internal
|
|
1171
|
+
*/
|
|
1172
|
+
export declare const ListAvailableResourceMetricsRequestFilterSensitiveLog: (obj: ListAvailableResourceMetricsRequest) => any;
|
|
1173
|
+
/**
|
|
1174
|
+
* @internal
|
|
1175
|
+
*/
|
|
1176
|
+
export declare const ResponseResourceMetricFilterSensitiveLog: (obj: ResponseResourceMetric) => any;
|
|
1177
|
+
/**
|
|
1178
|
+
* @internal
|
|
1179
|
+
*/
|
|
1180
|
+
export declare const ListAvailableResourceMetricsResponseFilterSensitiveLog: (obj: ListAvailableResourceMetricsResponse) => any;
|