@aws-sdk/client-timestream-write
Advanced tools
Comparing version 3.687.0 to 3.691.0
@@ -36,3 +36,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
*/ | ||
RecordsProcessed?: number; | ||
RecordsProcessed?: number | undefined; | ||
/** | ||
@@ -42,3 +42,3 @@ * <p></p> | ||
*/ | ||
RecordsIngested?: number; | ||
RecordsIngested?: number | undefined; | ||
/** | ||
@@ -48,3 +48,3 @@ * <p></p> | ||
*/ | ||
ParseFailures?: number; | ||
ParseFailures?: number | undefined; | ||
/** | ||
@@ -54,3 +54,3 @@ * <p></p> | ||
*/ | ||
RecordIngestionFailures?: number; | ||
RecordIngestionFailures?: number | undefined; | ||
/** | ||
@@ -60,3 +60,3 @@ * <p></p> | ||
*/ | ||
FileFailures?: number; | ||
FileFailures?: number | undefined; | ||
/** | ||
@@ -66,3 +66,3 @@ * <p></p> | ||
*/ | ||
BytesMetered?: number; | ||
BytesMetered?: number | undefined; | ||
} | ||
@@ -94,3 +94,3 @@ /** | ||
*/ | ||
TaskId?: string; | ||
TaskId?: string | undefined; | ||
/** | ||
@@ -100,3 +100,3 @@ * <p>Status of the batch load task.</p> | ||
*/ | ||
TaskStatus?: BatchLoadStatus; | ||
TaskStatus?: BatchLoadStatus | undefined; | ||
/** | ||
@@ -106,3 +106,3 @@ * <p>Database name for the database into which a batch load task loads data.</p> | ||
*/ | ||
DatabaseName?: string; | ||
DatabaseName?: string | undefined; | ||
/** | ||
@@ -112,3 +112,3 @@ * <p>Table name for the table into which a batch load task loads data.</p> | ||
*/ | ||
TableName?: string; | ||
TableName?: string | undefined; | ||
/** | ||
@@ -118,3 +118,3 @@ * <p>The time when the Timestream batch load task was created.</p> | ||
*/ | ||
CreationTime?: Date; | ||
CreationTime?: Date | undefined; | ||
/** | ||
@@ -124,3 +124,3 @@ * <p>The time when the Timestream batch load task was last updated.</p> | ||
*/ | ||
LastUpdatedTime?: Date; | ||
LastUpdatedTime?: Date | undefined; | ||
/** | ||
@@ -131,3 +131,3 @@ * <p> | ||
*/ | ||
ResumableUntil?: Date; | ||
ResumableUntil?: Date | undefined; | ||
} | ||
@@ -143,3 +143,3 @@ /** | ||
*/ | ||
SourceColumn?: string; | ||
SourceColumn?: string | undefined; | ||
/** | ||
@@ -150,3 +150,3 @@ * <p> | ||
*/ | ||
DestinationColumn?: string; | ||
DestinationColumn?: string | undefined; | ||
} | ||
@@ -198,3 +198,3 @@ /** | ||
*/ | ||
TargetMultiMeasureAttributeName?: string; | ||
TargetMultiMeasureAttributeName?: string | undefined; | ||
/** | ||
@@ -204,3 +204,3 @@ * <p></p> | ||
*/ | ||
MeasureValueType?: ScalarMeasureValueType; | ||
MeasureValueType?: ScalarMeasureValueType | undefined; | ||
} | ||
@@ -216,3 +216,3 @@ /** | ||
*/ | ||
MeasureName?: string; | ||
MeasureName?: string | undefined; | ||
/** | ||
@@ -222,3 +222,3 @@ * <p></p> | ||
*/ | ||
SourceColumn?: string; | ||
SourceColumn?: string | undefined; | ||
/** | ||
@@ -228,3 +228,3 @@ * <p></p> | ||
*/ | ||
TargetMeasureName?: string; | ||
TargetMeasureName?: string | undefined; | ||
/** | ||
@@ -239,3 +239,3 @@ * <p></p> | ||
*/ | ||
MultiMeasureAttributeMappings?: MultiMeasureAttributeMapping[]; | ||
MultiMeasureAttributeMappings?: MultiMeasureAttributeMapping[] | undefined; | ||
} | ||
@@ -251,3 +251,3 @@ /** | ||
*/ | ||
TargetMultiMeasureName?: string; | ||
TargetMultiMeasureName?: string | undefined; | ||
/** | ||
@@ -282,3 +282,3 @@ * <p></p> | ||
*/ | ||
TimeColumn?: string; | ||
TimeColumn?: string | undefined; | ||
/** | ||
@@ -290,3 +290,3 @@ * <p> The granularity of the timestamp unit. It indicates if the time value is in seconds, | ||
*/ | ||
TimeUnit?: TimeUnit; | ||
TimeUnit?: TimeUnit | undefined; | ||
/** | ||
@@ -301,3 +301,3 @@ * <p>Source to target mappings for dimensions.</p> | ||
*/ | ||
MultiMeasureMappings?: MultiMeasureMappings; | ||
MultiMeasureMappings?: MultiMeasureMappings | undefined; | ||
/** | ||
@@ -307,3 +307,3 @@ * <p>Source to target mappings for measures.</p> | ||
*/ | ||
MixedMeasureMappings?: MixedMeasureMapping[]; | ||
MixedMeasureMappings?: MixedMeasureMapping[] | undefined; | ||
/** | ||
@@ -313,3 +313,3 @@ * <p></p> | ||
*/ | ||
MeasureNameColumn?: string; | ||
MeasureNameColumn?: string | undefined; | ||
} | ||
@@ -325,3 +325,3 @@ /** | ||
*/ | ||
BucketName?: string; | ||
BucketName?: string | undefined; | ||
/** | ||
@@ -331,3 +331,3 @@ * <p></p> | ||
*/ | ||
ObjectKey?: string; | ||
ObjectKey?: string | undefined; | ||
} | ||
@@ -343,3 +343,3 @@ /** | ||
*/ | ||
DataModel?: DataModel; | ||
DataModel?: DataModel | undefined; | ||
/** | ||
@@ -349,3 +349,3 @@ * <p></p> | ||
*/ | ||
DataModelS3Configuration?: DataModelS3Configuration; | ||
DataModelS3Configuration?: DataModelS3Configuration | undefined; | ||
} | ||
@@ -363,3 +363,3 @@ /** | ||
*/ | ||
ColumnSeparator?: string; | ||
ColumnSeparator?: string | undefined; | ||
/** | ||
@@ -369,3 +369,3 @@ * <p>Escape character can be one of </p> | ||
*/ | ||
EscapeChar?: string; | ||
EscapeChar?: string | undefined; | ||
/** | ||
@@ -375,3 +375,3 @@ * <p>Can be single quote (') or double quote (").</p> | ||
*/ | ||
QuoteChar?: string; | ||
QuoteChar?: string | undefined; | ||
/** | ||
@@ -381,3 +381,3 @@ * <p>Can be blank space (' ').</p> | ||
*/ | ||
NullValue?: string; | ||
NullValue?: string | undefined; | ||
/** | ||
@@ -387,3 +387,3 @@ * <p>Specifies to trim leading and trailing white space.</p> | ||
*/ | ||
TrimWhiteSpace?: boolean; | ||
TrimWhiteSpace?: boolean | undefined; | ||
} | ||
@@ -406,3 +406,3 @@ /** | ||
*/ | ||
ObjectKeyPrefix?: string; | ||
ObjectKeyPrefix?: string | undefined; | ||
} | ||
@@ -424,3 +424,3 @@ /** | ||
*/ | ||
CsvConfiguration?: CsvConfiguration; | ||
CsvConfiguration?: CsvConfiguration | undefined; | ||
/** | ||
@@ -458,3 +458,3 @@ * <p>This is currently CSV.</p> | ||
*/ | ||
ObjectKeyPrefix?: string; | ||
ObjectKeyPrefix?: string | undefined; | ||
/** | ||
@@ -464,3 +464,3 @@ * <p></p> | ||
*/ | ||
EncryptionOption?: S3EncryptionOption; | ||
EncryptionOption?: S3EncryptionOption | undefined; | ||
/** | ||
@@ -470,3 +470,3 @@ * <p></p> | ||
*/ | ||
KmsKeyId?: string; | ||
KmsKeyId?: string | undefined; | ||
} | ||
@@ -484,3 +484,3 @@ /** | ||
*/ | ||
ReportS3Configuration?: ReportS3Configuration; | ||
ReportS3Configuration?: ReportS3Configuration | undefined; | ||
} | ||
@@ -496,3 +496,3 @@ /** | ||
*/ | ||
TaskId?: string; | ||
TaskId?: string | undefined; | ||
/** | ||
@@ -502,3 +502,3 @@ * <p></p> | ||
*/ | ||
ErrorMessage?: string; | ||
ErrorMessage?: string | undefined; | ||
/** | ||
@@ -508,3 +508,3 @@ * <p>Configuration details about the data source for a batch load task.</p> | ||
*/ | ||
DataSourceConfiguration?: DataSourceConfiguration; | ||
DataSourceConfiguration?: DataSourceConfiguration | undefined; | ||
/** | ||
@@ -514,3 +514,3 @@ * <p></p> | ||
*/ | ||
ProgressReport?: BatchLoadProgressReport; | ||
ProgressReport?: BatchLoadProgressReport | undefined; | ||
/** | ||
@@ -521,3 +521,3 @@ * <p>Report configuration for a batch load task. This contains details about where error | ||
*/ | ||
ReportConfiguration?: ReportConfiguration; | ||
ReportConfiguration?: ReportConfiguration | undefined; | ||
/** | ||
@@ -528,3 +528,3 @@ * <p>Data model configuration for a batch load task. This contains details about where a data | ||
*/ | ||
DataModelConfiguration?: DataModelConfiguration; | ||
DataModelConfiguration?: DataModelConfiguration | undefined; | ||
/** | ||
@@ -534,3 +534,3 @@ * <p></p> | ||
*/ | ||
TargetDatabaseName?: string; | ||
TargetDatabaseName?: string | undefined; | ||
/** | ||
@@ -540,3 +540,3 @@ * <p></p> | ||
*/ | ||
TargetTableName?: string; | ||
TargetTableName?: string | undefined; | ||
/** | ||
@@ -546,3 +546,3 @@ * <p>Status of the batch load task.</p> | ||
*/ | ||
TaskStatus?: BatchLoadStatus; | ||
TaskStatus?: BatchLoadStatus | undefined; | ||
/** | ||
@@ -552,3 +552,3 @@ * <p></p> | ||
*/ | ||
RecordVersion?: number; | ||
RecordVersion?: number | undefined; | ||
/** | ||
@@ -558,3 +558,3 @@ * <p>The time when the Timestream batch load task was created.</p> | ||
*/ | ||
CreationTime?: Date; | ||
CreationTime?: Date | undefined; | ||
/** | ||
@@ -564,3 +564,3 @@ * <p>The time when the Timestream batch load task was last updated.</p> | ||
*/ | ||
LastUpdatedTime?: Date; | ||
LastUpdatedTime?: Date | undefined; | ||
/** | ||
@@ -571,3 +571,3 @@ * <p> | ||
*/ | ||
ResumableUntil?: Date; | ||
ResumableUntil?: Date | undefined; | ||
} | ||
@@ -596,3 +596,3 @@ /** | ||
*/ | ||
ClientToken?: string; | ||
ClientToken?: string | undefined; | ||
/** | ||
@@ -602,3 +602,3 @@ * <p></p> | ||
*/ | ||
DataModelConfiguration?: DataModelConfiguration; | ||
DataModelConfiguration?: DataModelConfiguration | undefined; | ||
/** | ||
@@ -629,3 +629,3 @@ * <p>Defines configuration details about the data source for a batch load task.</p> | ||
*/ | ||
RecordVersion?: number; | ||
RecordVersion?: number | undefined; | ||
} | ||
@@ -664,3 +664,3 @@ /** | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
/** | ||
@@ -679,3 +679,3 @@ * @internal | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
/** | ||
@@ -693,3 +693,3 @@ * @internal | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
/** | ||
@@ -759,3 +759,3 @@ * @internal | ||
*/ | ||
KmsKeyId?: string; | ||
KmsKeyId?: string | undefined; | ||
/** | ||
@@ -765,3 +765,3 @@ * <p> A list of key-value pairs to label the table. </p> | ||
*/ | ||
Tags?: Tag[]; | ||
Tags?: Tag[] | undefined; | ||
} | ||
@@ -779,3 +779,3 @@ /** | ||
*/ | ||
Arn?: string; | ||
Arn?: string | undefined; | ||
/** | ||
@@ -785,3 +785,3 @@ * <p>The name of the Timestream database.</p> | ||
*/ | ||
DatabaseName?: string; | ||
DatabaseName?: string | undefined; | ||
/** | ||
@@ -791,3 +791,3 @@ * <p>The total number of tables found within a Timestream database. </p> | ||
*/ | ||
TableCount?: number; | ||
TableCount?: number | undefined; | ||
/** | ||
@@ -798,3 +798,3 @@ * <p>The identifier of the KMS key used to encrypt the data stored in the | ||
*/ | ||
KmsKeyId?: string; | ||
KmsKeyId?: string | undefined; | ||
/** | ||
@@ -804,3 +804,3 @@ * <p>The time when the database was created, calculated from the Unix epoch time.</p> | ||
*/ | ||
CreationTime?: Date; | ||
CreationTime?: Date | undefined; | ||
/** | ||
@@ -810,3 +810,3 @@ * <p> The last time that this database was updated. </p> | ||
*/ | ||
LastUpdatedTime?: Date; | ||
LastUpdatedTime?: Date | undefined; | ||
} | ||
@@ -821,3 +821,3 @@ /** | ||
*/ | ||
Database?: Database; | ||
Database?: Database | undefined; | ||
} | ||
@@ -833,3 +833,3 @@ /** | ||
*/ | ||
BucketName?: string; | ||
BucketName?: string | undefined; | ||
/** | ||
@@ -839,3 +839,3 @@ * <p>The object key preview for the customer S3 location.</p> | ||
*/ | ||
ObjectKeyPrefix?: string; | ||
ObjectKeyPrefix?: string | undefined; | ||
/** | ||
@@ -846,3 +846,3 @@ * <p>The encryption option for the customer S3 location. Options are S3 server-side | ||
*/ | ||
EncryptionOption?: S3EncryptionOption; | ||
EncryptionOption?: S3EncryptionOption | undefined; | ||
/** | ||
@@ -853,3 +853,3 @@ * <p>The KMS key ID for the customer S3 location when encrypting with an | ||
*/ | ||
KmsKeyId?: string; | ||
KmsKeyId?: string | undefined; | ||
} | ||
@@ -867,3 +867,3 @@ /** | ||
*/ | ||
S3Configuration?: S3Configuration; | ||
S3Configuration?: S3Configuration | undefined; | ||
} | ||
@@ -885,3 +885,3 @@ /** | ||
*/ | ||
MagneticStoreRejectedDataLocation?: MagneticStoreRejectedDataLocation; | ||
MagneticStoreRejectedDataLocation?: MagneticStoreRejectedDataLocation | undefined; | ||
} | ||
@@ -947,3 +947,3 @@ /** | ||
*/ | ||
Name?: string; | ||
Name?: string | undefined; | ||
/** | ||
@@ -955,3 +955,3 @@ * <p> The level of enforcement for the specification of a dimension key in ingested records. | ||
*/ | ||
EnforcementInRecord?: PartitionKeyEnforcementLevel; | ||
EnforcementInRecord?: PartitionKeyEnforcementLevel | undefined; | ||
} | ||
@@ -970,3 +970,3 @@ /** | ||
*/ | ||
CompositePartitionKey?: PartitionKey[]; | ||
CompositePartitionKey?: PartitionKey[] | undefined; | ||
} | ||
@@ -992,3 +992,3 @@ /** | ||
*/ | ||
RetentionProperties?: RetentionProperties; | ||
RetentionProperties?: RetentionProperties | undefined; | ||
/** | ||
@@ -998,3 +998,3 @@ * <p> A list of key-value pairs to label the table. </p> | ||
*/ | ||
Tags?: Tag[]; | ||
Tags?: Tag[] | undefined; | ||
/** | ||
@@ -1004,3 +1004,3 @@ * <p>Contains properties to set on the table when enabling magnetic store writes.</p> | ||
*/ | ||
MagneticStoreWriteProperties?: MagneticStoreWriteProperties; | ||
MagneticStoreWriteProperties?: MagneticStoreWriteProperties | undefined; | ||
/** | ||
@@ -1010,3 +1010,3 @@ * <p> The schema of the table. </p> | ||
*/ | ||
Schema?: Schema; | ||
Schema?: Schema | undefined; | ||
} | ||
@@ -1037,3 +1037,3 @@ /** | ||
*/ | ||
Arn?: string; | ||
Arn?: string | undefined; | ||
/** | ||
@@ -1043,3 +1043,3 @@ * <p>The name of the Timestream table.</p> | ||
*/ | ||
TableName?: string; | ||
TableName?: string | undefined; | ||
/** | ||
@@ -1049,3 +1049,3 @@ * <p>The name of the Timestream database that contains this table.</p> | ||
*/ | ||
DatabaseName?: string; | ||
DatabaseName?: string | undefined; | ||
/** | ||
@@ -1065,3 +1065,3 @@ * <p>The current state of the table:</p> | ||
*/ | ||
TableStatus?: TableStatus; | ||
TableStatus?: TableStatus | undefined; | ||
/** | ||
@@ -1071,3 +1071,3 @@ * <p>The retention duration for the memory store and magnetic store.</p> | ||
*/ | ||
RetentionProperties?: RetentionProperties; | ||
RetentionProperties?: RetentionProperties | undefined; | ||
/** | ||
@@ -1077,3 +1077,3 @@ * <p>The time when the Timestream table was created. </p> | ||
*/ | ||
CreationTime?: Date; | ||
CreationTime?: Date | undefined; | ||
/** | ||
@@ -1083,3 +1083,3 @@ * <p>The time when the Timestream table was last updated.</p> | ||
*/ | ||
LastUpdatedTime?: Date; | ||
LastUpdatedTime?: Date | undefined; | ||
/** | ||
@@ -1089,3 +1089,3 @@ * <p>Contains properties to set on the table when enabling magnetic store writes.</p> | ||
*/ | ||
MagneticStoreWriteProperties?: MagneticStoreWriteProperties; | ||
MagneticStoreWriteProperties?: MagneticStoreWriteProperties | undefined; | ||
/** | ||
@@ -1095,3 +1095,3 @@ * <p> The schema of the table. </p> | ||
*/ | ||
Schema?: Schema; | ||
Schema?: Schema | undefined; | ||
} | ||
@@ -1106,3 +1106,3 @@ /** | ||
*/ | ||
Table?: Table; | ||
Table?: Table | undefined; | ||
} | ||
@@ -1172,3 +1172,3 @@ /** | ||
*/ | ||
Database?: Database; | ||
Database?: Database | undefined; | ||
} | ||
@@ -1231,3 +1231,3 @@ /** | ||
*/ | ||
Table?: Table; | ||
Table?: Table | undefined; | ||
} | ||
@@ -1270,3 +1270,3 @@ /** | ||
*/ | ||
DimensionValueType?: DimensionValueType; | ||
DimensionValueType?: DimensionValueType | undefined; | ||
} | ||
@@ -1282,3 +1282,3 @@ /** | ||
*/ | ||
NextToken?: string; | ||
NextToken?: string | undefined; | ||
/** | ||
@@ -1291,3 +1291,3 @@ * <p>The total number of items to return in the output. If the total number of items | ||
*/ | ||
MaxResults?: number; | ||
MaxResults?: number | undefined; | ||
/** | ||
@@ -1297,3 +1297,3 @@ * <p>Status of the batch load task.</p> | ||
*/ | ||
TaskStatus?: BatchLoadStatus; | ||
TaskStatus?: BatchLoadStatus | undefined; | ||
} | ||
@@ -1309,3 +1309,3 @@ /** | ||
*/ | ||
NextToken?: string; | ||
NextToken?: string | undefined; | ||
/** | ||
@@ -1315,3 +1315,3 @@ * <p>A list of batch load task details.</p> | ||
*/ | ||
BatchLoadTasks?: BatchLoadTask[]; | ||
BatchLoadTasks?: BatchLoadTask[] | undefined; | ||
} | ||
@@ -1327,3 +1327,3 @@ /** | ||
*/ | ||
NextToken?: string; | ||
NextToken?: string | undefined; | ||
/** | ||
@@ -1336,3 +1336,3 @@ * <p>The total number of items to return in the output. If the total number of items | ||
*/ | ||
MaxResults?: number; | ||
MaxResults?: number | undefined; | ||
} | ||
@@ -1347,3 +1347,3 @@ /** | ||
*/ | ||
Databases?: Database[]; | ||
Databases?: Database[] | undefined; | ||
/** | ||
@@ -1353,3 +1353,3 @@ * <p>The pagination token. This parameter is returned when the response is truncated.</p> | ||
*/ | ||
NextToken?: string; | ||
NextToken?: string | undefined; | ||
} | ||
@@ -1364,3 +1364,3 @@ /** | ||
*/ | ||
DatabaseName?: string; | ||
DatabaseName?: string | undefined; | ||
/** | ||
@@ -1371,3 +1371,3 @@ * <p>The pagination token. To resume pagination, provide the NextToken value as argument of a | ||
*/ | ||
NextToken?: string; | ||
NextToken?: string | undefined; | ||
/** | ||
@@ -1380,3 +1380,3 @@ * <p>The total number of items to return in the output. If the total number of items | ||
*/ | ||
MaxResults?: number; | ||
MaxResults?: number | undefined; | ||
} | ||
@@ -1391,3 +1391,3 @@ /** | ||
*/ | ||
Tables?: Table[]; | ||
Tables?: Table[] | undefined; | ||
/** | ||
@@ -1398,3 +1398,3 @@ * <p>A token to specify where to start paginating. This is the NextToken from a previously | ||
*/ | ||
NextToken?: string; | ||
NextToken?: string | undefined; | ||
} | ||
@@ -1420,3 +1420,3 @@ /** | ||
*/ | ||
Tags?: Tag[]; | ||
Tags?: Tag[] | undefined; | ||
} | ||
@@ -1473,3 +1473,3 @@ /** | ||
*/ | ||
Dimensions?: Dimension[]; | ||
Dimensions?: Dimension[] | undefined; | ||
/** | ||
@@ -1480,3 +1480,3 @@ * <p>Measure represents the data attribute of the time series. For example, the CPU | ||
*/ | ||
MeasureName?: string; | ||
MeasureName?: string | undefined; | ||
/** | ||
@@ -1486,3 +1486,3 @@ * <p> Contains the measure value for the time-series data point. </p> | ||
*/ | ||
MeasureValue?: string; | ||
MeasureValue?: string | undefined; | ||
/** | ||
@@ -1494,3 +1494,3 @@ * <p> Contains the data type of the measure value for the time-series data point. Default | ||
*/ | ||
MeasureValueType?: MeasureValueType; | ||
MeasureValueType?: MeasureValueType | undefined; | ||
/** | ||
@@ -1503,3 +1503,3 @@ * <p> Contains the time at which the measure value for the data point was collected. The time | ||
*/ | ||
Time?: string; | ||
Time?: string | undefined; | ||
/** | ||
@@ -1511,3 +1511,3 @@ * <p> The granularity of the timestamp unit. It indicates if the time value is in seconds, | ||
*/ | ||
TimeUnit?: TimeUnit; | ||
TimeUnit?: TimeUnit | undefined; | ||
/** | ||
@@ -1525,3 +1525,3 @@ * <p>64-bit attribute used for record updates. Write requests for duplicate data with a | ||
*/ | ||
Version?: number; | ||
Version?: number | undefined; | ||
/** | ||
@@ -1533,3 +1533,3 @@ * <p> Contains the list of MeasureValue for time-series data points. </p> | ||
*/ | ||
MeasureValues?: MeasureValue[]; | ||
MeasureValues?: MeasureValue[] | undefined; | ||
} | ||
@@ -1545,3 +1545,3 @@ /** | ||
*/ | ||
Total?: number; | ||
Total?: number | undefined; | ||
/** | ||
@@ -1551,3 +1551,3 @@ * <p>Count of records ingested into the memory store.</p> | ||
*/ | ||
MemoryStore?: number; | ||
MemoryStore?: number | undefined; | ||
/** | ||
@@ -1557,3 +1557,3 @@ * <p>Count of records ingested into the magnetic store.</p> | ||
*/ | ||
MagneticStore?: number; | ||
MagneticStore?: number | undefined; | ||
} | ||
@@ -1572,3 +1572,3 @@ /** | ||
*/ | ||
RecordIndex?: number; | ||
RecordIndex?: number | undefined; | ||
/** | ||
@@ -1618,3 +1618,3 @@ * <p> The reason why a record was not successfully inserted into Timestream. | ||
*/ | ||
Reason?: string; | ||
Reason?: string | undefined; | ||
/** | ||
@@ -1625,3 +1625,3 @@ * <p>The existing version of the record. This value is populated in scenarios where an | ||
*/ | ||
ExistingVersion?: number; | ||
ExistingVersion?: number | undefined; | ||
} | ||
@@ -1664,3 +1664,3 @@ /** | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
/** | ||
@@ -1671,3 +1671,3 @@ * <p> | ||
*/ | ||
RejectedRecords?: RejectedRecord[]; | ||
RejectedRecords?: RejectedRecord[] | undefined; | ||
/** | ||
@@ -1785,3 +1785,3 @@ * @internal | ||
*/ | ||
Database?: Database; | ||
Database?: Database | undefined; | ||
} | ||
@@ -1806,3 +1806,3 @@ /** | ||
*/ | ||
RetentionProperties?: RetentionProperties; | ||
RetentionProperties?: RetentionProperties | undefined; | ||
/** | ||
@@ -1812,3 +1812,3 @@ * <p>Contains properties to set on the table when enabling magnetic store writes.</p> | ||
*/ | ||
MagneticStoreWriteProperties?: MagneticStoreWriteProperties; | ||
MagneticStoreWriteProperties?: MagneticStoreWriteProperties | undefined; | ||
/** | ||
@@ -1818,3 +1818,3 @@ * <p> The schema of the table. </p> | ||
*/ | ||
Schema?: Schema; | ||
Schema?: Schema | undefined; | ||
} | ||
@@ -1829,3 +1829,3 @@ /** | ||
*/ | ||
Table?: Table; | ||
Table?: Table | undefined; | ||
} | ||
@@ -1855,3 +1855,3 @@ /** | ||
*/ | ||
CommonAttributes?: _Record; | ||
CommonAttributes?: _Record | undefined; | ||
/** | ||
@@ -1872,3 +1872,3 @@ * <p>An array of records that contain the unique measure, dimension, time, and version | ||
*/ | ||
RecordsIngested?: RecordsIngested; | ||
RecordsIngested?: RecordsIngested | undefined; | ||
} | ||
@@ -1875,0 +1875,0 @@ /** |
@@ -17,8 +17,8 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
export interface BatchLoadProgressReport { | ||
RecordsProcessed?: number; | ||
RecordsIngested?: number; | ||
ParseFailures?: number; | ||
RecordIngestionFailures?: number; | ||
FileFailures?: number; | ||
BytesMetered?: number; | ||
RecordsProcessed?: number | undefined; | ||
RecordsIngested?: number | undefined; | ||
ParseFailures?: number | undefined; | ||
RecordIngestionFailures?: number | undefined; | ||
FileFailures?: number | undefined; | ||
BytesMetered?: number | undefined; | ||
} | ||
@@ -36,13 +36,13 @@ export declare const BatchLoadStatus: { | ||
export interface BatchLoadTask { | ||
TaskId?: string; | ||
TaskStatus?: BatchLoadStatus; | ||
DatabaseName?: string; | ||
TableName?: string; | ||
CreationTime?: Date; | ||
LastUpdatedTime?: Date; | ||
ResumableUntil?: Date; | ||
TaskId?: string | undefined; | ||
TaskStatus?: BatchLoadStatus | undefined; | ||
DatabaseName?: string | undefined; | ||
TableName?: string | undefined; | ||
CreationTime?: Date | undefined; | ||
LastUpdatedTime?: Date | undefined; | ||
ResumableUntil?: Date | undefined; | ||
} | ||
export interface DimensionMapping { | ||
SourceColumn?: string; | ||
DestinationColumn?: string; | ||
SourceColumn?: string | undefined; | ||
DestinationColumn?: string | undefined; | ||
} | ||
@@ -70,14 +70,14 @@ export declare const MeasureValueType: { | ||
SourceColumn: string | undefined; | ||
TargetMultiMeasureAttributeName?: string; | ||
MeasureValueType?: ScalarMeasureValueType; | ||
TargetMultiMeasureAttributeName?: string | undefined; | ||
MeasureValueType?: ScalarMeasureValueType | undefined; | ||
} | ||
export interface MixedMeasureMapping { | ||
MeasureName?: string; | ||
SourceColumn?: string; | ||
TargetMeasureName?: string; | ||
MeasureName?: string | undefined; | ||
SourceColumn?: string | undefined; | ||
TargetMeasureName?: string | undefined; | ||
MeasureValueType: MeasureValueType | undefined; | ||
MultiMeasureAttributeMappings?: MultiMeasureAttributeMapping[]; | ||
MultiMeasureAttributeMappings?: MultiMeasureAttributeMapping[] | undefined; | ||
} | ||
export interface MultiMeasureMappings { | ||
TargetMultiMeasureName?: string; | ||
TargetMultiMeasureName?: string | undefined; | ||
MultiMeasureAttributeMappings: MultiMeasureAttributeMapping[] | undefined; | ||
@@ -93,31 +93,31 @@ } | ||
export interface DataModel { | ||
TimeColumn?: string; | ||
TimeUnit?: TimeUnit; | ||
TimeColumn?: string | undefined; | ||
TimeUnit?: TimeUnit | undefined; | ||
DimensionMappings: DimensionMapping[] | undefined; | ||
MultiMeasureMappings?: MultiMeasureMappings; | ||
MixedMeasureMappings?: MixedMeasureMapping[]; | ||
MeasureNameColumn?: string; | ||
MultiMeasureMappings?: MultiMeasureMappings | undefined; | ||
MixedMeasureMappings?: MixedMeasureMapping[] | undefined; | ||
MeasureNameColumn?: string | undefined; | ||
} | ||
export interface DataModelS3Configuration { | ||
BucketName?: string; | ||
ObjectKey?: string; | ||
BucketName?: string | undefined; | ||
ObjectKey?: string | undefined; | ||
} | ||
export interface DataModelConfiguration { | ||
DataModel?: DataModel; | ||
DataModelS3Configuration?: DataModelS3Configuration; | ||
DataModel?: DataModel | undefined; | ||
DataModelS3Configuration?: DataModelS3Configuration | undefined; | ||
} | ||
export interface CsvConfiguration { | ||
ColumnSeparator?: string; | ||
EscapeChar?: string; | ||
QuoteChar?: string; | ||
NullValue?: string; | ||
TrimWhiteSpace?: boolean; | ||
ColumnSeparator?: string | undefined; | ||
EscapeChar?: string | undefined; | ||
QuoteChar?: string | undefined; | ||
NullValue?: string | undefined; | ||
TrimWhiteSpace?: boolean | undefined; | ||
} | ||
export interface DataSourceS3Configuration { | ||
BucketName: string | undefined; | ||
ObjectKeyPrefix?: string; | ||
ObjectKeyPrefix?: string | undefined; | ||
} | ||
export interface DataSourceConfiguration { | ||
DataSourceS3Configuration: DataSourceS3Configuration | undefined; | ||
CsvConfiguration?: CsvConfiguration; | ||
CsvConfiguration?: CsvConfiguration | undefined; | ||
DataFormat: BatchLoadDataFormat | undefined; | ||
@@ -133,23 +133,23 @@ } | ||
BucketName: string | undefined; | ||
ObjectKeyPrefix?: string; | ||
EncryptionOption?: S3EncryptionOption; | ||
KmsKeyId?: string; | ||
ObjectKeyPrefix?: string | undefined; | ||
EncryptionOption?: S3EncryptionOption | undefined; | ||
KmsKeyId?: string | undefined; | ||
} | ||
export interface ReportConfiguration { | ||
ReportS3Configuration?: ReportS3Configuration; | ||
ReportS3Configuration?: ReportS3Configuration | undefined; | ||
} | ||
export interface BatchLoadTaskDescription { | ||
TaskId?: string; | ||
ErrorMessage?: string; | ||
DataSourceConfiguration?: DataSourceConfiguration; | ||
ProgressReport?: BatchLoadProgressReport; | ||
ReportConfiguration?: ReportConfiguration; | ||
DataModelConfiguration?: DataModelConfiguration; | ||
TargetDatabaseName?: string; | ||
TargetTableName?: string; | ||
TaskStatus?: BatchLoadStatus; | ||
RecordVersion?: number; | ||
CreationTime?: Date; | ||
LastUpdatedTime?: Date; | ||
ResumableUntil?: Date; | ||
TaskId?: string | undefined; | ||
ErrorMessage?: string | undefined; | ||
DataSourceConfiguration?: DataSourceConfiguration | undefined; | ||
ProgressReport?: BatchLoadProgressReport | undefined; | ||
ReportConfiguration?: ReportConfiguration | undefined; | ||
DataModelConfiguration?: DataModelConfiguration | undefined; | ||
TargetDatabaseName?: string | undefined; | ||
TargetTableName?: string | undefined; | ||
TaskStatus?: BatchLoadStatus | undefined; | ||
RecordVersion?: number | undefined; | ||
CreationTime?: Date | undefined; | ||
LastUpdatedTime?: Date | undefined; | ||
ResumableUntil?: Date | undefined; | ||
} | ||
@@ -163,4 +163,4 @@ export declare class ConflictException extends __BaseException { | ||
export interface CreateBatchLoadTaskRequest { | ||
ClientToken?: string; | ||
DataModelConfiguration?: DataModelConfiguration; | ||
ClientToken?: string | undefined; | ||
DataModelConfiguration?: DataModelConfiguration | undefined; | ||
DataSourceConfiguration: DataSourceConfiguration | undefined; | ||
@@ -170,3 +170,3 @@ ReportConfiguration: ReportConfiguration | undefined; | ||
TargetTableName: string | undefined; | ||
RecordVersion?: number; | ||
RecordVersion?: number | undefined; | ||
} | ||
@@ -187,3 +187,3 @@ export interface CreateBatchLoadTaskResponse { | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -196,3 +196,3 @@ opts: __ExceptionOptionType<InvalidEndpointException, __BaseException> | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -205,3 +205,3 @@ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException> | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -233,28 +233,30 @@ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException> | ||
DatabaseName: string | undefined; | ||
KmsKeyId?: string; | ||
Tags?: Tag[]; | ||
KmsKeyId?: string | undefined; | ||
Tags?: Tag[] | undefined; | ||
} | ||
export interface Database { | ||
Arn?: string; | ||
DatabaseName?: string; | ||
TableCount?: number; | ||
KmsKeyId?: string; | ||
CreationTime?: Date; | ||
LastUpdatedTime?: Date; | ||
Arn?: string | undefined; | ||
DatabaseName?: string | undefined; | ||
TableCount?: number | undefined; | ||
KmsKeyId?: string | undefined; | ||
CreationTime?: Date | undefined; | ||
LastUpdatedTime?: Date | undefined; | ||
} | ||
export interface CreateDatabaseResponse { | ||
Database?: Database; | ||
Database?: Database | undefined; | ||
} | ||
export interface S3Configuration { | ||
BucketName?: string; | ||
ObjectKeyPrefix?: string; | ||
EncryptionOption?: S3EncryptionOption; | ||
KmsKeyId?: string; | ||
BucketName?: string | undefined; | ||
ObjectKeyPrefix?: string | undefined; | ||
EncryptionOption?: S3EncryptionOption | undefined; | ||
KmsKeyId?: string | undefined; | ||
} | ||
export interface MagneticStoreRejectedDataLocation { | ||
S3Configuration?: S3Configuration; | ||
S3Configuration?: S3Configuration | undefined; | ||
} | ||
export interface MagneticStoreWriteProperties { | ||
EnableMagneticStoreWrites: boolean | undefined; | ||
MagneticStoreRejectedDataLocation?: MagneticStoreRejectedDataLocation; | ||
MagneticStoreRejectedDataLocation?: | ||
| MagneticStoreRejectedDataLocation | ||
| undefined; | ||
} | ||
@@ -279,7 +281,7 @@ export interface RetentionProperties { | ||
Type: PartitionKeyType | undefined; | ||
Name?: string; | ||
EnforcementInRecord?: PartitionKeyEnforcementLevel; | ||
Name?: string | undefined; | ||
EnforcementInRecord?: PartitionKeyEnforcementLevel | undefined; | ||
} | ||
export interface Schema { | ||
CompositePartitionKey?: PartitionKey[]; | ||
CompositePartitionKey?: PartitionKey[] | undefined; | ||
} | ||
@@ -289,6 +291,6 @@ export interface CreateTableRequest { | ||
TableName: string | undefined; | ||
RetentionProperties?: RetentionProperties; | ||
Tags?: Tag[]; | ||
MagneticStoreWriteProperties?: MagneticStoreWriteProperties; | ||
Schema?: Schema; | ||
RetentionProperties?: RetentionProperties | undefined; | ||
Tags?: Tag[] | undefined; | ||
MagneticStoreWriteProperties?: MagneticStoreWriteProperties | undefined; | ||
Schema?: Schema | undefined; | ||
} | ||
@@ -302,14 +304,14 @@ export declare const TableStatus: { | ||
export interface Table { | ||
Arn?: string; | ||
TableName?: string; | ||
DatabaseName?: string; | ||
TableStatus?: TableStatus; | ||
RetentionProperties?: RetentionProperties; | ||
CreationTime?: Date; | ||
LastUpdatedTime?: Date; | ||
MagneticStoreWriteProperties?: MagneticStoreWriteProperties; | ||
Schema?: Schema; | ||
Arn?: string | undefined; | ||
TableName?: string | undefined; | ||
DatabaseName?: string | undefined; | ||
TableStatus?: TableStatus | undefined; | ||
RetentionProperties?: RetentionProperties | undefined; | ||
CreationTime?: Date | undefined; | ||
LastUpdatedTime?: Date | undefined; | ||
MagneticStoreWriteProperties?: MagneticStoreWriteProperties | undefined; | ||
Schema?: Schema | undefined; | ||
} | ||
export interface CreateTableResponse { | ||
Table?: Table; | ||
Table?: Table | undefined; | ||
} | ||
@@ -333,3 +335,3 @@ export interface DeleteDatabaseRequest { | ||
export interface DescribeDatabaseResponse { | ||
Database?: Database; | ||
Database?: Database | undefined; | ||
} | ||
@@ -349,3 +351,3 @@ export interface DescribeEndpointsRequest {} | ||
export interface DescribeTableResponse { | ||
Table?: Table; | ||
Table?: Table | undefined; | ||
} | ||
@@ -360,29 +362,29 @@ export declare const DimensionValueType: { | ||
Value: string | undefined; | ||
DimensionValueType?: DimensionValueType; | ||
DimensionValueType?: DimensionValueType | undefined; | ||
} | ||
export interface ListBatchLoadTasksRequest { | ||
NextToken?: string; | ||
MaxResults?: number; | ||
TaskStatus?: BatchLoadStatus; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
TaskStatus?: BatchLoadStatus | undefined; | ||
} | ||
export interface ListBatchLoadTasksResponse { | ||
NextToken?: string; | ||
BatchLoadTasks?: BatchLoadTask[]; | ||
NextToken?: string | undefined; | ||
BatchLoadTasks?: BatchLoadTask[] | undefined; | ||
} | ||
export interface ListDatabasesRequest { | ||
NextToken?: string; | ||
MaxResults?: number; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
} | ||
export interface ListDatabasesResponse { | ||
Databases?: Database[]; | ||
NextToken?: string; | ||
Databases?: Database[] | undefined; | ||
NextToken?: string | undefined; | ||
} | ||
export interface ListTablesRequest { | ||
DatabaseName?: string; | ||
NextToken?: string; | ||
MaxResults?: number; | ||
DatabaseName?: string | undefined; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
} | ||
export interface ListTablesResponse { | ||
Tables?: Table[]; | ||
NextToken?: string; | ||
Tables?: Table[] | undefined; | ||
NextToken?: string | undefined; | ||
} | ||
@@ -393,3 +395,3 @@ export interface ListTagsForResourceRequest { | ||
export interface ListTagsForResourceResponse { | ||
Tags?: Tag[]; | ||
Tags?: Tag[] | undefined; | ||
} | ||
@@ -402,20 +404,20 @@ export interface MeasureValue { | ||
export interface _Record { | ||
Dimensions?: Dimension[]; | ||
MeasureName?: string; | ||
MeasureValue?: string; | ||
MeasureValueType?: MeasureValueType; | ||
Time?: string; | ||
TimeUnit?: TimeUnit; | ||
Version?: number; | ||
MeasureValues?: MeasureValue[]; | ||
Dimensions?: Dimension[] | undefined; | ||
MeasureName?: string | undefined; | ||
MeasureValue?: string | undefined; | ||
MeasureValueType?: MeasureValueType | undefined; | ||
Time?: string | undefined; | ||
TimeUnit?: TimeUnit | undefined; | ||
Version?: number | undefined; | ||
MeasureValues?: MeasureValue[] | undefined; | ||
} | ||
export interface RecordsIngested { | ||
Total?: number; | ||
MemoryStore?: number; | ||
MagneticStore?: number; | ||
Total?: number | undefined; | ||
MemoryStore?: number | undefined; | ||
MagneticStore?: number | undefined; | ||
} | ||
export interface RejectedRecord { | ||
RecordIndex?: number; | ||
Reason?: string; | ||
ExistingVersion?: number; | ||
RecordIndex?: number | undefined; | ||
Reason?: string | undefined; | ||
ExistingVersion?: number | undefined; | ||
} | ||
@@ -425,4 +427,4 @@ export declare class RejectedRecordsException extends __BaseException { | ||
readonly $fault: "client"; | ||
Message?: string; | ||
RejectedRecords?: RejectedRecord[]; | ||
Message?: string | undefined; | ||
RejectedRecords?: RejectedRecord[] | undefined; | ||
constructor( | ||
@@ -451,3 +453,3 @@ opts: __ExceptionOptionType<RejectedRecordsException, __BaseException> | ||
export interface UpdateDatabaseResponse { | ||
Database?: Database; | ||
Database?: Database | undefined; | ||
} | ||
@@ -457,8 +459,8 @@ export interface UpdateTableRequest { | ||
TableName: string | undefined; | ||
RetentionProperties?: RetentionProperties; | ||
MagneticStoreWriteProperties?: MagneticStoreWriteProperties; | ||
Schema?: Schema; | ||
RetentionProperties?: RetentionProperties | undefined; | ||
MagneticStoreWriteProperties?: MagneticStoreWriteProperties | undefined; | ||
Schema?: Schema | undefined; | ||
} | ||
export interface UpdateTableResponse { | ||
Table?: Table; | ||
Table?: Table | undefined; | ||
} | ||
@@ -468,7 +470,7 @@ export interface WriteRecordsRequest { | ||
TableName: string | undefined; | ||
CommonAttributes?: _Record; | ||
CommonAttributes?: _Record | undefined; | ||
Records: _Record[] | undefined; | ||
} | ||
export interface WriteRecordsResponse { | ||
RecordsIngested?: RecordsIngested; | ||
RecordsIngested?: RecordsIngested | undefined; | ||
} | ||
@@ -475,0 +477,0 @@ export declare const CreateBatchLoadTaskRequestFilterSensitiveLog: ( |
{ | ||
"name": "@aws-sdk/client-timestream-write", | ||
"description": "AWS SDK for JavaScript Timestream Write Client for Node.js, Browser and React Native", | ||
"version": "3.687.0", | ||
"version": "3.691.0", | ||
"scripts": { | ||
@@ -23,6 +23,6 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "5.2.0", | ||
"@aws-sdk/client-sso-oidc": "3.687.0", | ||
"@aws-sdk/client-sts": "3.687.0", | ||
"@aws-sdk/core": "3.686.0", | ||
"@aws-sdk/credential-provider-node": "3.687.0", | ||
"@aws-sdk/client-sso-oidc": "3.691.0", | ||
"@aws-sdk/client-sts": "3.691.0", | ||
"@aws-sdk/core": "3.691.0", | ||
"@aws-sdk/credential-provider-node": "3.691.0", | ||
"@aws-sdk/middleware-endpoint-discovery": "3.686.0", | ||
@@ -32,3 +32,3 @@ "@aws-sdk/middleware-host-header": "3.686.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.686.0", | ||
"@aws-sdk/middleware-user-agent": "3.687.0", | ||
"@aws-sdk/middleware-user-agent": "3.691.0", | ||
"@aws-sdk/region-config-resolver": "3.686.0", | ||
@@ -38,3 +38,3 @@ "@aws-sdk/types": "3.686.0", | ||
"@aws-sdk/util-user-agent-browser": "3.686.0", | ||
"@aws-sdk/util-user-agent-node": "3.687.0", | ||
"@aws-sdk/util-user-agent-node": "3.691.0", | ||
"@smithy/config-resolver": "^3.0.10", | ||
@@ -41,0 +41,0 @@ "@smithy/core": "^2.5.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
492454
11264
+ Added@aws-sdk/client-sso@3.691.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.691.0(transitive)
+ Added@aws-sdk/client-sts@3.691.0(transitive)
+ Added@aws-sdk/core@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-http@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.691.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.691.0(transitive)
+ Added@aws-sdk/token-providers@3.691.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.691.0(transitive)
- Removed@aws-sdk/client-sso@3.687.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.687.0(transitive)
- Removed@aws-sdk/client-sts@3.687.0(transitive)
- Removed@aws-sdk/core@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-env@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-http@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.686.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.687.0(transitive)
- Removed@aws-sdk/token-providers@3.686.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.687.0(transitive)
Updated@aws-sdk/client-sts@3.691.0
Updated@aws-sdk/core@3.691.0