@aws-sdk/client-lookoutequipment 3.78.0 → 3.81.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 +27 -0
- package/dist-cjs/LookoutEquipment.js +15 -0
- package/dist-cjs/commands/ListSensorStatisticsCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +121 -8
- package/dist-cjs/pagination/ListSensorStatisticsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_0.js +264 -1
- package/dist-es/LookoutEquipment.js +15 -0
- package/dist-es/commands/ListSensorStatisticsCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +83 -4
- package/dist-es/pagination/ListSensorStatisticsPaginator.js +75 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_0.js +278 -2
- package/dist-types/LookoutEquipment.d.ts +11 -2
- package/dist-types/LookoutEquipmentClient.d.ts +3 -2
- package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
- package/dist-types/commands/ListSensorStatisticsCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +656 -27
- package/dist-types/pagination/ListSensorStatisticsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +3 -0
- package/dist-types/ts3.4/LookoutEquipment.d.ts +5 -0
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +54 -489
- package/dist-types/ts3.4/pagination/ListSensorStatisticsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +3 -0
- package/package.json +8 -8
|
@@ -70,7 +70,7 @@ export interface CreateDatasetRequest {
|
|
|
70
70
|
* <p>A JSON description of the data that is in each time series dataset, including names,
|
|
71
71
|
* column names, and data types. </p>
|
|
72
72
|
*/
|
|
73
|
-
DatasetSchema
|
|
73
|
+
DatasetSchema?: DatasetSchema;
|
|
74
74
|
/**
|
|
75
75
|
* <p>Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. </p>
|
|
76
76
|
*/
|
|
@@ -208,17 +208,17 @@ export declare namespace InferenceS3InputConfiguration {
|
|
|
208
208
|
const filterSensitiveLog: (obj: InferenceS3InputConfiguration) => any;
|
|
209
209
|
}
|
|
210
210
|
/**
|
|
211
|
-
* <p>Specifies configuration information for the input data for the inference, including S3
|
|
211
|
+
* <p>Specifies configuration information for the input data for the inference, including Amazon S3
|
|
212
212
|
* location of input data.. </p>
|
|
213
213
|
*/
|
|
214
214
|
export interface InferenceInputConfiguration {
|
|
215
215
|
/**
|
|
216
|
-
* <p> Specifies configuration information for the input data for the inference, including S3
|
|
217
|
-
* location of input data
|
|
216
|
+
* <p> Specifies configuration information for the input data for the inference, including Amazon S3
|
|
217
|
+
* location of input data.</p>
|
|
218
218
|
*/
|
|
219
219
|
S3InputConfiguration?: InferenceS3InputConfiguration;
|
|
220
220
|
/**
|
|
221
|
-
* <p>Indicates the difference between your time zone and
|
|
221
|
+
* <p>Indicates the difference between your time zone and Coordinated Universal Time (UTC).</p>
|
|
222
222
|
*/
|
|
223
223
|
InputTimeZoneOffset?: string;
|
|
224
224
|
/**
|
|
@@ -615,6 +615,287 @@ export declare namespace DescribeDataIngestionJobRequest {
|
|
|
615
615
|
*/
|
|
616
616
|
const filterSensitiveLog: (obj: DescribeDataIngestionJobRequest) => any;
|
|
617
617
|
}
|
|
618
|
+
/**
|
|
619
|
+
* <p>
|
|
620
|
+
*
|
|
621
|
+
* Entity that comprises information abount duplicate timestamps in the dataset.
|
|
622
|
+
*
|
|
623
|
+
* </p>
|
|
624
|
+
*/
|
|
625
|
+
export interface DuplicateTimestamps {
|
|
626
|
+
/**
|
|
627
|
+
* <p>
|
|
628
|
+
* Indicates the total number of duplicate timestamps.
|
|
629
|
+
* </p>
|
|
630
|
+
*/
|
|
631
|
+
TotalNumberOfDuplicateTimestamps: number | undefined;
|
|
632
|
+
}
|
|
633
|
+
export declare namespace DuplicateTimestamps {
|
|
634
|
+
/**
|
|
635
|
+
* @internal
|
|
636
|
+
*/
|
|
637
|
+
const filterSensitiveLog: (obj: DuplicateTimestamps) => any;
|
|
638
|
+
}
|
|
639
|
+
/**
|
|
640
|
+
* <p>
|
|
641
|
+
*
|
|
642
|
+
* Entity that comprises information on sensors that have sensor data completely missing.
|
|
643
|
+
*
|
|
644
|
+
* </p>
|
|
645
|
+
*/
|
|
646
|
+
export interface MissingCompleteSensorData {
|
|
647
|
+
/**
|
|
648
|
+
* <p>
|
|
649
|
+
*
|
|
650
|
+
* Indicates the number of sensors that have data missing completely.
|
|
651
|
+
*
|
|
652
|
+
* </p>
|
|
653
|
+
*/
|
|
654
|
+
AffectedSensorCount: number | undefined;
|
|
655
|
+
}
|
|
656
|
+
export declare namespace MissingCompleteSensorData {
|
|
657
|
+
/**
|
|
658
|
+
* @internal
|
|
659
|
+
*/
|
|
660
|
+
const filterSensitiveLog: (obj: MissingCompleteSensorData) => any;
|
|
661
|
+
}
|
|
662
|
+
/**
|
|
663
|
+
* <p>
|
|
664
|
+
*
|
|
665
|
+
* Entity that comprises information on sensors that have shorter date range.
|
|
666
|
+
*
|
|
667
|
+
* </p>
|
|
668
|
+
*/
|
|
669
|
+
export interface SensorsWithShortDateRange {
|
|
670
|
+
/**
|
|
671
|
+
* <p>
|
|
672
|
+
*
|
|
673
|
+
* Indicates the number of sensors that have less than 90 days of data.
|
|
674
|
+
*
|
|
675
|
+
* </p>
|
|
676
|
+
*/
|
|
677
|
+
AffectedSensorCount: number | undefined;
|
|
678
|
+
}
|
|
679
|
+
export declare namespace SensorsWithShortDateRange {
|
|
680
|
+
/**
|
|
681
|
+
* @internal
|
|
682
|
+
*/
|
|
683
|
+
const filterSensitiveLog: (obj: SensorsWithShortDateRange) => any;
|
|
684
|
+
}
|
|
685
|
+
/**
|
|
686
|
+
* <p>
|
|
687
|
+
*
|
|
688
|
+
* Entity that comprises aggregated information on sensors having insufficient data.
|
|
689
|
+
*
|
|
690
|
+
* </p>
|
|
691
|
+
*/
|
|
692
|
+
export interface InsufficientSensorData {
|
|
693
|
+
/**
|
|
694
|
+
* <p>
|
|
695
|
+
*
|
|
696
|
+
* Parameter that describes the total number of sensors that have data completely missing for it.
|
|
697
|
+
*
|
|
698
|
+
* </p>
|
|
699
|
+
*/
|
|
700
|
+
MissingCompleteSensorData: MissingCompleteSensorData | undefined;
|
|
701
|
+
/**
|
|
702
|
+
* <p>
|
|
703
|
+
*
|
|
704
|
+
* Parameter that describes the total number of sensors that have a short date range of less than 90 days of data overall.
|
|
705
|
+
*
|
|
706
|
+
* </p>
|
|
707
|
+
*/
|
|
708
|
+
SensorsWithShortDateRange: SensorsWithShortDateRange | undefined;
|
|
709
|
+
}
|
|
710
|
+
export declare namespace InsufficientSensorData {
|
|
711
|
+
/**
|
|
712
|
+
* @internal
|
|
713
|
+
*/
|
|
714
|
+
const filterSensitiveLog: (obj: InsufficientSensorData) => any;
|
|
715
|
+
}
|
|
716
|
+
/**
|
|
717
|
+
* <p>
|
|
718
|
+
*
|
|
719
|
+
* Entity that comprises aggregated information on sensors having insufficient data.
|
|
720
|
+
*
|
|
721
|
+
* </p>
|
|
722
|
+
*/
|
|
723
|
+
export interface InvalidSensorData {
|
|
724
|
+
/**
|
|
725
|
+
* <p>
|
|
726
|
+
*
|
|
727
|
+
* Indicates the number of sensors that have at least some invalid values.
|
|
728
|
+
*
|
|
729
|
+
* </p>
|
|
730
|
+
*/
|
|
731
|
+
AffectedSensorCount: number | undefined;
|
|
732
|
+
/**
|
|
733
|
+
* <p>
|
|
734
|
+
*
|
|
735
|
+
* Indicates the total number of invalid values across all the sensors.
|
|
736
|
+
*
|
|
737
|
+
* </p>
|
|
738
|
+
*/
|
|
739
|
+
TotalNumberOfInvalidValues: number | undefined;
|
|
740
|
+
}
|
|
741
|
+
export declare namespace InvalidSensorData {
|
|
742
|
+
/**
|
|
743
|
+
* @internal
|
|
744
|
+
*/
|
|
745
|
+
const filterSensitiveLog: (obj: InvalidSensorData) => any;
|
|
746
|
+
}
|
|
747
|
+
/**
|
|
748
|
+
* <p>
|
|
749
|
+
*
|
|
750
|
+
* Entity that comprises aggregated information on sensors having missing data.
|
|
751
|
+
*
|
|
752
|
+
* </p>
|
|
753
|
+
*/
|
|
754
|
+
export interface MissingSensorData {
|
|
755
|
+
/**
|
|
756
|
+
* <p>
|
|
757
|
+
*
|
|
758
|
+
* Indicates the number of sensors that have atleast some data missing.
|
|
759
|
+
*
|
|
760
|
+
* </p>
|
|
761
|
+
*/
|
|
762
|
+
AffectedSensorCount: number | undefined;
|
|
763
|
+
/**
|
|
764
|
+
* <p>
|
|
765
|
+
*
|
|
766
|
+
* Indicates the total number of missing values across all the sensors.
|
|
767
|
+
*
|
|
768
|
+
* </p>
|
|
769
|
+
*/
|
|
770
|
+
TotalNumberOfMissingValues: number | undefined;
|
|
771
|
+
}
|
|
772
|
+
export declare namespace MissingSensorData {
|
|
773
|
+
/**
|
|
774
|
+
* @internal
|
|
775
|
+
*/
|
|
776
|
+
const filterSensitiveLog: (obj: MissingSensorData) => any;
|
|
777
|
+
}
|
|
778
|
+
/**
|
|
779
|
+
* <p>
|
|
780
|
+
*
|
|
781
|
+
* Entity that comprises information abount unsupported timestamps in the dataset.
|
|
782
|
+
*
|
|
783
|
+
* </p>
|
|
784
|
+
*/
|
|
785
|
+
export interface UnsupportedTimestamps {
|
|
786
|
+
/**
|
|
787
|
+
* <p>
|
|
788
|
+
*
|
|
789
|
+
* Indicates the total number of unsupported timestamps across the ingested data.
|
|
790
|
+
*
|
|
791
|
+
* </p>
|
|
792
|
+
*/
|
|
793
|
+
TotalNumberOfUnsupportedTimestamps: number | undefined;
|
|
794
|
+
}
|
|
795
|
+
export declare namespace UnsupportedTimestamps {
|
|
796
|
+
/**
|
|
797
|
+
* @internal
|
|
798
|
+
*/
|
|
799
|
+
const filterSensitiveLog: (obj: UnsupportedTimestamps) => any;
|
|
800
|
+
}
|
|
801
|
+
/**
|
|
802
|
+
* <p>
|
|
803
|
+
*
|
|
804
|
+
* DataQualitySummary gives aggregated statistics over all the sensors about a completed ingestion job. It primarily gives more information about statistics over different incorrect data like MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, DuplicateTimeStamps.
|
|
805
|
+
*
|
|
806
|
+
* </p>
|
|
807
|
+
*/
|
|
808
|
+
export interface DataQualitySummary {
|
|
809
|
+
/**
|
|
810
|
+
* <p>
|
|
811
|
+
*
|
|
812
|
+
* Parameter that gives information about insufficient data for sensors in the dataset. This includes information about those sensors that have complete data missing and those with a short date range.
|
|
813
|
+
*
|
|
814
|
+
* </p>
|
|
815
|
+
*/
|
|
816
|
+
InsufficientSensorData: InsufficientSensorData | undefined;
|
|
817
|
+
/**
|
|
818
|
+
* <p>
|
|
819
|
+
*
|
|
820
|
+
* Parameter that gives information about data that is missing over all the sensors in the input data.
|
|
821
|
+
*
|
|
822
|
+
* </p>
|
|
823
|
+
*/
|
|
824
|
+
MissingSensorData: MissingSensorData | undefined;
|
|
825
|
+
/**
|
|
826
|
+
* <p>
|
|
827
|
+
*
|
|
828
|
+
* Parameter that gives information about data that is invalid over all the sensors in the input data.
|
|
829
|
+
*
|
|
830
|
+
* </p>
|
|
831
|
+
*/
|
|
832
|
+
InvalidSensorData: InvalidSensorData | undefined;
|
|
833
|
+
/**
|
|
834
|
+
* <p>
|
|
835
|
+
*
|
|
836
|
+
* Parameter that gives information about unsupported timestamps in the input data.
|
|
837
|
+
*
|
|
838
|
+
* </p>
|
|
839
|
+
*/
|
|
840
|
+
UnsupportedTimestamps: UnsupportedTimestamps | undefined;
|
|
841
|
+
/**
|
|
842
|
+
* <p>
|
|
843
|
+
*
|
|
844
|
+
* Parameter that gives information about duplicate timestamps in the input data.
|
|
845
|
+
*
|
|
846
|
+
* </p>
|
|
847
|
+
*/
|
|
848
|
+
DuplicateTimestamps: DuplicateTimestamps | undefined;
|
|
849
|
+
}
|
|
850
|
+
export declare namespace DataQualitySummary {
|
|
851
|
+
/**
|
|
852
|
+
* @internal
|
|
853
|
+
*/
|
|
854
|
+
const filterSensitiveLog: (obj: DataQualitySummary) => any;
|
|
855
|
+
}
|
|
856
|
+
/**
|
|
857
|
+
* <p>Contains information about an S3 bucket. </p>
|
|
858
|
+
*/
|
|
859
|
+
export interface S3Object {
|
|
860
|
+
/**
|
|
861
|
+
* <p>The name of the specific S3 bucket. </p>
|
|
862
|
+
*/
|
|
863
|
+
Bucket: string | undefined;
|
|
864
|
+
/**
|
|
865
|
+
* <p>The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object.
|
|
866
|
+
* Without this key, data in the bucket is not accessible. </p>
|
|
867
|
+
*/
|
|
868
|
+
Key: string | undefined;
|
|
869
|
+
}
|
|
870
|
+
export declare namespace S3Object {
|
|
871
|
+
/**
|
|
872
|
+
* @internal
|
|
873
|
+
*/
|
|
874
|
+
const filterSensitiveLog: (obj: S3Object) => any;
|
|
875
|
+
}
|
|
876
|
+
/**
|
|
877
|
+
* <p>Gives statistics about how many files have been ingested, and which files have not been ingested, for a particular ingestion job.</p>
|
|
878
|
+
*/
|
|
879
|
+
export interface IngestedFilesSummary {
|
|
880
|
+
/**
|
|
881
|
+
* <p>Indicates the total number of files that were submitted for ingestion.</p>
|
|
882
|
+
*/
|
|
883
|
+
TotalNumberOfFiles: number | undefined;
|
|
884
|
+
/**
|
|
885
|
+
* <p>Indicates the number of files that were successfully ingested.</p>
|
|
886
|
+
*/
|
|
887
|
+
IngestedNumberOfFiles: number | undefined;
|
|
888
|
+
/**
|
|
889
|
+
* <p>Indicates the number of files that were discarded. A file could be discarded because its format is invalid (for example, a jpg or pdf) or not readable.</p>
|
|
890
|
+
*/
|
|
891
|
+
DiscardedFiles?: S3Object[];
|
|
892
|
+
}
|
|
893
|
+
export declare namespace IngestedFilesSummary {
|
|
894
|
+
/**
|
|
895
|
+
* @internal
|
|
896
|
+
*/
|
|
897
|
+
const filterSensitiveLog: (obj: IngestedFilesSummary) => any;
|
|
898
|
+
}
|
|
618
899
|
/**
|
|
619
900
|
* <p> Specifies S3 configuration information for the input data for the data ingestion job.
|
|
620
901
|
* </p>
|
|
@@ -629,6 +910,13 @@ export interface IngestionS3InputConfiguration {
|
|
|
629
910
|
* </p>
|
|
630
911
|
*/
|
|
631
912
|
Prefix?: string;
|
|
913
|
+
/**
|
|
914
|
+
* <p>
|
|
915
|
+
* Pattern for matching the Amazon S3 files which will be used for ingestion.
|
|
916
|
+
* If no KeyPattern is provided, we will use the default hierarchy file structure, which is same as KeyPattern {prefix}/{component_name}/*
|
|
917
|
+
* </p>
|
|
918
|
+
*/
|
|
919
|
+
KeyPattern?: string;
|
|
632
920
|
}
|
|
633
921
|
export declare namespace IngestionS3InputConfiguration {
|
|
634
922
|
/**
|
|
@@ -690,6 +978,40 @@ export interface DescribeDataIngestionJobResponse {
|
|
|
690
978
|
* <p>Specifies the reason for failure when a data ingestion job has failed. </p>
|
|
691
979
|
*/
|
|
692
980
|
FailedReason?: string;
|
|
981
|
+
/**
|
|
982
|
+
* <p>
|
|
983
|
+
* Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
|
|
984
|
+
* </p>
|
|
985
|
+
*/
|
|
986
|
+
DataQualitySummary?: DataQualitySummary;
|
|
987
|
+
/**
|
|
988
|
+
* <p>Gives statistics about how many files have been ingested, and which files have not been ingested, for a particular ingestion job.</p>
|
|
989
|
+
*/
|
|
990
|
+
IngestedFilesSummary?: IngestedFilesSummary;
|
|
991
|
+
/**
|
|
992
|
+
* <p>
|
|
993
|
+
* Provides details about status of the ingestion job that is currently in progress.
|
|
994
|
+
* </p>
|
|
995
|
+
*/
|
|
996
|
+
StatusDetail?: string;
|
|
997
|
+
/**
|
|
998
|
+
* <p>
|
|
999
|
+
* Indicates the size of the ingested dataset.
|
|
1000
|
+
* </p>
|
|
1001
|
+
*/
|
|
1002
|
+
IngestedDataSize?: number;
|
|
1003
|
+
/**
|
|
1004
|
+
* <p>
|
|
1005
|
+
* Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
|
|
1006
|
+
* </p>
|
|
1007
|
+
*/
|
|
1008
|
+
DataStartTime?: Date;
|
|
1009
|
+
/**
|
|
1010
|
+
* <p>
|
|
1011
|
+
* Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
|
|
1012
|
+
* </p>
|
|
1013
|
+
*/
|
|
1014
|
+
DataEndTime?: Date;
|
|
693
1015
|
}
|
|
694
1016
|
export declare namespace DescribeDataIngestionJobResponse {
|
|
695
1017
|
/**
|
|
@@ -743,6 +1065,36 @@ export interface DescribeDatasetResponse {
|
|
|
743
1065
|
* <p>Specifies the S3 location configuration for the data input for the data ingestion job. </p>
|
|
744
1066
|
*/
|
|
745
1067
|
IngestionInputConfiguration?: IngestionInputConfiguration;
|
|
1068
|
+
/**
|
|
1069
|
+
* <p>
|
|
1070
|
+
* Gives statistics associated with the given dataset for the latest successful associated ingestion job id. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
|
|
1071
|
+
* </p>
|
|
1072
|
+
*/
|
|
1073
|
+
DataQualitySummary?: DataQualitySummary;
|
|
1074
|
+
/**
|
|
1075
|
+
* <p>
|
|
1076
|
+
* IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
|
|
1077
|
+
* </p>
|
|
1078
|
+
*/
|
|
1079
|
+
IngestedFilesSummary?: IngestedFilesSummary;
|
|
1080
|
+
/**
|
|
1081
|
+
* <p>
|
|
1082
|
+
* The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
|
|
1083
|
+
* </p>
|
|
1084
|
+
*/
|
|
1085
|
+
RoleArn?: string;
|
|
1086
|
+
/**
|
|
1087
|
+
* <p>
|
|
1088
|
+
* Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
|
|
1089
|
+
* </p>
|
|
1090
|
+
*/
|
|
1091
|
+
DataStartTime?: Date;
|
|
1092
|
+
/**
|
|
1093
|
+
* <p>
|
|
1094
|
+
* Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
|
|
1095
|
+
* </p>
|
|
1096
|
+
*/
|
|
1097
|
+
DataEndTime?: Date;
|
|
746
1098
|
}
|
|
747
1099
|
export declare namespace DescribeDatasetResponse {
|
|
748
1100
|
/**
|
|
@@ -1004,7 +1356,7 @@ export interface DataIngestionJobSummary {
|
|
|
1004
1356
|
*/
|
|
1005
1357
|
DatasetArn?: string;
|
|
1006
1358
|
/**
|
|
1007
|
-
* <p> Specifies information for the input data for the data inference job, including data S3
|
|
1359
|
+
* <p> Specifies information for the input data for the data inference job, including data Amazon S3
|
|
1008
1360
|
* location parameters. </p>
|
|
1009
1361
|
*/
|
|
1010
1362
|
IngestionInputConfiguration?: IngestionInputConfiguration;
|
|
@@ -1144,26 +1496,6 @@ export declare namespace ListInferenceExecutionsRequest {
|
|
|
1144
1496
|
*/
|
|
1145
1497
|
const filterSensitiveLog: (obj: ListInferenceExecutionsRequest) => any;
|
|
1146
1498
|
}
|
|
1147
|
-
/**
|
|
1148
|
-
* <p>Contains information about an S3 bucket. </p>
|
|
1149
|
-
*/
|
|
1150
|
-
export interface S3Object {
|
|
1151
|
-
/**
|
|
1152
|
-
* <p>The name of the specific S3 bucket. </p>
|
|
1153
|
-
*/
|
|
1154
|
-
Bucket: string | undefined;
|
|
1155
|
-
/**
|
|
1156
|
-
* <p>The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object.
|
|
1157
|
-
* Without this key, data in the bucket is not accessible. </p>
|
|
1158
|
-
*/
|
|
1159
|
-
Key: string | undefined;
|
|
1160
|
-
}
|
|
1161
|
-
export declare namespace S3Object {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
|
-
const filterSensitiveLog: (obj: S3Object) => any;
|
|
1166
|
-
}
|
|
1167
1499
|
/**
|
|
1168
1500
|
* <p>Contains information about the specific inference execution, including input and output
|
|
1169
1501
|
* data configuration, inference scheduling information, status, and so on. </p>
|
|
@@ -1208,7 +1540,7 @@ export interface InferenceExecutionSummary {
|
|
|
1208
1540
|
DataInputConfiguration?: InferenceInputConfiguration;
|
|
1209
1541
|
/**
|
|
1210
1542
|
* <p> Specifies configuration information for the output results from for the inference
|
|
1211
|
-
* execution, including the output S3 location. </p>
|
|
1543
|
+
* execution, including the output Amazon S3 location. </p>
|
|
1212
1544
|
*/
|
|
1213
1545
|
DataOutputConfiguration?: InferenceOutputConfiguration;
|
|
1214
1546
|
/**
|
|
@@ -1426,6 +1758,303 @@ export declare namespace ListModelsResponse {
|
|
|
1426
1758
|
*/
|
|
1427
1759
|
const filterSensitiveLog: (obj: ListModelsResponse) => any;
|
|
1428
1760
|
}
|
|
1761
|
+
export interface ListSensorStatisticsRequest {
|
|
1762
|
+
/**
|
|
1763
|
+
* <p>
|
|
1764
|
+
* The name of the dataset associated with the list of Sensor Statistics.
|
|
1765
|
+
* </p>
|
|
1766
|
+
*/
|
|
1767
|
+
DatasetName: string | undefined;
|
|
1768
|
+
/**
|
|
1769
|
+
* <p>
|
|
1770
|
+
* The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.
|
|
1771
|
+
* </p>
|
|
1772
|
+
*/
|
|
1773
|
+
IngestionJobId?: string;
|
|
1774
|
+
/**
|
|
1775
|
+
* <p>
|
|
1776
|
+
* Specifies the maximum number of sensors for which to retrieve statistics.
|
|
1777
|
+
* </p>
|
|
1778
|
+
*/
|
|
1779
|
+
MaxResults?: number;
|
|
1780
|
+
/**
|
|
1781
|
+
* <p>
|
|
1782
|
+
* An opaque pagination token indicating where to continue the listing of sensor statistics.
|
|
1783
|
+
* </p>
|
|
1784
|
+
*/
|
|
1785
|
+
NextToken?: string;
|
|
1786
|
+
}
|
|
1787
|
+
export declare namespace ListSensorStatisticsRequest {
|
|
1788
|
+
/**
|
|
1789
|
+
* @internal
|
|
1790
|
+
*/
|
|
1791
|
+
const filterSensitiveLog: (obj: ListSensorStatisticsRequest) => any;
|
|
1792
|
+
}
|
|
1793
|
+
export declare enum StatisticalIssueStatus {
|
|
1794
|
+
NO_ISSUE_DETECTED = "NO_ISSUE_DETECTED",
|
|
1795
|
+
POTENTIAL_ISSUE_DETECTED = "POTENTIAL_ISSUE_DETECTED"
|
|
1796
|
+
}
|
|
1797
|
+
/**
|
|
1798
|
+
* <p>
|
|
1799
|
+
* Entity that comprises information on categorical values in data.
|
|
1800
|
+
* </p>
|
|
1801
|
+
*/
|
|
1802
|
+
export interface CategoricalValues {
|
|
1803
|
+
/**
|
|
1804
|
+
* <p>
|
|
1805
|
+
* Indicates whether there is a potential data issue related to categorical values.
|
|
1806
|
+
* </p>
|
|
1807
|
+
*/
|
|
1808
|
+
Status: StatisticalIssueStatus | string | undefined;
|
|
1809
|
+
/**
|
|
1810
|
+
* <p>
|
|
1811
|
+
* Indicates the number of categories in the data.
|
|
1812
|
+
* </p>
|
|
1813
|
+
*/
|
|
1814
|
+
NumberOfCategory?: number;
|
|
1815
|
+
}
|
|
1816
|
+
export declare namespace CategoricalValues {
|
|
1817
|
+
/**
|
|
1818
|
+
* @internal
|
|
1819
|
+
*/
|
|
1820
|
+
const filterSensitiveLog: (obj: CategoricalValues) => any;
|
|
1821
|
+
}
|
|
1822
|
+
/**
|
|
1823
|
+
* <p>
|
|
1824
|
+
*
|
|
1825
|
+
* Entity that comprises information of count and percentage.
|
|
1826
|
+
*
|
|
1827
|
+
* </p>
|
|
1828
|
+
*/
|
|
1829
|
+
export interface CountPercent {
|
|
1830
|
+
/**
|
|
1831
|
+
* <p>
|
|
1832
|
+
*
|
|
1833
|
+
* Indicates the count of occurences of the given statistic.
|
|
1834
|
+
*
|
|
1835
|
+
* </p>
|
|
1836
|
+
*/
|
|
1837
|
+
Count: number | undefined;
|
|
1838
|
+
/**
|
|
1839
|
+
* <p>
|
|
1840
|
+
*
|
|
1841
|
+
* Indicates the percentage of occurances of the given statistic.
|
|
1842
|
+
*
|
|
1843
|
+
* </p>
|
|
1844
|
+
*/
|
|
1845
|
+
Percentage: number | undefined;
|
|
1846
|
+
}
|
|
1847
|
+
export declare namespace CountPercent {
|
|
1848
|
+
/**
|
|
1849
|
+
* @internal
|
|
1850
|
+
*/
|
|
1851
|
+
const filterSensitiveLog: (obj: CountPercent) => any;
|
|
1852
|
+
}
|
|
1853
|
+
/**
|
|
1854
|
+
* <p>
|
|
1855
|
+
* Entity that comprises information on large gaps between consecutive timestamps in data.
|
|
1856
|
+
* </p>
|
|
1857
|
+
*/
|
|
1858
|
+
export interface LargeTimestampGaps {
|
|
1859
|
+
/**
|
|
1860
|
+
* <p>
|
|
1861
|
+
* Indicates whether there is a potential data issue related to large gaps in timestamps.
|
|
1862
|
+
* </p>
|
|
1863
|
+
*/
|
|
1864
|
+
Status: StatisticalIssueStatus | string | undefined;
|
|
1865
|
+
/**
|
|
1866
|
+
* <p>
|
|
1867
|
+
* Indicates the number of large timestamp gaps, if there are any.
|
|
1868
|
+
* </p>
|
|
1869
|
+
*/
|
|
1870
|
+
NumberOfLargeTimestampGaps?: number;
|
|
1871
|
+
/**
|
|
1872
|
+
* <p>
|
|
1873
|
+
* Indicates the size of the largest timestamp gap, in days.
|
|
1874
|
+
* </p>
|
|
1875
|
+
*/
|
|
1876
|
+
MaxTimestampGapInDays?: number;
|
|
1877
|
+
}
|
|
1878
|
+
export declare namespace LargeTimestampGaps {
|
|
1879
|
+
/**
|
|
1880
|
+
* @internal
|
|
1881
|
+
*/
|
|
1882
|
+
const filterSensitiveLog: (obj: LargeTimestampGaps) => any;
|
|
1883
|
+
}
|
|
1884
|
+
export declare enum Monotonicity {
|
|
1885
|
+
DECREASING = "DECREASING",
|
|
1886
|
+
INCREASING = "INCREASING",
|
|
1887
|
+
STATIC = "STATIC"
|
|
1888
|
+
}
|
|
1889
|
+
/**
|
|
1890
|
+
* <p>
|
|
1891
|
+
* Entity that comprises information on monotonic values in the data.
|
|
1892
|
+
* </p>
|
|
1893
|
+
*/
|
|
1894
|
+
export interface MonotonicValues {
|
|
1895
|
+
/**
|
|
1896
|
+
* <p>
|
|
1897
|
+
* Indicates whether there is a potential data issue related to having monotonic values.
|
|
1898
|
+
* </p>
|
|
1899
|
+
*/
|
|
1900
|
+
Status: StatisticalIssueStatus | string | undefined;
|
|
1901
|
+
/**
|
|
1902
|
+
* <p>
|
|
1903
|
+
* Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
|
|
1904
|
+
* </p>
|
|
1905
|
+
*/
|
|
1906
|
+
Monotonicity?: Monotonicity | string;
|
|
1907
|
+
}
|
|
1908
|
+
export declare namespace MonotonicValues {
|
|
1909
|
+
/**
|
|
1910
|
+
* @internal
|
|
1911
|
+
*/
|
|
1912
|
+
const filterSensitiveLog: (obj: MonotonicValues) => any;
|
|
1913
|
+
}
|
|
1914
|
+
/**
|
|
1915
|
+
* <p>
|
|
1916
|
+
* Entity that comprises information on operating modes in data.
|
|
1917
|
+
* </p>
|
|
1918
|
+
*/
|
|
1919
|
+
export interface MultipleOperatingModes {
|
|
1920
|
+
/**
|
|
1921
|
+
* <p>
|
|
1922
|
+
* Indicates whether there is a potential data issue related to having multiple operating modes.
|
|
1923
|
+
* </p>
|
|
1924
|
+
*/
|
|
1925
|
+
Status: StatisticalIssueStatus | string | undefined;
|
|
1926
|
+
}
|
|
1927
|
+
export declare namespace MultipleOperatingModes {
|
|
1928
|
+
/**
|
|
1929
|
+
* @internal
|
|
1930
|
+
*/
|
|
1931
|
+
const filterSensitiveLog: (obj: MultipleOperatingModes) => any;
|
|
1932
|
+
}
|
|
1933
|
+
/**
|
|
1934
|
+
* <p>
|
|
1935
|
+
*
|
|
1936
|
+
* Summary of ingestion statistics like whether data exists, number of missing values, number of invalid values and so on related to the particular sensor.
|
|
1937
|
+
*
|
|
1938
|
+
* </p>
|
|
1939
|
+
*/
|
|
1940
|
+
export interface SensorStatisticsSummary {
|
|
1941
|
+
/**
|
|
1942
|
+
* <p>
|
|
1943
|
+
*
|
|
1944
|
+
* Name of the component to which the particular sensor belongs for which the statistics belong to.
|
|
1945
|
+
*
|
|
1946
|
+
* </p>
|
|
1947
|
+
*/
|
|
1948
|
+
ComponentName?: string;
|
|
1949
|
+
/**
|
|
1950
|
+
* <p>
|
|
1951
|
+
*
|
|
1952
|
+
* Name of the sensor that the statistics belong to.
|
|
1953
|
+
*
|
|
1954
|
+
* </p>
|
|
1955
|
+
*/
|
|
1956
|
+
SensorName?: string;
|
|
1957
|
+
/**
|
|
1958
|
+
* <p>
|
|
1959
|
+
*
|
|
1960
|
+
* Parameter that indicates whether data exists for the sensor that the statistics belong to.
|
|
1961
|
+
*
|
|
1962
|
+
* </p>
|
|
1963
|
+
*/
|
|
1964
|
+
DataExists?: boolean;
|
|
1965
|
+
/**
|
|
1966
|
+
* <p>
|
|
1967
|
+
*
|
|
1968
|
+
* Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.
|
|
1969
|
+
*
|
|
1970
|
+
* </p>
|
|
1971
|
+
*/
|
|
1972
|
+
MissingValues?: CountPercent;
|
|
1973
|
+
/**
|
|
1974
|
+
* <p>
|
|
1975
|
+
*
|
|
1976
|
+
* Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.
|
|
1977
|
+
*
|
|
1978
|
+
* </p>
|
|
1979
|
+
*/
|
|
1980
|
+
InvalidValues?: CountPercent;
|
|
1981
|
+
/**
|
|
1982
|
+
* <p>
|
|
1983
|
+
*
|
|
1984
|
+
* Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.
|
|
1985
|
+
*
|
|
1986
|
+
* </p>
|
|
1987
|
+
*/
|
|
1988
|
+
InvalidDateEntries?: CountPercent;
|
|
1989
|
+
/**
|
|
1990
|
+
* <p>
|
|
1991
|
+
* Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.
|
|
1992
|
+
* </p>
|
|
1993
|
+
*/
|
|
1994
|
+
DuplicateTimestamps?: CountPercent;
|
|
1995
|
+
/**
|
|
1996
|
+
* <p>
|
|
1997
|
+
* Parameter that describes potential risk about whether data associated with the sensor is categorical.
|
|
1998
|
+
* </p>
|
|
1999
|
+
*/
|
|
2000
|
+
CategoricalValues?: CategoricalValues;
|
|
2001
|
+
/**
|
|
2002
|
+
* <p>
|
|
2003
|
+
* Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode.
|
|
2004
|
+
* </p>
|
|
2005
|
+
*/
|
|
2006
|
+
MultipleOperatingModes?: MultipleOperatingModes;
|
|
2007
|
+
/**
|
|
2008
|
+
* <p>
|
|
2009
|
+
* Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps.
|
|
2010
|
+
* </p>
|
|
2011
|
+
*/
|
|
2012
|
+
LargeTimestampGaps?: LargeTimestampGaps;
|
|
2013
|
+
/**
|
|
2014
|
+
* <p>
|
|
2015
|
+
* Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.
|
|
2016
|
+
* </p>
|
|
2017
|
+
*/
|
|
2018
|
+
MonotonicValues?: MonotonicValues;
|
|
2019
|
+
/**
|
|
2020
|
+
* <p>
|
|
2021
|
+
* Indicates the time reference to indicate the beginning of valid data associated with the sensor that the statistics belong to.
|
|
2022
|
+
* </p>
|
|
2023
|
+
*/
|
|
2024
|
+
DataStartTime?: Date;
|
|
2025
|
+
/**
|
|
2026
|
+
* <p>
|
|
2027
|
+
* Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics belong to.
|
|
2028
|
+
* </p>
|
|
2029
|
+
*/
|
|
2030
|
+
DataEndTime?: Date;
|
|
2031
|
+
}
|
|
2032
|
+
export declare namespace SensorStatisticsSummary {
|
|
2033
|
+
/**
|
|
2034
|
+
* @internal
|
|
2035
|
+
*/
|
|
2036
|
+
const filterSensitiveLog: (obj: SensorStatisticsSummary) => any;
|
|
2037
|
+
}
|
|
2038
|
+
export interface ListSensorStatisticsResponse {
|
|
2039
|
+
/**
|
|
2040
|
+
* <p>
|
|
2041
|
+
* Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate timestamps.
|
|
2042
|
+
* </p>
|
|
2043
|
+
*/
|
|
2044
|
+
SensorStatisticsSummaries?: SensorStatisticsSummary[];
|
|
2045
|
+
/**
|
|
2046
|
+
* <p>
|
|
2047
|
+
* An opaque pagination token indicating where to continue the listing of sensor statistics.
|
|
2048
|
+
* </p>
|
|
2049
|
+
*/
|
|
2050
|
+
NextToken?: string;
|
|
2051
|
+
}
|
|
2052
|
+
export declare namespace ListSensorStatisticsResponse {
|
|
2053
|
+
/**
|
|
2054
|
+
* @internal
|
|
2055
|
+
*/
|
|
2056
|
+
const filterSensitiveLog: (obj: ListSensorStatisticsResponse) => any;
|
|
2057
|
+
}
|
|
1429
2058
|
export interface ListTagsForResourceRequest {
|
|
1430
2059
|
/**
|
|
1431
2060
|
* <p>The Amazon Resource Name (ARN) of the resource (such as the dataset or model) that is
|