@aws-sdk/client-pi 3.686.0 → 3.691.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.
@@ -20,22 +20,22 @@ export interface PerformanceInsightsMetric {
20
20
  * <p>The Performance Insights metric.</p>
21
21
  * @public
22
22
  */
23
- Metric?: string;
23
+ Metric?: string | undefined;
24
24
  /**
25
25
  * <p>The Performance Insights metric name.</p>
26
26
  * @public
27
27
  */
28
- DisplayName?: string;
28
+ DisplayName?: string | undefined;
29
29
  /**
30
30
  * <p>A dimension map that contains the dimensions for this partition.</p>
31
31
  * @public
32
32
  */
33
- Dimensions?: Record<string, string>;
33
+ Dimensions?: Record<string, string> | undefined;
34
34
  /**
35
35
  * <p>The value of the metric. For example, <code>9</code> for <code>db.load.avg</code>.</p>
36
36
  * @public
37
37
  */
38
- Value?: number;
38
+ Value?: number | undefined;
39
39
  }
40
40
  /**
41
41
  * <p>List of data objects which provide details about source metrics.
@@ -52,7 +52,7 @@ export interface Data {
52
52
  * </p>
53
53
  * @public
54
54
  */
55
- PerformanceInsightsMetric?: PerformanceInsightsMetric;
55
+ PerformanceInsightsMetric?: PerformanceInsightsMetric | undefined;
56
56
  }
57
57
  /**
58
58
  * @public
@@ -75,14 +75,14 @@ export interface Recommendation {
75
75
  * <p>The unique identifier for the recommendation.</p>
76
76
  * @public
77
77
  */
78
- RecommendationId?: string;
78
+ RecommendationId?: string | undefined;
79
79
  /**
80
80
  * <p>The recommendation details to help resolve the performance issue. For example,
81
81
  * <code>Investigate the following SQLs that contributed to 100% of the total DBLoad during that time period: sql-id</code>
82
82
  * </p>
83
83
  * @public
84
84
  */
85
- RecommendationDescription?: string;
85
+ RecommendationDescription?: string | undefined;
86
86
  }
87
87
  /**
88
88
  * @public
@@ -153,32 +153,32 @@ export interface AnalysisReportSummary {
153
153
  * <p>The name of the analysis report.</p>
154
154
  * @public
155
155
  */
156
- AnalysisReportId?: string;
156
+ AnalysisReportId?: string | undefined;
157
157
  /**
158
158
  * <p>The time you created the analysis report.</p>
159
159
  * @public
160
160
  */
161
- CreateTime?: Date;
161
+ CreateTime?: Date | undefined;
162
162
  /**
163
163
  * <p>The start time of the analysis in the report.</p>
164
164
  * @public
165
165
  */
166
- StartTime?: Date;
166
+ StartTime?: Date | undefined;
167
167
  /**
168
168
  * <p>The end time of the analysis in the report.</p>
169
169
  * @public
170
170
  */
171
- EndTime?: Date;
171
+ EndTime?: Date | undefined;
172
172
  /**
173
173
  * <p>The status of the analysis report.</p>
174
174
  * @public
175
175
  */
176
- Status?: AnalysisStatus;
176
+ Status?: AnalysisStatus | undefined;
177
177
  /**
178
178
  * <p>List of all the tags added to the analysis report.</p>
179
179
  * @public
180
180
  */
181
- Tags?: Tag[];
181
+ Tags?: Tag[] | undefined;
182
182
  }
183
183
  /**
184
184
  * @public
@@ -224,7 +224,7 @@ export interface CreatePerformanceAnalysisReportRequest {
224
224
  * <p>The metadata assigned to the analysis report consisting of a key-value pair.</p>
225
225
  * @public
226
226
  */
227
- Tags?: Tag[];
227
+ Tags?: Tag[] | undefined;
228
228
  }
229
229
  /**
230
230
  * @public
@@ -234,7 +234,7 @@ export interface CreatePerformanceAnalysisReportResponse {
234
234
  * <p>A unique identifier for the created analysis report.</p>
235
235
  * @public
236
236
  */
237
- AnalysisReportId?: string;
237
+ AnalysisReportId?: string | undefined;
238
238
  }
239
239
  /**
240
240
  * <p>The request failed due to an unknown error.</p>
@@ -243,7 +243,7 @@ export interface CreatePerformanceAnalysisReportResponse {
243
243
  export declare class InternalServiceError extends __BaseException {
244
244
  readonly name: "InternalServiceError";
245
245
  readonly $fault: "server";
246
- Message?: string;
246
+ Message?: string | undefined;
247
247
  /**
248
248
  * @internal
249
249
  */
@@ -256,7 +256,7 @@ export declare class InternalServiceError extends __BaseException {
256
256
  export declare class InvalidArgumentException extends __BaseException {
257
257
  readonly name: "InvalidArgumentException";
258
258
  readonly $fault: "client";
259
- Message?: string;
259
+ Message?: string | undefined;
260
260
  /**
261
261
  * @internal
262
262
  */
@@ -269,7 +269,7 @@ export declare class InvalidArgumentException extends __BaseException {
269
269
  export declare class NotAuthorizedException extends __BaseException {
270
270
  readonly name: "NotAuthorizedException";
271
271
  readonly $fault: "client";
272
- Message?: string;
272
+ Message?: string | undefined;
273
273
  /**
274
274
  * @internal
275
275
  */
@@ -587,12 +587,12 @@ export interface DimensionGroup {
587
587
  * </ul>
588
588
  * @public
589
589
  */
590
- Dimensions?: string[];
590
+ Dimensions?: string[] | undefined;
591
591
  /**
592
592
  * <p>The maximum number of items to fetch for this dimension group.</p>
593
593
  * @public
594
594
  */
595
- Limit?: number;
595
+ Limit?: number | undefined;
596
596
  }
597
597
  /**
598
598
  * @public
@@ -696,7 +696,7 @@ export interface DescribeDimensionKeysRequest {
696
696
  * </p>
697
697
  * @public
698
698
  */
699
- PeriodInSeconds?: number;
699
+ PeriodInSeconds?: number | undefined;
700
700
  /**
701
701
  * <p>A specification for how to aggregate the data points from a query result. You must specify a valid dimension group. Performance Insights returns all
702
702
  * dimensions within this group, unless you provide the names of specific dimensions within this group. You can also request that Performance Insights return
@@ -710,14 +710,14 @@ export interface DescribeDimensionKeysRequest {
710
710
  * syntax is as follows: <code>"AdditionalMetrics" : \{ "<i>string</i>" : "<i>string</i>" \}</code>. </p>
711
711
  * @public
712
712
  */
713
- AdditionalMetrics?: string[];
713
+ AdditionalMetrics?: string[] | undefined;
714
714
  /**
715
715
  * <p>For each dimension specified in <code>GroupBy</code>, specify a secondary dimension
716
716
  * to further subdivide the partition keys in the response.
717
717
  * </p>
718
718
  * @public
719
719
  */
720
- PartitionBy?: DimensionGroup;
720
+ PartitionBy?: DimensionGroup | undefined;
721
721
  /**
722
722
  * <p>One or more filters to apply in the request. Restrictions:</p>
723
723
  * <ul>
@@ -734,19 +734,19 @@ export interface DescribeDimensionKeysRequest {
734
734
  * </note>
735
735
  * @public
736
736
  */
737
- Filter?: Record<string, string>;
737
+ Filter?: Record<string, string> | undefined;
738
738
  /**
739
739
  * <p>The maximum number of items to return in the response. If more items exist than the specified <code>MaxRecords</code> value, a
740
740
  * pagination token is included in the response so that the remaining results can be retrieved. </p>
741
741
  * @public
742
742
  */
743
- MaxResults?: number;
743
+ MaxResults?: number | undefined;
744
744
  /**
745
745
  * <p>An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond
746
746
  * the token, up to the value specified by <code>MaxRecords</code>.</p>
747
747
  * @public
748
748
  */
749
- NextToken?: string;
749
+ NextToken?: string | undefined;
750
750
  }
751
751
  /**
752
752
  * <p>An object that includes the requested dimension key values and aggregated metric values
@@ -758,22 +758,22 @@ export interface DimensionKeyDescription {
758
758
  * <p>A map of name-value pairs for the dimensions in the group.</p>
759
759
  * @public
760
760
  */
761
- Dimensions?: Record<string, string>;
761
+ Dimensions?: Record<string, string> | undefined;
762
762
  /**
763
763
  * <p>The aggregated metric value for the dimensions, over the requested time range.</p>
764
764
  * @public
765
765
  */
766
- Total?: number;
766
+ Total?: number | undefined;
767
767
  /**
768
768
  * <p>A map that contains the value for each additional metric.</p>
769
769
  * @public
770
770
  */
771
- AdditionalMetrics?: Record<string, number>;
771
+ AdditionalMetrics?: Record<string, number> | undefined;
772
772
  /**
773
773
  * <p>If <code>PartitionBy</code> was specified, <code>PartitionKeys</code> contains the dimensions that were.</p>
774
774
  * @public
775
775
  */
776
- Partitions?: number[];
776
+ Partitions?: number[] | undefined;
777
777
  }
778
778
  /**
779
779
  * <p>If <code>PartitionBy</code> was specified in a <code>DescribeDimensionKeys</code>
@@ -797,30 +797,30 @@ export interface DescribeDimensionKeysResponse {
797
797
  * <code>AlignedStartTime</code> will be less than or equal to the value of the user-specified <code>StartTime</code>. </p>
798
798
  * @public
799
799
  */
800
- AlignedStartTime?: Date;
800
+ AlignedStartTime?: Date | undefined;
801
801
  /**
802
802
  * <p>The end time for the returned dimension keys, after alignment to a granular boundary (as specified by <code>PeriodInSeconds</code>).
803
803
  * <code>AlignedEndTime</code> will be greater than or equal to the value of the user-specified <code>Endtime</code>. </p>
804
804
  * @public
805
805
  */
806
- AlignedEndTime?: Date;
806
+ AlignedEndTime?: Date | undefined;
807
807
  /**
808
808
  * <p>If <code>PartitionBy</code> was present in the request, <code>PartitionKeys</code> contains the breakdown of dimension keys by the
809
809
  * specified partitions. </p>
810
810
  * @public
811
811
  */
812
- PartitionKeys?: ResponsePartitionKey[];
812
+ PartitionKeys?: ResponsePartitionKey[] | undefined;
813
813
  /**
814
814
  * <p>The dimension keys that were requested.</p>
815
815
  * @public
816
816
  */
817
- Keys?: DimensionKeyDescription[];
817
+ Keys?: DimensionKeyDescription[] | undefined;
818
818
  /**
819
819
  * <p>A pagination token that indicates the response didn’t return all available records because <code>MaxRecords</code> was specified in the
820
820
  * previous request. To get the remaining records, specify <code>NextToken</code> in a separate request with this value. </p>
821
821
  * @public
822
822
  */
823
- NextToken?: string;
823
+ NextToken?: string | undefined;
824
824
  }
825
825
  /**
826
826
  * @public
@@ -844,7 +844,7 @@ export interface DimensionDetail {
844
844
  * <p>The identifier of a dimension.</p>
845
845
  * @public
846
846
  */
847
- Identifier?: string;
847
+ Identifier?: string | undefined;
848
848
  }
849
849
  /**
850
850
  * <p>Information about dimensions within a dimension group.</p>
@@ -855,12 +855,12 @@ export interface DimensionGroupDetail {
855
855
  * <p>The name of the dimension group.</p>
856
856
  * @public
857
857
  */
858
- Group?: string;
858
+ Group?: string | undefined;
859
859
  /**
860
860
  * <p>The dimensions within a dimension group.</p>
861
861
  * @public
862
862
  */
863
- Dimensions?: DimensionDetail[];
863
+ Dimensions?: DimensionDetail[] | undefined;
864
864
  }
865
865
  /**
866
866
  * <p>An object that describes the details for a specified dimension.</p>
@@ -882,7 +882,7 @@ export interface DimensionKeyDetail {
882
882
  * </ul>
883
883
  * @public
884
884
  */
885
- Value?: string;
885
+ Value?: string | undefined;
886
886
  /**
887
887
  * <p>The full name of the dimension. The full name includes the group name and key name. The following values are valid:</p>
888
888
  * <ul>
@@ -897,7 +897,7 @@ export interface DimensionKeyDetail {
897
897
  * </ul>
898
898
  * @public
899
899
  */
900
- Dimension?: string;
900
+ Dimension?: string | undefined;
901
901
  /**
902
902
  * <p>The status of the dimension detail data. Possible values include the following:</p>
903
903
  * <ul>
@@ -917,7 +917,7 @@ export interface DimensionKeyDetail {
917
917
  * </ul>
918
918
  * @public
919
919
  */
920
- Status?: DetailStatus;
920
+ Status?: DetailStatus | undefined;
921
921
  }
922
922
  /**
923
923
  * @public
@@ -971,7 +971,7 @@ export interface FeatureMetadata {
971
971
  * </ul>
972
972
  * @public
973
973
  */
974
- Status?: FeatureStatus;
974
+ Status?: FeatureStatus | undefined;
975
975
  }
976
976
  /**
977
977
  * @public
@@ -1039,7 +1039,7 @@ export interface GetDimensionKeyDetailsRequest {
1039
1039
  * </ul>
1040
1040
  * @public
1041
1041
  */
1042
- RequestedDimensions?: string[];
1042
+ RequestedDimensions?: string[] | undefined;
1043
1043
  }
1044
1044
  /**
1045
1045
  * @public
@@ -1049,7 +1049,7 @@ export interface GetDimensionKeyDetailsResponse {
1049
1049
  * <p>The details for the requested dimensions.</p>
1050
1050
  * @public
1051
1051
  */
1052
- Dimensions?: DimensionKeyDetail[];
1052
+ Dimensions?: DimensionKeyDetail[] | undefined;
1053
1053
  }
1054
1054
  /**
1055
1055
  * @public
@@ -1095,13 +1095,13 @@ export interface GetPerformanceAnalysisReportRequest {
1095
1095
  * value is <code>plain text</code>.</p>
1096
1096
  * @public
1097
1097
  */
1098
- TextFormat?: TextFormat;
1098
+ TextFormat?: TextFormat | undefined;
1099
1099
  /**
1100
1100
  * <p>The text language in the report. The default language is <code>EN_US</code> (English).
1101
1101
  * </p>
1102
1102
  * @public
1103
1103
  */
1104
- AcceptLanguage?: AcceptLanguage;
1104
+ AcceptLanguage?: AcceptLanguage | undefined;
1105
1105
  }
1106
1106
  /**
1107
1107
  * @public
@@ -1133,13 +1133,13 @@ export interface GetResourceMetadataResponse {
1133
1133
  * </p>
1134
1134
  * @public
1135
1135
  */
1136
- Identifier?: string;
1136
+ Identifier?: string | undefined;
1137
1137
  /**
1138
1138
  * <p>The metadata for different features. For example, the metadata might indicate that a feature is
1139
1139
  * turned on or off on a specific DB instance.</p>
1140
1140
  * @public
1141
1141
  */
1142
- Features?: Record<string, FeatureMetadata>;
1142
+ Features?: Record<string, FeatureMetadata> | undefined;
1143
1143
  }
1144
1144
  /**
1145
1145
  * <p>A single query to be processed. You must provide the metric to query and append an aggregate function to the metric.
@@ -1188,7 +1188,7 @@ export interface MetricQuery {
1188
1188
  * that Performance Insights return a limited number of values for a dimension.</p>
1189
1189
  * @public
1190
1190
  */
1191
- GroupBy?: DimensionGroup;
1191
+ GroupBy?: DimensionGroup | undefined;
1192
1192
  /**
1193
1193
  * <p>One or more filters to apply in the request. Restrictions:</p>
1194
1194
  * <ul>
@@ -1204,7 +1204,7 @@ export interface MetricQuery {
1204
1204
  * </note>
1205
1205
  * @public
1206
1206
  */
1207
- Filter?: Record<string, string>;
1207
+ Filter?: Record<string, string> | undefined;
1208
1208
  }
1209
1209
  /**
1210
1210
  * @public
@@ -1303,24 +1303,24 @@ export interface GetResourceMetricsRequest {
1303
1303
  * points in the response.</p>
1304
1304
  * @public
1305
1305
  */
1306
- PeriodInSeconds?: number;
1306
+ PeriodInSeconds?: number | undefined;
1307
1307
  /**
1308
1308
  * <p>The maximum number of items to return in the response. If more items exist than the specified <code>MaxRecords</code> value, a
1309
1309
  * pagination token is included in the response so that the remaining results can be retrieved. </p>
1310
1310
  * @public
1311
1311
  */
1312
- MaxResults?: number;
1312
+ MaxResults?: number | undefined;
1313
1313
  /**
1314
1314
  * <p>An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond
1315
1315
  * the token, up to the value specified by <code>MaxRecords</code>.</p>
1316
1316
  * @public
1317
1317
  */
1318
- NextToken?: string;
1318
+ NextToken?: string | undefined;
1319
1319
  /**
1320
1320
  * <p>The returned timestamp which is the start or end time of the time periods. The default value is <code>END_TIME</code>.</p>
1321
1321
  * @public
1322
1322
  */
1323
- PeriodAlignment?: PeriodAlignment;
1323
+ PeriodAlignment?: PeriodAlignment | undefined;
1324
1324
  }
1325
1325
  /**
1326
1326
  * <p>An object describing a Performance Insights metric and one or more dimensions for that metric.</p>
@@ -1361,7 +1361,7 @@ export interface ResponseResourceMetricKey {
1361
1361
  * <p>The valid dimensions for the metric.</p>
1362
1362
  * @public
1363
1363
  */
1364
- Dimensions?: Record<string, string>;
1364
+ Dimensions?: Record<string, string> | undefined;
1365
1365
  }
1366
1366
  /**
1367
1367
  * <p>A time-ordered series of data points, corresponding to a dimension of a Performance Insights
@@ -1373,12 +1373,12 @@ export interface MetricKeyDataPoints {
1373
1373
  * <p>The dimensions to which the data points apply.</p>
1374
1374
  * @public
1375
1375
  */
1376
- Key?: ResponseResourceMetricKey;
1376
+ Key?: ResponseResourceMetricKey | undefined;
1377
1377
  /**
1378
1378
  * <p>An array of timestamp-value pairs, representing measurements over a period of time.</p>
1379
1379
  * @public
1380
1380
  */
1381
- DataPoints?: DataPoint[];
1381
+ DataPoints?: DataPoint[] | undefined;
1382
1382
  }
1383
1383
  /**
1384
1384
  * @public
@@ -1389,33 +1389,33 @@ export interface GetResourceMetricsResponse {
1389
1389
  * <code>AlignedStartTime</code> will be less than or equal to the value of the user-specified <code>StartTime</code>.</p>
1390
1390
  * @public
1391
1391
  */
1392
- AlignedStartTime?: Date;
1392
+ AlignedStartTime?: Date | undefined;
1393
1393
  /**
1394
1394
  * <p>The end time for the returned metrics, after alignment to a granular boundary (as specified by <code>PeriodInSeconds</code>).
1395
1395
  * <code>AlignedEndTime</code> will be greater than or equal to the value of the user-specified <code>Endtime</code>.</p>
1396
1396
  * @public
1397
1397
  */
1398
- AlignedEndTime?: Date;
1398
+ AlignedEndTime?: Date | undefined;
1399
1399
  /**
1400
1400
  * <p>An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the
1401
1401
  * console, the identifier is shown as <i>ResourceID</i>. When you call <code>DescribeDBInstances</code>, the identifier is
1402
1402
  * returned as <code>DbiResourceId</code>.</p>
1403
1403
  * @public
1404
1404
  */
1405
- Identifier?: string;
1405
+ Identifier?: string | undefined;
1406
1406
  /**
1407
1407
  * <p>An array of metric results, where each array element contains all of the data points for a
1408
1408
  * particular dimension.</p>
1409
1409
  * @public
1410
1410
  */
1411
- MetricList?: MetricKeyDataPoints[];
1411
+ MetricList?: MetricKeyDataPoints[] | undefined;
1412
1412
  /**
1413
1413
  * <p>An optional pagination token provided by a previous request. If this parameter is specified,
1414
1414
  * the response includes only records beyond the token, up to the value specified by <code>MaxRecords</code>.
1415
1415
  * </p>
1416
1416
  * @public
1417
1417
  */
1418
- NextToken?: string;
1418
+ NextToken?: string | undefined;
1419
1419
  }
1420
1420
  /**
1421
1421
  * @public
@@ -1444,14 +1444,14 @@ export interface ListAvailableResourceDimensionsRequest {
1444
1444
  * results can be retrieved.</p>
1445
1445
  * @public
1446
1446
  */
1447
- MaxResults?: number;
1447
+ MaxResults?: number | undefined;
1448
1448
  /**
1449
1449
  * <p>An optional pagination token provided by a previous request. If this parameter is specified,
1450
1450
  * the response includes only records beyond the token, up to the value specified by <code>MaxRecords</code>.
1451
1451
  * </p>
1452
1452
  * @public
1453
1453
  */
1454
- NextToken?: string;
1454
+ NextToken?: string | undefined;
1455
1455
  /**
1456
1456
  * <p>The actions to discover the dimensions you are authorized to access. If you specify multiple actions, then the response will
1457
1457
  * contain the dimensions common for all the actions.</p>
@@ -1459,7 +1459,7 @@ export interface ListAvailableResourceDimensionsRequest {
1459
1459
  * available dimensions for the target database engine whether or not you are authorized to access them.</p>
1460
1460
  * @public
1461
1461
  */
1462
- AuthorizedActions?: FineGrainedAction[];
1462
+ AuthorizedActions?: FineGrainedAction[] | undefined;
1463
1463
  }
1464
1464
  /**
1465
1465
  * <p>The available dimension information for a metric type.</p>
@@ -1470,12 +1470,12 @@ export interface MetricDimensionGroups {
1470
1470
  * <p>The metric type to which the dimension information belongs.</p>
1471
1471
  * @public
1472
1472
  */
1473
- Metric?: string;
1473
+ Metric?: string | undefined;
1474
1474
  /**
1475
1475
  * <p>The available dimension groups for a metric type.</p>
1476
1476
  * @public
1477
1477
  */
1478
- Groups?: DimensionGroupDetail[];
1478
+ Groups?: DimensionGroupDetail[] | undefined;
1479
1479
  }
1480
1480
  /**
1481
1481
  * @public
@@ -1485,13 +1485,13 @@ export interface ListAvailableResourceDimensionsResponse {
1485
1485
  * <p>The dimension information returned for requested metric types.</p>
1486
1486
  * @public
1487
1487
  */
1488
- MetricDimensions?: MetricDimensionGroups[];
1488
+ MetricDimensions?: MetricDimensionGroups[] | undefined;
1489
1489
  /**
1490
1490
  * <p>An optional pagination token provided by a previous request. If this parameter is specified,
1491
1491
  * the response includes only records beyond the token, up to the value specified by <code>MaxRecords</code>.</p>
1492
1492
  * @public
1493
1493
  */
1494
- NextToken?: string;
1494
+ NextToken?: string | undefined;
1495
1495
  }
1496
1496
  /**
1497
1497
  * @public
@@ -1538,13 +1538,13 @@ export interface ListAvailableResourceMetricsRequest {
1538
1538
  * </p>
1539
1539
  * @public
1540
1540
  */
1541
- NextToken?: string;
1541
+ NextToken?: string | undefined;
1542
1542
  /**
1543
1543
  * <p>The maximum number of items to return. If the <code>MaxRecords</code> value is less than the number
1544
1544
  * of existing items, the response includes a pagination token. </p>
1545
1545
  * @public
1546
1546
  */
1547
- MaxResults?: number;
1547
+ MaxResults?: number | undefined;
1548
1548
  }
1549
1549
  /**
1550
1550
  * <p>An object that contains the full name, description, and unit of a metric.
@@ -1556,17 +1556,17 @@ export interface ResponseResourceMetric {
1556
1556
  * <p>The full name of the metric.</p>
1557
1557
  * @public
1558
1558
  */
1559
- Metric?: string;
1559
+ Metric?: string | undefined;
1560
1560
  /**
1561
1561
  * <p>The description of the metric.</p>
1562
1562
  * @public
1563
1563
  */
1564
- Description?: string;
1564
+ Description?: string | undefined;
1565
1565
  /**
1566
1566
  * <p>The unit of the metric.</p>
1567
1567
  * @public
1568
1568
  */
1569
- Unit?: string;
1569
+ Unit?: string | undefined;
1570
1570
  }
1571
1571
  /**
1572
1572
  * @public
@@ -1578,13 +1578,13 @@ export interface ListAvailableResourceMetricsResponse {
1578
1578
  * </p>
1579
1579
  * @public
1580
1580
  */
1581
- Metrics?: ResponseResourceMetric[];
1581
+ Metrics?: ResponseResourceMetric[] | undefined;
1582
1582
  /**
1583
1583
  * <p>A pagination token that indicates the response didn’t return all available records because <code>MaxRecords</code> was specified in the
1584
1584
  * previous request. To get the remaining records, specify <code>NextToken</code> in a separate request with this value. </p>
1585
1585
  * @public
1586
1586
  */
1587
- NextToken?: string;
1587
+ NextToken?: string | undefined;
1588
1588
  }
1589
1589
  /**
1590
1590
  * @public
@@ -1611,18 +1611,18 @@ export interface ListPerformanceAnalysisReportsRequest {
1611
1611
  * the token, up to the value specified by <code>MaxResults</code>.</p>
1612
1612
  * @public
1613
1613
  */
1614
- NextToken?: string;
1614
+ NextToken?: string | undefined;
1615
1615
  /**
1616
1616
  * <p>The maximum number of items to return in the response. If more items exist than the specified <code>MaxResults</code> value, a
1617
1617
  * pagination token is included in the response so that the remaining results can be retrieved. </p>
1618
1618
  * @public
1619
1619
  */
1620
- MaxResults?: number;
1620
+ MaxResults?: number | undefined;
1621
1621
  /**
1622
1622
  * <p>Specifies whether or not to include the list of tags in the response.</p>
1623
1623
  * @public
1624
1624
  */
1625
- ListTags?: boolean;
1625
+ ListTags?: boolean | undefined;
1626
1626
  }
1627
1627
  /**
1628
1628
  * @public
@@ -1633,14 +1633,14 @@ export interface ListPerformanceAnalysisReportsResponse {
1633
1633
  * and status.</p>
1634
1634
  * @public
1635
1635
  */
1636
- AnalysisReports?: AnalysisReportSummary[];
1636
+ AnalysisReports?: AnalysisReportSummary[] | undefined;
1637
1637
  /**
1638
1638
  * <p>An optional pagination token provided by a previous request.
1639
1639
  * If this parameter is specified, the response includes only records beyond the token,
1640
1640
  * up to the value specified by <code>MaxResults</code>.</p>
1641
1641
  * @public
1642
1642
  */
1643
- NextToken?: string;
1643
+ NextToken?: string | undefined;
1644
1644
  }
1645
1645
  /**
1646
1646
  * @public
@@ -1668,7 +1668,7 @@ export interface ListTagsForResourceResponse {
1668
1668
  * <p>The metadata assigned to an Amazon RDS resource consisting of a key-value pair.</p>
1669
1669
  * @public
1670
1670
  */
1671
- Tags?: Tag[];
1671
+ Tags?: Tag[] | undefined;
1672
1672
  }
1673
1673
  /**
1674
1674
  * @public
@@ -1738,32 +1738,32 @@ export interface Insight {
1738
1738
  * <p>The type of insight. For example, <code>HighDBLoad</code>, <code>HighCPU</code>, or <code>DominatingSQLs</code>.</p>
1739
1739
  * @public
1740
1740
  */
1741
- InsightType?: string;
1741
+ InsightType?: string | undefined;
1742
1742
  /**
1743
1743
  * <p>Indicates if the insight is causal or correlated insight.</p>
1744
1744
  * @public
1745
1745
  */
1746
- Context?: ContextType;
1746
+ Context?: ContextType | undefined;
1747
1747
  /**
1748
1748
  * <p>The start time of the insight. For example, <code>2018-10-30T00:00:00Z</code>.</p>
1749
1749
  * @public
1750
1750
  */
1751
- StartTime?: Date;
1751
+ StartTime?: Date | undefined;
1752
1752
  /**
1753
1753
  * <p>The end time of the insight. For example, <code>2018-10-30T00:00:00Z</code>.</p>
1754
1754
  * @public
1755
1755
  */
1756
- EndTime?: Date;
1756
+ EndTime?: Date | undefined;
1757
1757
  /**
1758
1758
  * <p>The severity of the insight. The values are: <code>Low</code>, <code>Medium</code>, or <code>High</code>.</p>
1759
1759
  * @public
1760
1760
  */
1761
- Severity?: Severity;
1761
+ Severity?: Severity | undefined;
1762
1762
  /**
1763
1763
  * <p>List of supporting insights that provide additional factors for the insight.</p>
1764
1764
  * @public
1765
1765
  */
1766
- SupportingInsights?: Insight[];
1766
+ SupportingInsights?: Insight[] | undefined;
1767
1767
  /**
1768
1768
  * <p>Description of the insight. For example:
1769
1769
  * <code>A high severity Insight found between 02:00 to 02:30,
@@ -1771,26 +1771,26 @@ export interface Insight {
1771
1771
  * Likely performance impact</code>.</p>
1772
1772
  * @public
1773
1773
  */
1774
- Description?: string;
1774
+ Description?: string | undefined;
1775
1775
  /**
1776
1776
  * <p>List of recommendations for the insight.
1777
1777
  * For example, <code>Investigate the following SQLs that contributed
1778
1778
  * to 100% of the total DBLoad during that time period: sql-id</code>.</p>
1779
1779
  * @public
1780
1780
  */
1781
- Recommendations?: Recommendation[];
1781
+ Recommendations?: Recommendation[] | undefined;
1782
1782
  /**
1783
1783
  * <p>List of data objects containing metrics and references from the time range while generating the insight.</p>
1784
1784
  * @public
1785
1785
  */
1786
- InsightData?: Data[];
1786
+ InsightData?: Data[] | undefined;
1787
1787
  /**
1788
1788
  * <p>
1789
1789
  * Metric names and values from the timeframe
1790
1790
  * used as baseline to generate the insight.</p>
1791
1791
  * @public
1792
1792
  */
1793
- BaselineData?: Data[];
1793
+ BaselineData?: Data[] | undefined;
1794
1794
  }
1795
1795
  /**
1796
1796
  * <p>Retrieves the summary of the performance analysis report created for a time period.</p>
@@ -1806,7 +1806,7 @@ export interface AnalysisReport {
1806
1806
  * <p>The unique identifier of the analysis report.</p>
1807
1807
  * @public
1808
1808
  */
1809
- Identifier?: string;
1809
+ Identifier?: string | undefined;
1810
1810
  /**
1811
1811
  * <p>List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid values are as follows:</p>
1812
1812
  * <ul>
@@ -1823,32 +1823,32 @@ export interface AnalysisReport {
1823
1823
  * </ul>
1824
1824
  * @public
1825
1825
  */
1826
- ServiceType?: ServiceType;
1826
+ ServiceType?: ServiceType | undefined;
1827
1827
  /**
1828
1828
  * <p>The time you created the analysis report.</p>
1829
1829
  * @public
1830
1830
  */
1831
- CreateTime?: Date;
1831
+ CreateTime?: Date | undefined;
1832
1832
  /**
1833
1833
  * <p>The analysis start time in the report.</p>
1834
1834
  * @public
1835
1835
  */
1836
- StartTime?: Date;
1836
+ StartTime?: Date | undefined;
1837
1837
  /**
1838
1838
  * <p>The analysis end time in the report.</p>
1839
1839
  * @public
1840
1840
  */
1841
- EndTime?: Date;
1841
+ EndTime?: Date | undefined;
1842
1842
  /**
1843
1843
  * <p>The status of the created analysis report.</p>
1844
1844
  * @public
1845
1845
  */
1846
- Status?: AnalysisStatus;
1846
+ Status?: AnalysisStatus | undefined;
1847
1847
  /**
1848
1848
  * <p>The list of identified insights in the analysis report.</p>
1849
1849
  * @public
1850
1850
  */
1851
- Insights?: Insight[];
1851
+ Insights?: Insight[] | undefined;
1852
1852
  }
1853
1853
  /**
1854
1854
  * @public
@@ -1858,7 +1858,7 @@ export interface GetPerformanceAnalysisReportResponse {
1858
1858
  * <p>The summary of the performance analysis report created for a time period.</p>
1859
1859
  * @public
1860
1860
  */
1861
- AnalysisReport?: AnalysisReport;
1861
+ AnalysisReport?: AnalysisReport | undefined;
1862
1862
  }
1863
1863
  /**
1864
1864
  * @internal
@@ -6,13 +6,13 @@ export declare const AcceptLanguage: {
6
6
  export type AcceptLanguage =
7
7
  (typeof AcceptLanguage)[keyof typeof AcceptLanguage];
8
8
  export interface PerformanceInsightsMetric {
9
- Metric?: string;
10
- DisplayName?: string;
11
- Dimensions?: Record<string, string>;
12
- Value?: number;
9
+ Metric?: string | undefined;
10
+ DisplayName?: string | undefined;
11
+ Dimensions?: Record<string, string> | undefined;
12
+ Value?: number | undefined;
13
13
  }
14
14
  export interface Data {
15
- PerformanceInsightsMetric?: PerformanceInsightsMetric;
15
+ PerformanceInsightsMetric?: PerformanceInsightsMetric | undefined;
16
16
  }
17
17
  export declare const ContextType: {
18
18
  readonly CAUSAL: "CAUSAL";
@@ -20,8 +20,8 @@ export declare const ContextType: {
20
20
  };
21
21
  export type ContextType = (typeof ContextType)[keyof typeof ContextType];
22
22
  export interface Recommendation {
23
- RecommendationId?: string;
24
- RecommendationDescription?: string;
23
+ RecommendationId?: string | undefined;
24
+ RecommendationDescription?: string | undefined;
25
25
  }
26
26
  export declare const Severity: {
27
27
  readonly HIGH: "HIGH";
@@ -46,12 +46,12 @@ export interface Tag {
46
46
  Value: string | undefined;
47
47
  }
48
48
  export interface AnalysisReportSummary {
49
- AnalysisReportId?: string;
50
- CreateTime?: Date;
51
- StartTime?: Date;
52
- EndTime?: Date;
53
- Status?: AnalysisStatus;
54
- Tags?: Tag[];
49
+ AnalysisReportId?: string | undefined;
50
+ CreateTime?: Date | undefined;
51
+ StartTime?: Date | undefined;
52
+ EndTime?: Date | undefined;
53
+ Status?: AnalysisStatus | undefined;
54
+ Tags?: Tag[] | undefined;
55
55
  }
56
56
  export declare const FineGrainedAction: {
57
57
  readonly DESCRIBE_DIMENSION_KEYS: "DescribeDimensionKeys";
@@ -65,15 +65,15 @@ export interface CreatePerformanceAnalysisReportRequest {
65
65
  Identifier: string | undefined;
66
66
  StartTime: Date | undefined;
67
67
  EndTime: Date | undefined;
68
- Tags?: Tag[];
68
+ Tags?: Tag[] | undefined;
69
69
  }
70
70
  export interface CreatePerformanceAnalysisReportResponse {
71
- AnalysisReportId?: string;
71
+ AnalysisReportId?: string | undefined;
72
72
  }
73
73
  export declare class InternalServiceError extends __BaseException {
74
74
  readonly name: "InternalServiceError";
75
75
  readonly $fault: "server";
76
- Message?: string;
76
+ Message?: string | undefined;
77
77
  constructor(
78
78
  opts: __ExceptionOptionType<InternalServiceError, __BaseException>
79
79
  );
@@ -81,7 +81,7 @@ export declare class InternalServiceError extends __BaseException {
81
81
  export declare class InvalidArgumentException extends __BaseException {
82
82
  readonly name: "InvalidArgumentException";
83
83
  readonly $fault: "client";
84
- Message?: string;
84
+ Message?: string | undefined;
85
85
  constructor(
86
86
  opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
87
87
  );
@@ -89,7 +89,7 @@ export declare class InvalidArgumentException extends __BaseException {
89
89
  export declare class NotAuthorizedException extends __BaseException {
90
90
  readonly name: "NotAuthorizedException";
91
91
  readonly $fault: "client";
92
- Message?: string;
92
+ Message?: string | undefined;
93
93
  constructor(
94
94
  opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>
95
95
  );
@@ -106,8 +106,8 @@ export interface DeletePerformanceAnalysisReportRequest {
106
106
  export interface DeletePerformanceAnalysisReportResponse {}
107
107
  export interface DimensionGroup {
108
108
  Group: string | undefined;
109
- Dimensions?: string[];
110
- Limit?: number;
109
+ Dimensions?: string[] | undefined;
110
+ Limit?: number | undefined;
111
111
  }
112
112
  export interface DescribeDimensionKeysRequest {
113
113
  ServiceType: ServiceType | undefined;
@@ -115,29 +115,29 @@ export interface DescribeDimensionKeysRequest {
115
115
  StartTime: Date | undefined;
116
116
  EndTime: Date | undefined;
117
117
  Metric: string | undefined;
118
- PeriodInSeconds?: number;
118
+ PeriodInSeconds?: number | undefined;
119
119
  GroupBy: DimensionGroup | undefined;
120
- AdditionalMetrics?: string[];
121
- PartitionBy?: DimensionGroup;
122
- Filter?: Record<string, string>;
123
- MaxResults?: number;
124
- NextToken?: string;
120
+ AdditionalMetrics?: string[] | undefined;
121
+ PartitionBy?: DimensionGroup | undefined;
122
+ Filter?: Record<string, string> | undefined;
123
+ MaxResults?: number | undefined;
124
+ NextToken?: string | undefined;
125
125
  }
126
126
  export interface DimensionKeyDescription {
127
- Dimensions?: Record<string, string>;
128
- Total?: number;
129
- AdditionalMetrics?: Record<string, number>;
130
- Partitions?: number[];
127
+ Dimensions?: Record<string, string> | undefined;
128
+ Total?: number | undefined;
129
+ AdditionalMetrics?: Record<string, number> | undefined;
130
+ Partitions?: number[] | undefined;
131
131
  }
132
132
  export interface ResponsePartitionKey {
133
133
  Dimensions: Record<string, string> | undefined;
134
134
  }
135
135
  export interface DescribeDimensionKeysResponse {
136
- AlignedStartTime?: Date;
137
- AlignedEndTime?: Date;
138
- PartitionKeys?: ResponsePartitionKey[];
139
- Keys?: DimensionKeyDescription[];
140
- NextToken?: string;
136
+ AlignedStartTime?: Date | undefined;
137
+ AlignedEndTime?: Date | undefined;
138
+ PartitionKeys?: ResponsePartitionKey[] | undefined;
139
+ Keys?: DimensionKeyDescription[] | undefined;
140
+ NextToken?: string | undefined;
141
141
  }
142
142
  export declare const DetailStatus: {
143
143
  readonly AVAILABLE: "AVAILABLE";
@@ -146,16 +146,16 @@ export declare const DetailStatus: {
146
146
  };
147
147
  export type DetailStatus = (typeof DetailStatus)[keyof typeof DetailStatus];
148
148
  export interface DimensionDetail {
149
- Identifier?: string;
149
+ Identifier?: string | undefined;
150
150
  }
151
151
  export interface DimensionGroupDetail {
152
- Group?: string;
153
- Dimensions?: DimensionDetail[];
152
+ Group?: string | undefined;
153
+ Dimensions?: DimensionDetail[] | undefined;
154
154
  }
155
155
  export interface DimensionKeyDetail {
156
- Value?: string;
157
- Dimension?: string;
158
- Status?: DetailStatus;
156
+ Value?: string | undefined;
157
+ Dimension?: string | undefined;
158
+ Status?: DetailStatus | undefined;
159
159
  }
160
160
  export declare const FeatureStatus: {
161
161
  readonly DISABLED: "DISABLED";
@@ -167,17 +167,17 @@ export declare const FeatureStatus: {
167
167
  };
168
168
  export type FeatureStatus = (typeof FeatureStatus)[keyof typeof FeatureStatus];
169
169
  export interface FeatureMetadata {
170
- Status?: FeatureStatus;
170
+ Status?: FeatureStatus | undefined;
171
171
  }
172
172
  export interface GetDimensionKeyDetailsRequest {
173
173
  ServiceType: ServiceType | undefined;
174
174
  Identifier: string | undefined;
175
175
  Group: string | undefined;
176
176
  GroupIdentifier: string | undefined;
177
- RequestedDimensions?: string[];
177
+ RequestedDimensions?: string[] | undefined;
178
178
  }
179
179
  export interface GetDimensionKeyDetailsResponse {
180
- Dimensions?: DimensionKeyDetail[];
180
+ Dimensions?: DimensionKeyDetail[] | undefined;
181
181
  }
182
182
  export declare const TextFormat: {
183
183
  readonly MARKDOWN: "MARKDOWN";
@@ -188,21 +188,21 @@ export interface GetPerformanceAnalysisReportRequest {
188
188
  ServiceType: ServiceType | undefined;
189
189
  Identifier: string | undefined;
190
190
  AnalysisReportId: string | undefined;
191
- TextFormat?: TextFormat;
192
- AcceptLanguage?: AcceptLanguage;
191
+ TextFormat?: TextFormat | undefined;
192
+ AcceptLanguage?: AcceptLanguage | undefined;
193
193
  }
194
194
  export interface GetResourceMetadataRequest {
195
195
  ServiceType: ServiceType | undefined;
196
196
  Identifier: string | undefined;
197
197
  }
198
198
  export interface GetResourceMetadataResponse {
199
- Identifier?: string;
200
- Features?: Record<string, FeatureMetadata>;
199
+ Identifier?: string | undefined;
200
+ Features?: Record<string, FeatureMetadata> | undefined;
201
201
  }
202
202
  export interface MetricQuery {
203
203
  Metric: string | undefined;
204
- GroupBy?: DimensionGroup;
205
- Filter?: Record<string, string>;
204
+ GroupBy?: DimensionGroup | undefined;
205
+ Filter?: Record<string, string> | undefined;
206
206
  }
207
207
  export declare const PeriodAlignment: {
208
208
  readonly END_TIME: "END_TIME";
@@ -216,75 +216,75 @@ export interface GetResourceMetricsRequest {
216
216
  MetricQueries: MetricQuery[] | undefined;
217
217
  StartTime: Date | undefined;
218
218
  EndTime: Date | undefined;
219
- PeriodInSeconds?: number;
220
- MaxResults?: number;
221
- NextToken?: string;
222
- PeriodAlignment?: PeriodAlignment;
219
+ PeriodInSeconds?: number | undefined;
220
+ MaxResults?: number | undefined;
221
+ NextToken?: string | undefined;
222
+ PeriodAlignment?: PeriodAlignment | undefined;
223
223
  }
224
224
  export interface ResponseResourceMetricKey {
225
225
  Metric: string | undefined;
226
- Dimensions?: Record<string, string>;
226
+ Dimensions?: Record<string, string> | undefined;
227
227
  }
228
228
  export interface MetricKeyDataPoints {
229
- Key?: ResponseResourceMetricKey;
230
- DataPoints?: DataPoint[];
229
+ Key?: ResponseResourceMetricKey | undefined;
230
+ DataPoints?: DataPoint[] | undefined;
231
231
  }
232
232
  export interface GetResourceMetricsResponse {
233
- AlignedStartTime?: Date;
234
- AlignedEndTime?: Date;
235
- Identifier?: string;
236
- MetricList?: MetricKeyDataPoints[];
237
- NextToken?: string;
233
+ AlignedStartTime?: Date | undefined;
234
+ AlignedEndTime?: Date | undefined;
235
+ Identifier?: string | undefined;
236
+ MetricList?: MetricKeyDataPoints[] | undefined;
237
+ NextToken?: string | undefined;
238
238
  }
239
239
  export interface ListAvailableResourceDimensionsRequest {
240
240
  ServiceType: ServiceType | undefined;
241
241
  Identifier: string | undefined;
242
242
  Metrics: string[] | undefined;
243
- MaxResults?: number;
244
- NextToken?: string;
245
- AuthorizedActions?: FineGrainedAction[];
243
+ MaxResults?: number | undefined;
244
+ NextToken?: string | undefined;
245
+ AuthorizedActions?: FineGrainedAction[] | undefined;
246
246
  }
247
247
  export interface MetricDimensionGroups {
248
- Metric?: string;
249
- Groups?: DimensionGroupDetail[];
248
+ Metric?: string | undefined;
249
+ Groups?: DimensionGroupDetail[] | undefined;
250
250
  }
251
251
  export interface ListAvailableResourceDimensionsResponse {
252
- MetricDimensions?: MetricDimensionGroups[];
253
- NextToken?: string;
252
+ MetricDimensions?: MetricDimensionGroups[] | undefined;
253
+ NextToken?: string | undefined;
254
254
  }
255
255
  export interface ListAvailableResourceMetricsRequest {
256
256
  ServiceType: ServiceType | undefined;
257
257
  Identifier: string | undefined;
258
258
  MetricTypes: string[] | undefined;
259
- NextToken?: string;
260
- MaxResults?: number;
259
+ NextToken?: string | undefined;
260
+ MaxResults?: number | undefined;
261
261
  }
262
262
  export interface ResponseResourceMetric {
263
- Metric?: string;
264
- Description?: string;
265
- Unit?: string;
263
+ Metric?: string | undefined;
264
+ Description?: string | undefined;
265
+ Unit?: string | undefined;
266
266
  }
267
267
  export interface ListAvailableResourceMetricsResponse {
268
- Metrics?: ResponseResourceMetric[];
269
- NextToken?: string;
268
+ Metrics?: ResponseResourceMetric[] | undefined;
269
+ NextToken?: string | undefined;
270
270
  }
271
271
  export interface ListPerformanceAnalysisReportsRequest {
272
272
  ServiceType: ServiceType | undefined;
273
273
  Identifier: string | undefined;
274
- NextToken?: string;
275
- MaxResults?: number;
276
- ListTags?: boolean;
274
+ NextToken?: string | undefined;
275
+ MaxResults?: number | undefined;
276
+ ListTags?: boolean | undefined;
277
277
  }
278
278
  export interface ListPerformanceAnalysisReportsResponse {
279
- AnalysisReports?: AnalysisReportSummary[];
280
- NextToken?: string;
279
+ AnalysisReports?: AnalysisReportSummary[] | undefined;
280
+ NextToken?: string | undefined;
281
281
  }
282
282
  export interface ListTagsForResourceRequest {
283
283
  ServiceType: ServiceType | undefined;
284
284
  ResourceARN: string | undefined;
285
285
  }
286
286
  export interface ListTagsForResourceResponse {
287
- Tags?: Tag[];
287
+ Tags?: Tag[] | undefined;
288
288
  }
289
289
  export interface TagResourceRequest {
290
290
  ServiceType: ServiceType | undefined;
@@ -300,29 +300,29 @@ export interface UntagResourceRequest {
300
300
  export interface UntagResourceResponse {}
301
301
  export interface Insight {
302
302
  InsightId: string | undefined;
303
- InsightType?: string;
304
- Context?: ContextType;
305
- StartTime?: Date;
306
- EndTime?: Date;
307
- Severity?: Severity;
308
- SupportingInsights?: Insight[];
309
- Description?: string;
310
- Recommendations?: Recommendation[];
311
- InsightData?: Data[];
312
- BaselineData?: Data[];
303
+ InsightType?: string | undefined;
304
+ Context?: ContextType | undefined;
305
+ StartTime?: Date | undefined;
306
+ EndTime?: Date | undefined;
307
+ Severity?: Severity | undefined;
308
+ SupportingInsights?: Insight[] | undefined;
309
+ Description?: string | undefined;
310
+ Recommendations?: Recommendation[] | undefined;
311
+ InsightData?: Data[] | undefined;
312
+ BaselineData?: Data[] | undefined;
313
313
  }
314
314
  export interface AnalysisReport {
315
315
  AnalysisReportId: string | undefined;
316
- Identifier?: string;
317
- ServiceType?: ServiceType;
318
- CreateTime?: Date;
319
- StartTime?: Date;
320
- EndTime?: Date;
321
- Status?: AnalysisStatus;
322
- Insights?: Insight[];
316
+ Identifier?: string | undefined;
317
+ ServiceType?: ServiceType | undefined;
318
+ CreateTime?: Date | undefined;
319
+ StartTime?: Date | undefined;
320
+ EndTime?: Date | undefined;
321
+ Status?: AnalysisStatus | undefined;
322
+ Insights?: Insight[] | undefined;
323
323
  }
324
324
  export interface GetPerformanceAnalysisReportResponse {
325
- AnalysisReport?: AnalysisReport;
325
+ AnalysisReport?: AnalysisReport | undefined;
326
326
  }
327
327
  export declare const RecommendationFilterSensitiveLog: (
328
328
  obj: Recommendation
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.686.0",
4
+ "version": "3.691.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,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.686.0",
24
- "@aws-sdk/client-sts": "3.686.0",
25
- "@aws-sdk/core": "3.686.0",
26
- "@aws-sdk/credential-provider-node": "3.686.0",
23
+ "@aws-sdk/client-sso-oidc": "3.691.0",
24
+ "@aws-sdk/client-sts": "3.691.0",
25
+ "@aws-sdk/core": "3.691.0",
26
+ "@aws-sdk/credential-provider-node": "3.691.0",
27
27
  "@aws-sdk/middleware-host-header": "3.686.0",
28
28
  "@aws-sdk/middleware-logger": "3.686.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.686.0",
30
- "@aws-sdk/middleware-user-agent": "3.686.0",
30
+ "@aws-sdk/middleware-user-agent": "3.691.0",
31
31
  "@aws-sdk/region-config-resolver": "3.686.0",
32
32
  "@aws-sdk/types": "3.686.0",
33
33
  "@aws-sdk/util-endpoints": "3.686.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.686.0",
35
- "@aws-sdk/util-user-agent-node": "3.686.0",
35
+ "@aws-sdk/util-user-agent-node": "3.691.0",
36
36
  "@smithy/config-resolver": "^3.0.10",
37
37
  "@smithy/core": "^2.5.1",
38
38
  "@smithy/fetch-http-handler": "^4.0.0",