@aws-sdk/client-lookoutequipment 3.297.0 → 3.299.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/dist-cjs/commands/CreateDatasetCommand.js +2 -3
- package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +2 -3
- package/dist-cjs/commands/CreateLabelCommand.js +2 -3
- package/dist-cjs/commands/CreateLabelGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteDatasetCommand.js +2 -3
- package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +2 -3
- package/dist-cjs/commands/DeleteLabelCommand.js +2 -3
- package/dist-cjs/commands/DeleteLabelGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelCommand.js +2 -3
- package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -3
- package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +2 -3
- package/dist-cjs/commands/DescribeLabelCommand.js +2 -3
- package/dist-cjs/commands/DescribeLabelGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelCommand.js +2 -3
- package/dist-cjs/commands/ListDataIngestionJobsCommand.js +2 -3
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceEventsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListInferenceSchedulersCommand.js +2 -3
- package/dist-cjs/commands/ListLabelGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListLabelsCommand.js +2 -3
- package/dist-cjs/commands/ListModelsCommand.js +2 -3
- package/dist-cjs/commands/ListSensorStatisticsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartDataIngestionJobCommand.js +2 -3
- package/dist-cjs/commands/StartInferenceSchedulerCommand.js +2 -3
- package/dist-cjs/commands/StopInferenceSchedulerCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +2 -3
- package/dist-cjs/commands/UpdateLabelGroupCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -383
- package/dist-es/commands/CreateDatasetCommand.js +2 -3
- package/dist-es/commands/CreateInferenceSchedulerCommand.js +2 -3
- package/dist-es/commands/CreateLabelCommand.js +2 -3
- package/dist-es/commands/CreateLabelGroupCommand.js +2 -3
- package/dist-es/commands/CreateModelCommand.js +2 -3
- package/dist-es/commands/DeleteDatasetCommand.js +2 -3
- package/dist-es/commands/DeleteInferenceSchedulerCommand.js +2 -3
- package/dist-es/commands/DeleteLabelCommand.js +2 -3
- package/dist-es/commands/DeleteLabelGroupCommand.js +2 -3
- package/dist-es/commands/DeleteModelCommand.js +2 -3
- package/dist-es/commands/DescribeDataIngestionJobCommand.js +2 -3
- package/dist-es/commands/DescribeDatasetCommand.js +2 -3
- package/dist-es/commands/DescribeInferenceSchedulerCommand.js +2 -3
- package/dist-es/commands/DescribeLabelCommand.js +2 -3
- package/dist-es/commands/DescribeLabelGroupCommand.js +2 -3
- package/dist-es/commands/DescribeModelCommand.js +2 -3
- package/dist-es/commands/ListDataIngestionJobsCommand.js +2 -3
- package/dist-es/commands/ListDatasetsCommand.js +2 -3
- package/dist-es/commands/ListInferenceEventsCommand.js +2 -3
- package/dist-es/commands/ListInferenceExecutionsCommand.js +2 -3
- package/dist-es/commands/ListInferenceSchedulersCommand.js +2 -3
- package/dist-es/commands/ListLabelGroupsCommand.js +2 -3
- package/dist-es/commands/ListLabelsCommand.js +2 -3
- package/dist-es/commands/ListModelsCommand.js +2 -3
- package/dist-es/commands/ListSensorStatisticsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartDataIngestionJobCommand.js +2 -3
- package/dist-es/commands/StartInferenceSchedulerCommand.js +2 -3
- package/dist-es/commands/StopInferenceSchedulerCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateInferenceSchedulerCommand.js +2 -3
- package/dist-es/commands/UpdateLabelGroupCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -285
- package/dist-types/models/models_0.d.ts +0 -380
- package/dist-types/ts3.4/models/models_0.d.ts +0 -275
- package/package.json +11 -10
|
@@ -662,278 +662,3 @@ export interface UpdateLabelGroupRequest {
|
|
|
662
662
|
LabelGroupName: string | undefined;
|
|
663
663
|
FaultCodes?: string[];
|
|
664
664
|
}
|
|
665
|
-
export declare const DatasetSchemaFilterSensitiveLog: (
|
|
666
|
-
obj: DatasetSchema
|
|
667
|
-
) => any;
|
|
668
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
669
|
-
export declare const CreateDatasetRequestFilterSensitiveLog: (
|
|
670
|
-
obj: CreateDatasetRequest
|
|
671
|
-
) => any;
|
|
672
|
-
export declare const CreateDatasetResponseFilterSensitiveLog: (
|
|
673
|
-
obj: CreateDatasetResponse
|
|
674
|
-
) => any;
|
|
675
|
-
export declare const InferenceInputNameConfigurationFilterSensitiveLog: (
|
|
676
|
-
obj: InferenceInputNameConfiguration
|
|
677
|
-
) => any;
|
|
678
|
-
export declare const InferenceS3InputConfigurationFilterSensitiveLog: (
|
|
679
|
-
obj: InferenceS3InputConfiguration
|
|
680
|
-
) => any;
|
|
681
|
-
export declare const InferenceInputConfigurationFilterSensitiveLog: (
|
|
682
|
-
obj: InferenceInputConfiguration
|
|
683
|
-
) => any;
|
|
684
|
-
export declare const InferenceS3OutputConfigurationFilterSensitiveLog: (
|
|
685
|
-
obj: InferenceS3OutputConfiguration
|
|
686
|
-
) => any;
|
|
687
|
-
export declare const InferenceOutputConfigurationFilterSensitiveLog: (
|
|
688
|
-
obj: InferenceOutputConfiguration
|
|
689
|
-
) => any;
|
|
690
|
-
export declare const CreateInferenceSchedulerRequestFilterSensitiveLog: (
|
|
691
|
-
obj: CreateInferenceSchedulerRequest
|
|
692
|
-
) => any;
|
|
693
|
-
export declare const CreateInferenceSchedulerResponseFilterSensitiveLog: (
|
|
694
|
-
obj: CreateInferenceSchedulerResponse
|
|
695
|
-
) => any;
|
|
696
|
-
export declare const CreateLabelRequestFilterSensitiveLog: (
|
|
697
|
-
obj: CreateLabelRequest
|
|
698
|
-
) => any;
|
|
699
|
-
export declare const CreateLabelResponseFilterSensitiveLog: (
|
|
700
|
-
obj: CreateLabelResponse
|
|
701
|
-
) => any;
|
|
702
|
-
export declare const CreateLabelGroupRequestFilterSensitiveLog: (
|
|
703
|
-
obj: CreateLabelGroupRequest
|
|
704
|
-
) => any;
|
|
705
|
-
export declare const CreateLabelGroupResponseFilterSensitiveLog: (
|
|
706
|
-
obj: CreateLabelGroupResponse
|
|
707
|
-
) => any;
|
|
708
|
-
export declare const DataPreProcessingConfigurationFilterSensitiveLog: (
|
|
709
|
-
obj: DataPreProcessingConfiguration
|
|
710
|
-
) => any;
|
|
711
|
-
export declare const LabelsS3InputConfigurationFilterSensitiveLog: (
|
|
712
|
-
obj: LabelsS3InputConfiguration
|
|
713
|
-
) => any;
|
|
714
|
-
export declare const LabelsInputConfigurationFilterSensitiveLog: (
|
|
715
|
-
obj: LabelsInputConfiguration
|
|
716
|
-
) => any;
|
|
717
|
-
export declare const CreateModelRequestFilterSensitiveLog: (
|
|
718
|
-
obj: CreateModelRequest
|
|
719
|
-
) => any;
|
|
720
|
-
export declare const CreateModelResponseFilterSensitiveLog: (
|
|
721
|
-
obj: CreateModelResponse
|
|
722
|
-
) => any;
|
|
723
|
-
export declare const DeleteDatasetRequestFilterSensitiveLog: (
|
|
724
|
-
obj: DeleteDatasetRequest
|
|
725
|
-
) => any;
|
|
726
|
-
export declare const DeleteInferenceSchedulerRequestFilterSensitiveLog: (
|
|
727
|
-
obj: DeleteInferenceSchedulerRequest
|
|
728
|
-
) => any;
|
|
729
|
-
export declare const DeleteLabelRequestFilterSensitiveLog: (
|
|
730
|
-
obj: DeleteLabelRequest
|
|
731
|
-
) => any;
|
|
732
|
-
export declare const DeleteLabelGroupRequestFilterSensitiveLog: (
|
|
733
|
-
obj: DeleteLabelGroupRequest
|
|
734
|
-
) => any;
|
|
735
|
-
export declare const DeleteModelRequestFilterSensitiveLog: (
|
|
736
|
-
obj: DeleteModelRequest
|
|
737
|
-
) => any;
|
|
738
|
-
export declare const DescribeDataIngestionJobRequestFilterSensitiveLog: (
|
|
739
|
-
obj: DescribeDataIngestionJobRequest
|
|
740
|
-
) => any;
|
|
741
|
-
export declare const DuplicateTimestampsFilterSensitiveLog: (
|
|
742
|
-
obj: DuplicateTimestamps
|
|
743
|
-
) => any;
|
|
744
|
-
export declare const MissingCompleteSensorDataFilterSensitiveLog: (
|
|
745
|
-
obj: MissingCompleteSensorData
|
|
746
|
-
) => any;
|
|
747
|
-
export declare const SensorsWithShortDateRangeFilterSensitiveLog: (
|
|
748
|
-
obj: SensorsWithShortDateRange
|
|
749
|
-
) => any;
|
|
750
|
-
export declare const InsufficientSensorDataFilterSensitiveLog: (
|
|
751
|
-
obj: InsufficientSensorData
|
|
752
|
-
) => any;
|
|
753
|
-
export declare const InvalidSensorDataFilterSensitiveLog: (
|
|
754
|
-
obj: InvalidSensorData
|
|
755
|
-
) => any;
|
|
756
|
-
export declare const MissingSensorDataFilterSensitiveLog: (
|
|
757
|
-
obj: MissingSensorData
|
|
758
|
-
) => any;
|
|
759
|
-
export declare const UnsupportedTimestampsFilterSensitiveLog: (
|
|
760
|
-
obj: UnsupportedTimestamps
|
|
761
|
-
) => any;
|
|
762
|
-
export declare const DataQualitySummaryFilterSensitiveLog: (
|
|
763
|
-
obj: DataQualitySummary
|
|
764
|
-
) => any;
|
|
765
|
-
export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
|
|
766
|
-
export declare const IngestedFilesSummaryFilterSensitiveLog: (
|
|
767
|
-
obj: IngestedFilesSummary
|
|
768
|
-
) => any;
|
|
769
|
-
export declare const IngestionS3InputConfigurationFilterSensitiveLog: (
|
|
770
|
-
obj: IngestionS3InputConfiguration
|
|
771
|
-
) => any;
|
|
772
|
-
export declare const IngestionInputConfigurationFilterSensitiveLog: (
|
|
773
|
-
obj: IngestionInputConfiguration
|
|
774
|
-
) => any;
|
|
775
|
-
export declare const DescribeDataIngestionJobResponseFilterSensitiveLog: (
|
|
776
|
-
obj: DescribeDataIngestionJobResponse
|
|
777
|
-
) => any;
|
|
778
|
-
export declare const DescribeDatasetRequestFilterSensitiveLog: (
|
|
779
|
-
obj: DescribeDatasetRequest
|
|
780
|
-
) => any;
|
|
781
|
-
export declare const DescribeDatasetResponseFilterSensitiveLog: (
|
|
782
|
-
obj: DescribeDatasetResponse
|
|
783
|
-
) => any;
|
|
784
|
-
export declare const DescribeInferenceSchedulerRequestFilterSensitiveLog: (
|
|
785
|
-
obj: DescribeInferenceSchedulerRequest
|
|
786
|
-
) => any;
|
|
787
|
-
export declare const DescribeInferenceSchedulerResponseFilterSensitiveLog: (
|
|
788
|
-
obj: DescribeInferenceSchedulerResponse
|
|
789
|
-
) => any;
|
|
790
|
-
export declare const DescribeLabelRequestFilterSensitiveLog: (
|
|
791
|
-
obj: DescribeLabelRequest
|
|
792
|
-
) => any;
|
|
793
|
-
export declare const DescribeLabelResponseFilterSensitiveLog: (
|
|
794
|
-
obj: DescribeLabelResponse
|
|
795
|
-
) => any;
|
|
796
|
-
export declare const DescribeLabelGroupRequestFilterSensitiveLog: (
|
|
797
|
-
obj: DescribeLabelGroupRequest
|
|
798
|
-
) => any;
|
|
799
|
-
export declare const DescribeLabelGroupResponseFilterSensitiveLog: (
|
|
800
|
-
obj: DescribeLabelGroupResponse
|
|
801
|
-
) => any;
|
|
802
|
-
export declare const DescribeModelRequestFilterSensitiveLog: (
|
|
803
|
-
obj: DescribeModelRequest
|
|
804
|
-
) => any;
|
|
805
|
-
export declare const DescribeModelResponseFilterSensitiveLog: (
|
|
806
|
-
obj: DescribeModelResponse
|
|
807
|
-
) => any;
|
|
808
|
-
export declare const ListDataIngestionJobsRequestFilterSensitiveLog: (
|
|
809
|
-
obj: ListDataIngestionJobsRequest
|
|
810
|
-
) => any;
|
|
811
|
-
export declare const DataIngestionJobSummaryFilterSensitiveLog: (
|
|
812
|
-
obj: DataIngestionJobSummary
|
|
813
|
-
) => any;
|
|
814
|
-
export declare const ListDataIngestionJobsResponseFilterSensitiveLog: (
|
|
815
|
-
obj: ListDataIngestionJobsResponse
|
|
816
|
-
) => any;
|
|
817
|
-
export declare const ListDatasetsRequestFilterSensitiveLog: (
|
|
818
|
-
obj: ListDatasetsRequest
|
|
819
|
-
) => any;
|
|
820
|
-
export declare const DatasetSummaryFilterSensitiveLog: (
|
|
821
|
-
obj: DatasetSummary
|
|
822
|
-
) => any;
|
|
823
|
-
export declare const ListDatasetsResponseFilterSensitiveLog: (
|
|
824
|
-
obj: ListDatasetsResponse
|
|
825
|
-
) => any;
|
|
826
|
-
export declare const ListInferenceEventsRequestFilterSensitiveLog: (
|
|
827
|
-
obj: ListInferenceEventsRequest
|
|
828
|
-
) => any;
|
|
829
|
-
export declare const InferenceEventSummaryFilterSensitiveLog: (
|
|
830
|
-
obj: InferenceEventSummary
|
|
831
|
-
) => any;
|
|
832
|
-
export declare const ListInferenceEventsResponseFilterSensitiveLog: (
|
|
833
|
-
obj: ListInferenceEventsResponse
|
|
834
|
-
) => any;
|
|
835
|
-
export declare const ListInferenceExecutionsRequestFilterSensitiveLog: (
|
|
836
|
-
obj: ListInferenceExecutionsRequest
|
|
837
|
-
) => any;
|
|
838
|
-
export declare const InferenceExecutionSummaryFilterSensitiveLog: (
|
|
839
|
-
obj: InferenceExecutionSummary
|
|
840
|
-
) => any;
|
|
841
|
-
export declare const ListInferenceExecutionsResponseFilterSensitiveLog: (
|
|
842
|
-
obj: ListInferenceExecutionsResponse
|
|
843
|
-
) => any;
|
|
844
|
-
export declare const ListInferenceSchedulersRequestFilterSensitiveLog: (
|
|
845
|
-
obj: ListInferenceSchedulersRequest
|
|
846
|
-
) => any;
|
|
847
|
-
export declare const InferenceSchedulerSummaryFilterSensitiveLog: (
|
|
848
|
-
obj: InferenceSchedulerSummary
|
|
849
|
-
) => any;
|
|
850
|
-
export declare const ListInferenceSchedulersResponseFilterSensitiveLog: (
|
|
851
|
-
obj: ListInferenceSchedulersResponse
|
|
852
|
-
) => any;
|
|
853
|
-
export declare const ListLabelGroupsRequestFilterSensitiveLog: (
|
|
854
|
-
obj: ListLabelGroupsRequest
|
|
855
|
-
) => any;
|
|
856
|
-
export declare const LabelGroupSummaryFilterSensitiveLog: (
|
|
857
|
-
obj: LabelGroupSummary
|
|
858
|
-
) => any;
|
|
859
|
-
export declare const ListLabelGroupsResponseFilterSensitiveLog: (
|
|
860
|
-
obj: ListLabelGroupsResponse
|
|
861
|
-
) => any;
|
|
862
|
-
export declare const ListLabelsRequestFilterSensitiveLog: (
|
|
863
|
-
obj: ListLabelsRequest
|
|
864
|
-
) => any;
|
|
865
|
-
export declare const LabelSummaryFilterSensitiveLog: (obj: LabelSummary) => any;
|
|
866
|
-
export declare const ListLabelsResponseFilterSensitiveLog: (
|
|
867
|
-
obj: ListLabelsResponse
|
|
868
|
-
) => any;
|
|
869
|
-
export declare const ListModelsRequestFilterSensitiveLog: (
|
|
870
|
-
obj: ListModelsRequest
|
|
871
|
-
) => any;
|
|
872
|
-
export declare const ModelSummaryFilterSensitiveLog: (obj: ModelSummary) => any;
|
|
873
|
-
export declare const ListModelsResponseFilterSensitiveLog: (
|
|
874
|
-
obj: ListModelsResponse
|
|
875
|
-
) => any;
|
|
876
|
-
export declare const ListSensorStatisticsRequestFilterSensitiveLog: (
|
|
877
|
-
obj: ListSensorStatisticsRequest
|
|
878
|
-
) => any;
|
|
879
|
-
export declare const CategoricalValuesFilterSensitiveLog: (
|
|
880
|
-
obj: CategoricalValues
|
|
881
|
-
) => any;
|
|
882
|
-
export declare const CountPercentFilterSensitiveLog: (obj: CountPercent) => any;
|
|
883
|
-
export declare const LargeTimestampGapsFilterSensitiveLog: (
|
|
884
|
-
obj: LargeTimestampGaps
|
|
885
|
-
) => any;
|
|
886
|
-
export declare const MonotonicValuesFilterSensitiveLog: (
|
|
887
|
-
obj: MonotonicValues
|
|
888
|
-
) => any;
|
|
889
|
-
export declare const MultipleOperatingModesFilterSensitiveLog: (
|
|
890
|
-
obj: MultipleOperatingModes
|
|
891
|
-
) => any;
|
|
892
|
-
export declare const SensorStatisticsSummaryFilterSensitiveLog: (
|
|
893
|
-
obj: SensorStatisticsSummary
|
|
894
|
-
) => any;
|
|
895
|
-
export declare const ListSensorStatisticsResponseFilterSensitiveLog: (
|
|
896
|
-
obj: ListSensorStatisticsResponse
|
|
897
|
-
) => any;
|
|
898
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
899
|
-
obj: ListTagsForResourceRequest
|
|
900
|
-
) => any;
|
|
901
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
902
|
-
obj: ListTagsForResourceResponse
|
|
903
|
-
) => any;
|
|
904
|
-
export declare const StartDataIngestionJobRequestFilterSensitiveLog: (
|
|
905
|
-
obj: StartDataIngestionJobRequest
|
|
906
|
-
) => any;
|
|
907
|
-
export declare const StartDataIngestionJobResponseFilterSensitiveLog: (
|
|
908
|
-
obj: StartDataIngestionJobResponse
|
|
909
|
-
) => any;
|
|
910
|
-
export declare const StartInferenceSchedulerRequestFilterSensitiveLog: (
|
|
911
|
-
obj: StartInferenceSchedulerRequest
|
|
912
|
-
) => any;
|
|
913
|
-
export declare const StartInferenceSchedulerResponseFilterSensitiveLog: (
|
|
914
|
-
obj: StartInferenceSchedulerResponse
|
|
915
|
-
) => any;
|
|
916
|
-
export declare const StopInferenceSchedulerRequestFilterSensitiveLog: (
|
|
917
|
-
obj: StopInferenceSchedulerRequest
|
|
918
|
-
) => any;
|
|
919
|
-
export declare const StopInferenceSchedulerResponseFilterSensitiveLog: (
|
|
920
|
-
obj: StopInferenceSchedulerResponse
|
|
921
|
-
) => any;
|
|
922
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
923
|
-
obj: TagResourceRequest
|
|
924
|
-
) => any;
|
|
925
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
926
|
-
obj: TagResourceResponse
|
|
927
|
-
) => any;
|
|
928
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
929
|
-
obj: UntagResourceRequest
|
|
930
|
-
) => any;
|
|
931
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
932
|
-
obj: UntagResourceResponse
|
|
933
|
-
) => any;
|
|
934
|
-
export declare const UpdateInferenceSchedulerRequestFilterSensitiveLog: (
|
|
935
|
-
obj: UpdateInferenceSchedulerRequest
|
|
936
|
-
) => any;
|
|
937
|
-
export declare const UpdateLabelGroupRequestFilterSensitiveLog: (
|
|
938
|
-
obj: UpdateLabelGroupRequest
|
|
939
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lookoutequipment",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lookoutequipment Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo lookoutequipment"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0",
|
|
56
57
|
"uuid": "^8.3.2"
|