@aws-sdk/client-pi 3.121.0 → 3.127.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-cjs/protocols/Aws_json1_1.js +64 -110
- package/dist-es/protocols/Aws_json1_1.js +32 -78
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.127.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.126.0...v3.127.0) (2022-07-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-pi
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.121.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.120.0...v3.121.0) (2022-06-30)
|
|
7
15
|
|
|
8
16
|
|
|
@@ -362,35 +362,27 @@ const serializeAws_json1_1AdditionalMetricsList = (input, context) => {
|
|
|
362
362
|
};
|
|
363
363
|
const serializeAws_json1_1DescribeDimensionKeysRequest = (input, context) => {
|
|
364
364
|
return {
|
|
365
|
-
...(input.AdditionalMetrics
|
|
366
|
-
input.AdditionalMetrics !== null && {
|
|
365
|
+
...(input.AdditionalMetrics != null && {
|
|
367
366
|
AdditionalMetrics: serializeAws_json1_1AdditionalMetricsList(input.AdditionalMetrics, context),
|
|
368
367
|
}),
|
|
369
|
-
...(input.EndTime
|
|
370
|
-
|
|
371
|
-
...(input.
|
|
372
|
-
|
|
373
|
-
...(input.
|
|
374
|
-
|
|
375
|
-
...(input.
|
|
376
|
-
...(input.
|
|
377
|
-
...(input.
|
|
378
|
-
...(input.
|
|
379
|
-
...(input.
|
|
380
|
-
input.PartitionBy !== null && { PartitionBy: serializeAws_json1_1DimensionGroup(input.PartitionBy, context) }),
|
|
381
|
-
...(input.PeriodInSeconds !== undefined &&
|
|
382
|
-
input.PeriodInSeconds !== null && { PeriodInSeconds: input.PeriodInSeconds }),
|
|
383
|
-
...(input.ServiceType !== undefined && input.ServiceType !== null && { ServiceType: input.ServiceType }),
|
|
384
|
-
...(input.StartTime !== undefined &&
|
|
385
|
-
input.StartTime !== null && { StartTime: Math.round(input.StartTime.getTime() / 1000) }),
|
|
368
|
+
...(input.EndTime != null && { EndTime: Math.round(input.EndTime.getTime() / 1000) }),
|
|
369
|
+
...(input.Filter != null && { Filter: serializeAws_json1_1MetricQueryFilterMap(input.Filter, context) }),
|
|
370
|
+
...(input.GroupBy != null && { GroupBy: serializeAws_json1_1DimensionGroup(input.GroupBy, context) }),
|
|
371
|
+
...(input.Identifier != null && { Identifier: input.Identifier }),
|
|
372
|
+
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
373
|
+
...(input.Metric != null && { Metric: input.Metric }),
|
|
374
|
+
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
375
|
+
...(input.PartitionBy != null && { PartitionBy: serializeAws_json1_1DimensionGroup(input.PartitionBy, context) }),
|
|
376
|
+
...(input.PeriodInSeconds != null && { PeriodInSeconds: input.PeriodInSeconds }),
|
|
377
|
+
...(input.ServiceType != null && { ServiceType: input.ServiceType }),
|
|
378
|
+
...(input.StartTime != null && { StartTime: Math.round(input.StartTime.getTime() / 1000) }),
|
|
386
379
|
};
|
|
387
380
|
};
|
|
388
381
|
const serializeAws_json1_1DimensionGroup = (input, context) => {
|
|
389
382
|
return {
|
|
390
|
-
...(input.Dimensions
|
|
391
|
-
|
|
392
|
-
...(input.
|
|
393
|
-
...(input.Limit !== undefined && input.Limit !== null && { Limit: input.Limit }),
|
|
383
|
+
...(input.Dimensions != null && { Dimensions: serializeAws_json1_1RequestStringList(input.Dimensions, context) }),
|
|
384
|
+
...(input.Group != null && { Group: input.Group }),
|
|
385
|
+
...(input.Limit != null && { Limit: input.Limit }),
|
|
394
386
|
};
|
|
395
387
|
};
|
|
396
388
|
const serializeAws_json1_1DimensionsMetricList = (input, context) => {
|
|
@@ -405,68 +397,58 @@ const serializeAws_json1_1DimensionsMetricList = (input, context) => {
|
|
|
405
397
|
};
|
|
406
398
|
const serializeAws_json1_1GetDimensionKeyDetailsRequest = (input, context) => {
|
|
407
399
|
return {
|
|
408
|
-
...(input.Group
|
|
409
|
-
...(input.GroupIdentifier
|
|
410
|
-
|
|
411
|
-
...(input.
|
|
412
|
-
...(input.RequestedDimensions !== undefined &&
|
|
413
|
-
input.RequestedDimensions !== null && {
|
|
400
|
+
...(input.Group != null && { Group: input.Group }),
|
|
401
|
+
...(input.GroupIdentifier != null && { GroupIdentifier: input.GroupIdentifier }),
|
|
402
|
+
...(input.Identifier != null && { Identifier: input.Identifier }),
|
|
403
|
+
...(input.RequestedDimensions != null && {
|
|
414
404
|
RequestedDimensions: serializeAws_json1_1RequestedDimensionList(input.RequestedDimensions, context),
|
|
415
405
|
}),
|
|
416
|
-
...(input.ServiceType
|
|
406
|
+
...(input.ServiceType != null && { ServiceType: input.ServiceType }),
|
|
417
407
|
};
|
|
418
408
|
};
|
|
419
409
|
const serializeAws_json1_1GetResourceMetadataRequest = (input, context) => {
|
|
420
410
|
return {
|
|
421
|
-
...(input.Identifier
|
|
422
|
-
...(input.ServiceType
|
|
411
|
+
...(input.Identifier != null && { Identifier: input.Identifier }),
|
|
412
|
+
...(input.ServiceType != null && { ServiceType: input.ServiceType }),
|
|
423
413
|
};
|
|
424
414
|
};
|
|
425
415
|
const serializeAws_json1_1GetResourceMetricsRequest = (input, context) => {
|
|
426
416
|
return {
|
|
427
|
-
...(input.EndTime
|
|
428
|
-
|
|
429
|
-
...(input.
|
|
430
|
-
...(input.
|
|
431
|
-
...(input.MetricQueries !== undefined &&
|
|
432
|
-
input.MetricQueries !== null && {
|
|
417
|
+
...(input.EndTime != null && { EndTime: Math.round(input.EndTime.getTime() / 1000) }),
|
|
418
|
+
...(input.Identifier != null && { Identifier: input.Identifier }),
|
|
419
|
+
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
420
|
+
...(input.MetricQueries != null && {
|
|
433
421
|
MetricQueries: serializeAws_json1_1MetricQueryList(input.MetricQueries, context),
|
|
434
422
|
}),
|
|
435
|
-
...(input.NextToken
|
|
436
|
-
...(input.PeriodInSeconds
|
|
437
|
-
|
|
438
|
-
...(input.
|
|
439
|
-
...(input.StartTime !== undefined &&
|
|
440
|
-
input.StartTime !== null && { StartTime: Math.round(input.StartTime.getTime() / 1000) }),
|
|
423
|
+
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
424
|
+
...(input.PeriodInSeconds != null && { PeriodInSeconds: input.PeriodInSeconds }),
|
|
425
|
+
...(input.ServiceType != null && { ServiceType: input.ServiceType }),
|
|
426
|
+
...(input.StartTime != null && { StartTime: Math.round(input.StartTime.getTime() / 1000) }),
|
|
441
427
|
};
|
|
442
428
|
};
|
|
443
429
|
const serializeAws_json1_1ListAvailableResourceDimensionsRequest = (input, context) => {
|
|
444
430
|
return {
|
|
445
|
-
...(input.Identifier
|
|
446
|
-
...(input.MaxResults
|
|
447
|
-
...(input.Metrics
|
|
448
|
-
|
|
449
|
-
...(input.
|
|
450
|
-
...(input.ServiceType !== undefined && input.ServiceType !== null && { ServiceType: input.ServiceType }),
|
|
431
|
+
...(input.Identifier != null && { Identifier: input.Identifier }),
|
|
432
|
+
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
433
|
+
...(input.Metrics != null && { Metrics: serializeAws_json1_1DimensionsMetricList(input.Metrics, context) }),
|
|
434
|
+
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
435
|
+
...(input.ServiceType != null && { ServiceType: input.ServiceType }),
|
|
451
436
|
};
|
|
452
437
|
};
|
|
453
438
|
const serializeAws_json1_1ListAvailableResourceMetricsRequest = (input, context) => {
|
|
454
439
|
return {
|
|
455
|
-
...(input.Identifier
|
|
456
|
-
...(input.MaxResults
|
|
457
|
-
...(input.MetricTypes
|
|
458
|
-
|
|
459
|
-
...(input.
|
|
460
|
-
...(input.ServiceType !== undefined && input.ServiceType !== null && { ServiceType: input.ServiceType }),
|
|
440
|
+
...(input.Identifier != null && { Identifier: input.Identifier }),
|
|
441
|
+
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
442
|
+
...(input.MetricTypes != null && { MetricTypes: serializeAws_json1_1MetricTypeList(input.MetricTypes, context) }),
|
|
443
|
+
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
444
|
+
...(input.ServiceType != null && { ServiceType: input.ServiceType }),
|
|
461
445
|
};
|
|
462
446
|
};
|
|
463
447
|
const serializeAws_json1_1MetricQuery = (input, context) => {
|
|
464
448
|
return {
|
|
465
|
-
...(input.Filter
|
|
466
|
-
|
|
467
|
-
...(input.
|
|
468
|
-
input.GroupBy !== null && { GroupBy: serializeAws_json1_1DimensionGroup(input.GroupBy, context) }),
|
|
469
|
-
...(input.Metric !== undefined && input.Metric !== null && { Metric: input.Metric }),
|
|
449
|
+
...(input.Filter != null && { Filter: serializeAws_json1_1MetricQueryFilterMap(input.Filter, context) }),
|
|
450
|
+
...(input.GroupBy != null && { GroupBy: serializeAws_json1_1DimensionGroup(input.GroupBy, context) }),
|
|
451
|
+
...(input.Metric != null && { Metric: input.Metric }),
|
|
470
452
|
};
|
|
471
453
|
};
|
|
472
454
|
const serializeAws_json1_1MetricQueryFilterMap = (input, context) => {
|
|
@@ -533,9 +515,7 @@ const deserializeAws_json1_1AdditionalMetricsMap = (output, context) => {
|
|
|
533
515
|
};
|
|
534
516
|
const deserializeAws_json1_1DataPoint = (output, context) => {
|
|
535
517
|
return {
|
|
536
|
-
Timestamp: output.Timestamp
|
|
537
|
-
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.Timestamp)))
|
|
538
|
-
: undefined,
|
|
518
|
+
Timestamp: output.Timestamp != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.Timestamp))) : undefined,
|
|
539
519
|
Value: (0, smithy_client_1.limitedParseDouble)(output.Value),
|
|
540
520
|
};
|
|
541
521
|
};
|
|
@@ -552,17 +532,15 @@ const deserializeAws_json1_1DataPointsList = (output, context) => {
|
|
|
552
532
|
};
|
|
553
533
|
const deserializeAws_json1_1DescribeDimensionKeysResponse = (output, context) => {
|
|
554
534
|
return {
|
|
555
|
-
AlignedEndTime: output.AlignedEndTime
|
|
535
|
+
AlignedEndTime: output.AlignedEndTime != null
|
|
556
536
|
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.AlignedEndTime)))
|
|
557
537
|
: undefined,
|
|
558
|
-
AlignedStartTime: output.AlignedStartTime
|
|
538
|
+
AlignedStartTime: output.AlignedStartTime != null
|
|
559
539
|
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.AlignedStartTime)))
|
|
560
540
|
: undefined,
|
|
561
|
-
Keys: output.Keys
|
|
562
|
-
? deserializeAws_json1_1DimensionKeyDescriptionList(output.Keys, context)
|
|
563
|
-
: undefined,
|
|
541
|
+
Keys: output.Keys != null ? deserializeAws_json1_1DimensionKeyDescriptionList(output.Keys, context) : undefined,
|
|
564
542
|
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
565
|
-
PartitionKeys: output.PartitionKeys
|
|
543
|
+
PartitionKeys: output.PartitionKeys != null
|
|
566
544
|
? deserializeAws_json1_1ResponsePartitionKeyList(output.PartitionKeys, context)
|
|
567
545
|
: undefined,
|
|
568
546
|
};
|
|
@@ -585,9 +563,7 @@ const deserializeAws_json1_1DimensionDetailList = (output, context) => {
|
|
|
585
563
|
};
|
|
586
564
|
const deserializeAws_json1_1DimensionGroupDetail = (output, context) => {
|
|
587
565
|
return {
|
|
588
|
-
Dimensions: output.Dimensions
|
|
589
|
-
? deserializeAws_json1_1DimensionDetailList(output.Dimensions, context)
|
|
590
|
-
: undefined,
|
|
566
|
+
Dimensions: output.Dimensions != null ? deserializeAws_json1_1DimensionDetailList(output.Dimensions, context) : undefined,
|
|
591
567
|
Group: (0, smithy_client_1.expectString)(output.Group),
|
|
592
568
|
};
|
|
593
569
|
};
|
|
@@ -604,15 +580,11 @@ const deserializeAws_json1_1DimensionGroupDetailList = (output, context) => {
|
|
|
604
580
|
};
|
|
605
581
|
const deserializeAws_json1_1DimensionKeyDescription = (output, context) => {
|
|
606
582
|
return {
|
|
607
|
-
AdditionalMetrics: output.AdditionalMetrics
|
|
583
|
+
AdditionalMetrics: output.AdditionalMetrics != null
|
|
608
584
|
? deserializeAws_json1_1AdditionalMetricsMap(output.AdditionalMetrics, context)
|
|
609
585
|
: undefined,
|
|
610
|
-
Dimensions: output.Dimensions
|
|
611
|
-
|
|
612
|
-
: undefined,
|
|
613
|
-
Partitions: output.Partitions !== undefined && output.Partitions !== null
|
|
614
|
-
? deserializeAws_json1_1MetricValuesList(output.Partitions, context)
|
|
615
|
-
: undefined,
|
|
586
|
+
Dimensions: output.Dimensions != null ? deserializeAws_json1_1DimensionMap(output.Dimensions, context) : undefined,
|
|
587
|
+
Partitions: output.Partitions != null ? deserializeAws_json1_1MetricValuesList(output.Partitions, context) : undefined,
|
|
616
588
|
Total: (0, smithy_client_1.limitedParseDouble)(output.Total),
|
|
617
589
|
};
|
|
618
590
|
};
|
|
@@ -674,31 +646,25 @@ const deserializeAws_json1_1FeatureMetadataMap = (output, context) => {
|
|
|
674
646
|
};
|
|
675
647
|
const deserializeAws_json1_1GetDimensionKeyDetailsResponse = (output, context) => {
|
|
676
648
|
return {
|
|
677
|
-
Dimensions: output.Dimensions
|
|
678
|
-
? deserializeAws_json1_1DimensionKeyDetailList(output.Dimensions, context)
|
|
679
|
-
: undefined,
|
|
649
|
+
Dimensions: output.Dimensions != null ? deserializeAws_json1_1DimensionKeyDetailList(output.Dimensions, context) : undefined,
|
|
680
650
|
};
|
|
681
651
|
};
|
|
682
652
|
const deserializeAws_json1_1GetResourceMetadataResponse = (output, context) => {
|
|
683
653
|
return {
|
|
684
|
-
Features: output.Features
|
|
685
|
-
? deserializeAws_json1_1FeatureMetadataMap(output.Features, context)
|
|
686
|
-
: undefined,
|
|
654
|
+
Features: output.Features != null ? deserializeAws_json1_1FeatureMetadataMap(output.Features, context) : undefined,
|
|
687
655
|
Identifier: (0, smithy_client_1.expectString)(output.Identifier),
|
|
688
656
|
};
|
|
689
657
|
};
|
|
690
658
|
const deserializeAws_json1_1GetResourceMetricsResponse = (output, context) => {
|
|
691
659
|
return {
|
|
692
|
-
AlignedEndTime: output.AlignedEndTime
|
|
660
|
+
AlignedEndTime: output.AlignedEndTime != null
|
|
693
661
|
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.AlignedEndTime)))
|
|
694
662
|
: undefined,
|
|
695
|
-
AlignedStartTime: output.AlignedStartTime
|
|
663
|
+
AlignedStartTime: output.AlignedStartTime != null
|
|
696
664
|
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.AlignedStartTime)))
|
|
697
665
|
: undefined,
|
|
698
666
|
Identifier: (0, smithy_client_1.expectString)(output.Identifier),
|
|
699
|
-
MetricList: output.MetricList
|
|
700
|
-
? deserializeAws_json1_1MetricKeyDataPointsList(output.MetricList, context)
|
|
701
|
-
: undefined,
|
|
667
|
+
MetricList: output.MetricList != null ? deserializeAws_json1_1MetricKeyDataPointsList(output.MetricList, context) : undefined,
|
|
702
668
|
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
703
669
|
};
|
|
704
670
|
};
|
|
@@ -714,7 +680,7 @@ const deserializeAws_json1_1InvalidArgumentException = (output, context) => {
|
|
|
714
680
|
};
|
|
715
681
|
const deserializeAws_json1_1ListAvailableResourceDimensionsResponse = (output, context) => {
|
|
716
682
|
return {
|
|
717
|
-
MetricDimensions: output.MetricDimensions
|
|
683
|
+
MetricDimensions: output.MetricDimensions != null
|
|
718
684
|
? deserializeAws_json1_1MetricDimensionsList(output.MetricDimensions, context)
|
|
719
685
|
: undefined,
|
|
720
686
|
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
@@ -722,17 +688,13 @@ const deserializeAws_json1_1ListAvailableResourceDimensionsResponse = (output, c
|
|
|
722
688
|
};
|
|
723
689
|
const deserializeAws_json1_1ListAvailableResourceMetricsResponse = (output, context) => {
|
|
724
690
|
return {
|
|
725
|
-
Metrics: output.Metrics
|
|
726
|
-
? deserializeAws_json1_1ResponseResourceMetricList(output.Metrics, context)
|
|
727
|
-
: undefined,
|
|
691
|
+
Metrics: output.Metrics != null ? deserializeAws_json1_1ResponseResourceMetricList(output.Metrics, context) : undefined,
|
|
728
692
|
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
729
693
|
};
|
|
730
694
|
};
|
|
731
695
|
const deserializeAws_json1_1MetricDimensionGroups = (output, context) => {
|
|
732
696
|
return {
|
|
733
|
-
Groups: output.Groups
|
|
734
|
-
? deserializeAws_json1_1DimensionGroupDetailList(output.Groups, context)
|
|
735
|
-
: undefined,
|
|
697
|
+
Groups: output.Groups != null ? deserializeAws_json1_1DimensionGroupDetailList(output.Groups, context) : undefined,
|
|
736
698
|
Metric: (0, smithy_client_1.expectString)(output.Metric),
|
|
737
699
|
};
|
|
738
700
|
};
|
|
@@ -749,12 +711,8 @@ const deserializeAws_json1_1MetricDimensionsList = (output, context) => {
|
|
|
749
711
|
};
|
|
750
712
|
const deserializeAws_json1_1MetricKeyDataPoints = (output, context) => {
|
|
751
713
|
return {
|
|
752
|
-
DataPoints: output.DataPoints
|
|
753
|
-
|
|
754
|
-
: undefined,
|
|
755
|
-
Key: output.Key !== undefined && output.Key !== null
|
|
756
|
-
? deserializeAws_json1_1ResponseResourceMetricKey(output.Key, context)
|
|
757
|
-
: undefined,
|
|
714
|
+
DataPoints: output.DataPoints != null ? deserializeAws_json1_1DataPointsList(output.DataPoints, context) : undefined,
|
|
715
|
+
Key: output.Key != null ? deserializeAws_json1_1ResponseResourceMetricKey(output.Key, context) : undefined,
|
|
758
716
|
};
|
|
759
717
|
};
|
|
760
718
|
const deserializeAws_json1_1MetricKeyDataPointsList = (output, context) => {
|
|
@@ -786,9 +744,7 @@ const deserializeAws_json1_1NotAuthorizedException = (output, context) => {
|
|
|
786
744
|
};
|
|
787
745
|
const deserializeAws_json1_1ResponsePartitionKey = (output, context) => {
|
|
788
746
|
return {
|
|
789
|
-
Dimensions: output.Dimensions
|
|
790
|
-
? deserializeAws_json1_1DimensionMap(output.Dimensions, context)
|
|
791
|
-
: undefined,
|
|
747
|
+
Dimensions: output.Dimensions != null ? deserializeAws_json1_1DimensionMap(output.Dimensions, context) : undefined,
|
|
792
748
|
};
|
|
793
749
|
};
|
|
794
750
|
const deserializeAws_json1_1ResponsePartitionKeyList = (output, context) => {
|
|
@@ -811,9 +767,7 @@ const deserializeAws_json1_1ResponseResourceMetric = (output, context) => {
|
|
|
811
767
|
};
|
|
812
768
|
const deserializeAws_json1_1ResponseResourceMetricKey = (output, context) => {
|
|
813
769
|
return {
|
|
814
|
-
Dimensions: output.Dimensions
|
|
815
|
-
? deserializeAws_json1_1DimensionMap(output.Dimensions, context)
|
|
816
|
-
: undefined,
|
|
770
|
+
Dimensions: output.Dimensions != null ? deserializeAws_json1_1DimensionMap(output.Dimensions, context) : undefined,
|
|
817
771
|
Metric: (0, smithy_client_1.expectString)(output.Metric),
|
|
818
772
|
};
|
|
819
773
|
};
|
|
@@ -461,20 +461,12 @@ var serializeAws_json1_1AdditionalMetricsList = function (input, context) {
|
|
|
461
461
|
});
|
|
462
462
|
};
|
|
463
463
|
var serializeAws_json1_1DescribeDimensionKeysRequest = function (input, context) {
|
|
464
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdditionalMetrics
|
|
465
|
-
input.AdditionalMetrics !== null && {
|
|
464
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdditionalMetrics != null && {
|
|
466
465
|
AdditionalMetrics: serializeAws_json1_1AdditionalMetricsList(input.AdditionalMetrics, context),
|
|
467
|
-
})), (input.EndTime
|
|
468
|
-
input.EndTime !== null && { EndTime: Math.round(input.EndTime.getTime() / 1000) })), (input.Filter !== undefined &&
|
|
469
|
-
input.Filter !== null && { Filter: serializeAws_json1_1MetricQueryFilterMap(input.Filter, context) })), (input.GroupBy !== undefined &&
|
|
470
|
-
input.GroupBy !== null && { GroupBy: serializeAws_json1_1DimensionGroup(input.GroupBy, context) })), (input.Identifier !== undefined && input.Identifier !== null && { Identifier: input.Identifier })), (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.Metric !== undefined && input.Metric !== null && { Metric: input.Metric })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.PartitionBy !== undefined &&
|
|
471
|
-
input.PartitionBy !== null && { PartitionBy: serializeAws_json1_1DimensionGroup(input.PartitionBy, context) })), (input.PeriodInSeconds !== undefined &&
|
|
472
|
-
input.PeriodInSeconds !== null && { PeriodInSeconds: input.PeriodInSeconds })), (input.ServiceType !== undefined && input.ServiceType !== null && { ServiceType: input.ServiceType })), (input.StartTime !== undefined &&
|
|
473
|
-
input.StartTime !== null && { StartTime: Math.round(input.StartTime.getTime() / 1000) }));
|
|
466
|
+
})), (input.EndTime != null && { EndTime: Math.round(input.EndTime.getTime() / 1000) })), (input.Filter != null && { Filter: serializeAws_json1_1MetricQueryFilterMap(input.Filter, context) })), (input.GroupBy != null && { GroupBy: serializeAws_json1_1DimensionGroup(input.GroupBy, context) })), (input.Identifier != null && { Identifier: input.Identifier })), (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.Metric != null && { Metric: input.Metric })), (input.NextToken != null && { NextToken: input.NextToken })), (input.PartitionBy != null && { PartitionBy: serializeAws_json1_1DimensionGroup(input.PartitionBy, context) })), (input.PeriodInSeconds != null && { PeriodInSeconds: input.PeriodInSeconds })), (input.ServiceType != null && { ServiceType: input.ServiceType })), (input.StartTime != null && { StartTime: Math.round(input.StartTime.getTime() / 1000) }));
|
|
474
467
|
};
|
|
475
468
|
var serializeAws_json1_1DimensionGroup = function (input, context) {
|
|
476
|
-
return __assign(__assign(__assign({}, (input.Dimensions
|
|
477
|
-
input.Dimensions !== null && { Dimensions: serializeAws_json1_1RequestStringList(input.Dimensions, context) })), (input.Group !== undefined && input.Group !== null && { Group: input.Group })), (input.Limit !== undefined && input.Limit !== null && { Limit: input.Limit }));
|
|
469
|
+
return __assign(__assign(__assign({}, (input.Dimensions != null && { Dimensions: serializeAws_json1_1RequestStringList(input.Dimensions, context) })), (input.Group != null && { Group: input.Group })), (input.Limit != null && { Limit: input.Limit }));
|
|
478
470
|
};
|
|
479
471
|
var serializeAws_json1_1DimensionsMetricList = function (input, context) {
|
|
480
472
|
return input
|
|
@@ -487,36 +479,26 @@ var serializeAws_json1_1DimensionsMetricList = function (input, context) {
|
|
|
487
479
|
});
|
|
488
480
|
};
|
|
489
481
|
var serializeAws_json1_1GetDimensionKeyDetailsRequest = function (input, context) {
|
|
490
|
-
return __assign(__assign(__assign(__assign(__assign({}, (input.Group
|
|
491
|
-
input.GroupIdentifier !== null && { GroupIdentifier: input.GroupIdentifier })), (input.Identifier !== undefined && input.Identifier !== null && { Identifier: input.Identifier })), (input.RequestedDimensions !== undefined &&
|
|
492
|
-
input.RequestedDimensions !== null && {
|
|
482
|
+
return __assign(__assign(__assign(__assign(__assign({}, (input.Group != null && { Group: input.Group })), (input.GroupIdentifier != null && { GroupIdentifier: input.GroupIdentifier })), (input.Identifier != null && { Identifier: input.Identifier })), (input.RequestedDimensions != null && {
|
|
493
483
|
RequestedDimensions: serializeAws_json1_1RequestedDimensionList(input.RequestedDimensions, context),
|
|
494
|
-
})), (input.ServiceType
|
|
484
|
+
})), (input.ServiceType != null && { ServiceType: input.ServiceType }));
|
|
495
485
|
};
|
|
496
486
|
var serializeAws_json1_1GetResourceMetadataRequest = function (input, context) {
|
|
497
|
-
return __assign(__assign({}, (input.Identifier
|
|
487
|
+
return __assign(__assign({}, (input.Identifier != null && { Identifier: input.Identifier })), (input.ServiceType != null && { ServiceType: input.ServiceType }));
|
|
498
488
|
};
|
|
499
489
|
var serializeAws_json1_1GetResourceMetricsRequest = function (input, context) {
|
|
500
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.EndTime
|
|
501
|
-
input.EndTime !== null && { EndTime: Math.round(input.EndTime.getTime() / 1000) })), (input.Identifier !== undefined && input.Identifier !== null && { Identifier: input.Identifier })), (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.MetricQueries !== undefined &&
|
|
502
|
-
input.MetricQueries !== null && {
|
|
490
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.EndTime != null && { EndTime: Math.round(input.EndTime.getTime() / 1000) })), (input.Identifier != null && { Identifier: input.Identifier })), (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.MetricQueries != null && {
|
|
503
491
|
MetricQueries: serializeAws_json1_1MetricQueryList(input.MetricQueries, context),
|
|
504
|
-
})), (input.NextToken
|
|
505
|
-
input.PeriodInSeconds !== null && { PeriodInSeconds: input.PeriodInSeconds })), (input.ServiceType !== undefined && input.ServiceType !== null && { ServiceType: input.ServiceType })), (input.StartTime !== undefined &&
|
|
506
|
-
input.StartTime !== null && { StartTime: Math.round(input.StartTime.getTime() / 1000) }));
|
|
492
|
+
})), (input.NextToken != null && { NextToken: input.NextToken })), (input.PeriodInSeconds != null && { PeriodInSeconds: input.PeriodInSeconds })), (input.ServiceType != null && { ServiceType: input.ServiceType })), (input.StartTime != null && { StartTime: Math.round(input.StartTime.getTime() / 1000) }));
|
|
507
493
|
};
|
|
508
494
|
var serializeAws_json1_1ListAvailableResourceDimensionsRequest = function (input, context) {
|
|
509
|
-
return __assign(__assign(__assign(__assign(__assign({}, (input.Identifier
|
|
510
|
-
input.Metrics !== null && { Metrics: serializeAws_json1_1DimensionsMetricList(input.Metrics, context) })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.ServiceType !== undefined && input.ServiceType !== null && { ServiceType: input.ServiceType }));
|
|
495
|
+
return __assign(__assign(__assign(__assign(__assign({}, (input.Identifier != null && { Identifier: input.Identifier })), (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.Metrics != null && { Metrics: serializeAws_json1_1DimensionsMetricList(input.Metrics, context) })), (input.NextToken != null && { NextToken: input.NextToken })), (input.ServiceType != null && { ServiceType: input.ServiceType }));
|
|
511
496
|
};
|
|
512
497
|
var serializeAws_json1_1ListAvailableResourceMetricsRequest = function (input, context) {
|
|
513
|
-
return __assign(__assign(__assign(__assign(__assign({}, (input.Identifier
|
|
514
|
-
input.MetricTypes !== null && { MetricTypes: serializeAws_json1_1MetricTypeList(input.MetricTypes, context) })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.ServiceType !== undefined && input.ServiceType !== null && { ServiceType: input.ServiceType }));
|
|
498
|
+
return __assign(__assign(__assign(__assign(__assign({}, (input.Identifier != null && { Identifier: input.Identifier })), (input.MaxResults != null && { MaxResults: input.MaxResults })), (input.MetricTypes != null && { MetricTypes: serializeAws_json1_1MetricTypeList(input.MetricTypes, context) })), (input.NextToken != null && { NextToken: input.NextToken })), (input.ServiceType != null && { ServiceType: input.ServiceType }));
|
|
515
499
|
};
|
|
516
500
|
var serializeAws_json1_1MetricQuery = function (input, context) {
|
|
517
|
-
return __assign(__assign(__assign({}, (input.Filter
|
|
518
|
-
input.Filter !== null && { Filter: serializeAws_json1_1MetricQueryFilterMap(input.Filter, context) })), (input.GroupBy !== undefined &&
|
|
519
|
-
input.GroupBy !== null && { GroupBy: serializeAws_json1_1DimensionGroup(input.GroupBy, context) })), (input.Metric !== undefined && input.Metric !== null && { Metric: input.Metric }));
|
|
501
|
+
return __assign(__assign(__assign({}, (input.Filter != null && { Filter: serializeAws_json1_1MetricQueryFilterMap(input.Filter, context) })), (input.GroupBy != null && { GroupBy: serializeAws_json1_1DimensionGroup(input.GroupBy, context) })), (input.Metric != null && { Metric: input.Metric }));
|
|
520
502
|
};
|
|
521
503
|
var serializeAws_json1_1MetricQueryFilterMap = function (input, context) {
|
|
522
504
|
return Object.entries(input).reduce(function (acc, _a) {
|
|
@@ -580,9 +562,7 @@ var deserializeAws_json1_1AdditionalMetricsMap = function (output, context) {
|
|
|
580
562
|
};
|
|
581
563
|
var deserializeAws_json1_1DataPoint = function (output, context) {
|
|
582
564
|
return {
|
|
583
|
-
Timestamp: output.Timestamp
|
|
584
|
-
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Timestamp)))
|
|
585
|
-
: undefined,
|
|
565
|
+
Timestamp: output.Timestamp != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Timestamp))) : undefined,
|
|
586
566
|
Value: __limitedParseDouble(output.Value),
|
|
587
567
|
};
|
|
588
568
|
};
|
|
@@ -599,17 +579,15 @@ var deserializeAws_json1_1DataPointsList = function (output, context) {
|
|
|
599
579
|
};
|
|
600
580
|
var deserializeAws_json1_1DescribeDimensionKeysResponse = function (output, context) {
|
|
601
581
|
return {
|
|
602
|
-
AlignedEndTime: output.AlignedEndTime
|
|
582
|
+
AlignedEndTime: output.AlignedEndTime != null
|
|
603
583
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.AlignedEndTime)))
|
|
604
584
|
: undefined,
|
|
605
|
-
AlignedStartTime: output.AlignedStartTime
|
|
585
|
+
AlignedStartTime: output.AlignedStartTime != null
|
|
606
586
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.AlignedStartTime)))
|
|
607
587
|
: undefined,
|
|
608
|
-
Keys: output.Keys
|
|
609
|
-
? deserializeAws_json1_1DimensionKeyDescriptionList(output.Keys, context)
|
|
610
|
-
: undefined,
|
|
588
|
+
Keys: output.Keys != null ? deserializeAws_json1_1DimensionKeyDescriptionList(output.Keys, context) : undefined,
|
|
611
589
|
NextToken: __expectString(output.NextToken),
|
|
612
|
-
PartitionKeys: output.PartitionKeys
|
|
590
|
+
PartitionKeys: output.PartitionKeys != null
|
|
613
591
|
? deserializeAws_json1_1ResponsePartitionKeyList(output.PartitionKeys, context)
|
|
614
592
|
: undefined,
|
|
615
593
|
};
|
|
@@ -632,9 +610,7 @@ var deserializeAws_json1_1DimensionDetailList = function (output, context) {
|
|
|
632
610
|
};
|
|
633
611
|
var deserializeAws_json1_1DimensionGroupDetail = function (output, context) {
|
|
634
612
|
return {
|
|
635
|
-
Dimensions: output.Dimensions
|
|
636
|
-
? deserializeAws_json1_1DimensionDetailList(output.Dimensions, context)
|
|
637
|
-
: undefined,
|
|
613
|
+
Dimensions: output.Dimensions != null ? deserializeAws_json1_1DimensionDetailList(output.Dimensions, context) : undefined,
|
|
638
614
|
Group: __expectString(output.Group),
|
|
639
615
|
};
|
|
640
616
|
};
|
|
@@ -651,15 +627,11 @@ var deserializeAws_json1_1DimensionGroupDetailList = function (output, context)
|
|
|
651
627
|
};
|
|
652
628
|
var deserializeAws_json1_1DimensionKeyDescription = function (output, context) {
|
|
653
629
|
return {
|
|
654
|
-
AdditionalMetrics: output.AdditionalMetrics
|
|
630
|
+
AdditionalMetrics: output.AdditionalMetrics != null
|
|
655
631
|
? deserializeAws_json1_1AdditionalMetricsMap(output.AdditionalMetrics, context)
|
|
656
632
|
: undefined,
|
|
657
|
-
Dimensions: output.Dimensions
|
|
658
|
-
|
|
659
|
-
: undefined,
|
|
660
|
-
Partitions: output.Partitions !== undefined && output.Partitions !== null
|
|
661
|
-
? deserializeAws_json1_1MetricValuesList(output.Partitions, context)
|
|
662
|
-
: undefined,
|
|
633
|
+
Dimensions: output.Dimensions != null ? deserializeAws_json1_1DimensionMap(output.Dimensions, context) : undefined,
|
|
634
|
+
Partitions: output.Partitions != null ? deserializeAws_json1_1MetricValuesList(output.Partitions, context) : undefined,
|
|
663
635
|
Total: __limitedParseDouble(output.Total),
|
|
664
636
|
};
|
|
665
637
|
};
|
|
@@ -719,31 +691,25 @@ var deserializeAws_json1_1FeatureMetadataMap = function (output, context) {
|
|
|
719
691
|
};
|
|
720
692
|
var deserializeAws_json1_1GetDimensionKeyDetailsResponse = function (output, context) {
|
|
721
693
|
return {
|
|
722
|
-
Dimensions: output.Dimensions
|
|
723
|
-
? deserializeAws_json1_1DimensionKeyDetailList(output.Dimensions, context)
|
|
724
|
-
: undefined,
|
|
694
|
+
Dimensions: output.Dimensions != null ? deserializeAws_json1_1DimensionKeyDetailList(output.Dimensions, context) : undefined,
|
|
725
695
|
};
|
|
726
696
|
};
|
|
727
697
|
var deserializeAws_json1_1GetResourceMetadataResponse = function (output, context) {
|
|
728
698
|
return {
|
|
729
|
-
Features: output.Features
|
|
730
|
-
? deserializeAws_json1_1FeatureMetadataMap(output.Features, context)
|
|
731
|
-
: undefined,
|
|
699
|
+
Features: output.Features != null ? deserializeAws_json1_1FeatureMetadataMap(output.Features, context) : undefined,
|
|
732
700
|
Identifier: __expectString(output.Identifier),
|
|
733
701
|
};
|
|
734
702
|
};
|
|
735
703
|
var deserializeAws_json1_1GetResourceMetricsResponse = function (output, context) {
|
|
736
704
|
return {
|
|
737
|
-
AlignedEndTime: output.AlignedEndTime
|
|
705
|
+
AlignedEndTime: output.AlignedEndTime != null
|
|
738
706
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.AlignedEndTime)))
|
|
739
707
|
: undefined,
|
|
740
|
-
AlignedStartTime: output.AlignedStartTime
|
|
708
|
+
AlignedStartTime: output.AlignedStartTime != null
|
|
741
709
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.AlignedStartTime)))
|
|
742
710
|
: undefined,
|
|
743
711
|
Identifier: __expectString(output.Identifier),
|
|
744
|
-
MetricList: output.MetricList
|
|
745
|
-
? deserializeAws_json1_1MetricKeyDataPointsList(output.MetricList, context)
|
|
746
|
-
: undefined,
|
|
712
|
+
MetricList: output.MetricList != null ? deserializeAws_json1_1MetricKeyDataPointsList(output.MetricList, context) : undefined,
|
|
747
713
|
NextToken: __expectString(output.NextToken),
|
|
748
714
|
};
|
|
749
715
|
};
|
|
@@ -759,7 +725,7 @@ var deserializeAws_json1_1InvalidArgumentException = function (output, context)
|
|
|
759
725
|
};
|
|
760
726
|
var deserializeAws_json1_1ListAvailableResourceDimensionsResponse = function (output, context) {
|
|
761
727
|
return {
|
|
762
|
-
MetricDimensions: output.MetricDimensions
|
|
728
|
+
MetricDimensions: output.MetricDimensions != null
|
|
763
729
|
? deserializeAws_json1_1MetricDimensionsList(output.MetricDimensions, context)
|
|
764
730
|
: undefined,
|
|
765
731
|
NextToken: __expectString(output.NextToken),
|
|
@@ -767,17 +733,13 @@ var deserializeAws_json1_1ListAvailableResourceDimensionsResponse = function (ou
|
|
|
767
733
|
};
|
|
768
734
|
var deserializeAws_json1_1ListAvailableResourceMetricsResponse = function (output, context) {
|
|
769
735
|
return {
|
|
770
|
-
Metrics: output.Metrics
|
|
771
|
-
? deserializeAws_json1_1ResponseResourceMetricList(output.Metrics, context)
|
|
772
|
-
: undefined,
|
|
736
|
+
Metrics: output.Metrics != null ? deserializeAws_json1_1ResponseResourceMetricList(output.Metrics, context) : undefined,
|
|
773
737
|
NextToken: __expectString(output.NextToken),
|
|
774
738
|
};
|
|
775
739
|
};
|
|
776
740
|
var deserializeAws_json1_1MetricDimensionGroups = function (output, context) {
|
|
777
741
|
return {
|
|
778
|
-
Groups: output.Groups
|
|
779
|
-
? deserializeAws_json1_1DimensionGroupDetailList(output.Groups, context)
|
|
780
|
-
: undefined,
|
|
742
|
+
Groups: output.Groups != null ? deserializeAws_json1_1DimensionGroupDetailList(output.Groups, context) : undefined,
|
|
781
743
|
Metric: __expectString(output.Metric),
|
|
782
744
|
};
|
|
783
745
|
};
|
|
@@ -794,12 +756,8 @@ var deserializeAws_json1_1MetricDimensionsList = function (output, context) {
|
|
|
794
756
|
};
|
|
795
757
|
var deserializeAws_json1_1MetricKeyDataPoints = function (output, context) {
|
|
796
758
|
return {
|
|
797
|
-
DataPoints: output.DataPoints
|
|
798
|
-
|
|
799
|
-
: undefined,
|
|
800
|
-
Key: output.Key !== undefined && output.Key !== null
|
|
801
|
-
? deserializeAws_json1_1ResponseResourceMetricKey(output.Key, context)
|
|
802
|
-
: undefined,
|
|
759
|
+
DataPoints: output.DataPoints != null ? deserializeAws_json1_1DataPointsList(output.DataPoints, context) : undefined,
|
|
760
|
+
Key: output.Key != null ? deserializeAws_json1_1ResponseResourceMetricKey(output.Key, context) : undefined,
|
|
803
761
|
};
|
|
804
762
|
};
|
|
805
763
|
var deserializeAws_json1_1MetricKeyDataPointsList = function (output, context) {
|
|
@@ -831,9 +789,7 @@ var deserializeAws_json1_1NotAuthorizedException = function (output, context) {
|
|
|
831
789
|
};
|
|
832
790
|
var deserializeAws_json1_1ResponsePartitionKey = function (output, context) {
|
|
833
791
|
return {
|
|
834
|
-
Dimensions: output.Dimensions
|
|
835
|
-
? deserializeAws_json1_1DimensionMap(output.Dimensions, context)
|
|
836
|
-
: undefined,
|
|
792
|
+
Dimensions: output.Dimensions != null ? deserializeAws_json1_1DimensionMap(output.Dimensions, context) : undefined,
|
|
837
793
|
};
|
|
838
794
|
};
|
|
839
795
|
var deserializeAws_json1_1ResponsePartitionKeyList = function (output, context) {
|
|
@@ -856,9 +812,7 @@ var deserializeAws_json1_1ResponseResourceMetric = function (output, context) {
|
|
|
856
812
|
};
|
|
857
813
|
var deserializeAws_json1_1ResponseResourceMetricKey = function (output, context) {
|
|
858
814
|
return {
|
|
859
|
-
Dimensions: output.Dimensions
|
|
860
|
-
? deserializeAws_json1_1DimensionMap(output.Dimensions, context)
|
|
861
|
-
: undefined,
|
|
815
|
+
Dimensions: output.Dimensions != null ? deserializeAws_json1_1DimensionMap(output.Dimensions, context) : undefined,
|
|
862
816
|
Metric: __expectString(output.Metric),
|
|
863
817
|
};
|
|
864
818
|
};
|
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.127.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,35 +18,35 @@
|
|
|
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.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.127.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.127.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.127.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.127.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.127.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.127.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.127.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.127.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.127.0",
|
|
40
|
+
"@aws-sdk/types": "3.127.0",
|
|
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.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.127.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.127.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
52
|
"tslib": "^2.3.1"
|