@aws-sdk/client-iotsitewise 3.428.0 → 3.430.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.
@@ -158,7 +158,7 @@ export interface AccessPolicySummary {
158
158
  * <p>The permissions for the access policy. Note that a project <code>ADMINISTRATOR</code> is
159
159
  * also known as a project owner.</p>
160
160
  */
161
- permission: Permission | string | undefined;
161
+ permission: Permission | undefined;
162
162
  /**
163
163
  * @public
164
164
  * <p>The date the access policy was created, in Unix epoch time.</p>
@@ -234,7 +234,7 @@ export interface AggregatedValue {
234
234
  * @public
235
235
  * <p>The quality of the aggregated data.</p>
236
236
  */
237
- quality?: Quality | string;
237
+ quality?: Quality;
238
238
  /**
239
239
  * @public
240
240
  * <p>The value of the aggregates.</p>
@@ -320,7 +320,7 @@ export interface PropertyNotification {
320
320
  * @public
321
321
  * <p>The current notification state.</p>
322
322
  */
323
- state: PropertyNotificationState | string | undefined;
323
+ state: PropertyNotificationState | undefined;
324
324
  }
325
325
  /**
326
326
  * @public
@@ -354,7 +354,7 @@ export interface AssetProperty {
354
354
  * @public
355
355
  * <p>The data type of the asset property.</p>
356
356
  */
357
- dataType: PropertyDataType | string | undefined;
357
+ dataType: PropertyDataType | undefined;
358
358
  /**
359
359
  * @public
360
360
  * <p>The data type of the structure for this property. This parameter exists on properties that
@@ -427,7 +427,7 @@ export interface AssetErrorDetails {
427
427
  * @public
428
428
  * <p>The error code.</p>
429
429
  */
430
- code: AssetErrorCode | string | undefined;
430
+ code: AssetErrorCode | undefined;
431
431
  /**
432
432
  * @public
433
433
  * <p>The error message.</p>
@@ -504,7 +504,7 @@ export interface ForwardingConfig {
504
504
  * @public
505
505
  * <p>The forwarding state for the given property. </p>
506
506
  */
507
- state: ForwardingConfigState | string | undefined;
507
+ state: ForwardingConfigState | undefined;
508
508
  }
509
509
  /**
510
510
  * @public
@@ -556,7 +556,7 @@ export interface MetricProcessingConfig {
556
556
  * @public
557
557
  * <p>The compute location for the given metric property. </p>
558
558
  */
559
- computeLocation: ComputeLocation | string | undefined;
559
+ computeLocation: ComputeLocation | undefined;
560
560
  }
561
561
  /**
562
562
  * @public
@@ -749,7 +749,7 @@ export interface TransformProcessingConfig {
749
749
  * @public
750
750
  * <p>The compute location for the given transform property. </p>
751
751
  */
752
- computeLocation: ComputeLocation | string | undefined;
752
+ computeLocation: ComputeLocation | undefined;
753
753
  /**
754
754
  * @public
755
755
  * <p>The forwarding configuration for a given property.</p>
@@ -839,7 +839,7 @@ export interface AssetModelProperty {
839
839
  * @public
840
840
  * <p>The data type of the asset model property.</p>
841
841
  */
842
- dataType: PropertyDataType | string | undefined;
842
+ dataType: PropertyDataType | undefined;
843
843
  /**
844
844
  * @public
845
845
  * <p>The data type of the structure for this property. This parameter exists on properties that
@@ -910,7 +910,7 @@ export interface AssetModelPropertyDefinition {
910
910
  * <p>If you specify <code>STRUCT</code>, you must also specify <code>dataTypeSpec</code> to
911
911
  * identify the type of the structure for this property.</p>
912
912
  */
913
- dataType: PropertyDataType | string | undefined;
913
+ dataType: PropertyDataType | undefined;
914
914
  /**
915
915
  * @public
916
916
  * <p>The data type of the structure for this property. This parameter is required on properties
@@ -1022,7 +1022,7 @@ export interface AssetModelPropertySummary {
1022
1022
  * @public
1023
1023
  * <p>The data type of the property.</p>
1024
1024
  */
1025
- dataType: PropertyDataType | string | undefined;
1025
+ dataType: PropertyDataType | undefined;
1026
1026
  /**
1027
1027
  * @public
1028
1028
  * <p>The data type of the structure for this property. This parameter exists on properties that
@@ -1097,7 +1097,7 @@ export interface DetailedError {
1097
1097
  * @public
1098
1098
  * <p>The error code. </p>
1099
1099
  */
1100
- code: DetailedErrorCode | string | undefined;
1100
+ code: DetailedErrorCode | undefined;
1101
1101
  /**
1102
1102
  * @public
1103
1103
  * <p>The error message. </p>
@@ -1113,7 +1113,7 @@ export interface ErrorDetails {
1113
1113
  * @public
1114
1114
  * <p>The error code.</p>
1115
1115
  */
1116
- code: ErrorCode | string | undefined;
1116
+ code: ErrorCode | undefined;
1117
1117
  /**
1118
1118
  * @public
1119
1119
  * <p>The error message.</p>
@@ -1135,7 +1135,7 @@ export interface AssetModelStatus {
1135
1135
  * @public
1136
1136
  * <p>The current state of the asset model.</p>
1137
1137
  */
1138
- state: AssetModelState | string | undefined;
1138
+ state: AssetModelState | undefined;
1139
1139
  /**
1140
1140
  * @public
1141
1141
  * <p>Contains associated error information, if any.</p>
@@ -1287,7 +1287,7 @@ export interface AssetPropertyValue {
1287
1287
  * @public
1288
1288
  * <p>The quality of the asset property value.</p>
1289
1289
  */
1290
- quality?: Quality | string;
1290
+ quality?: Quality;
1291
1291
  }
1292
1292
  /**
1293
1293
  * @public
@@ -1325,7 +1325,7 @@ export interface AssetRelationshipSummary {
1325
1325
  * </li>
1326
1326
  * </ul>
1327
1327
  */
1328
- relationshipType: AssetRelationshipType | string | undefined;
1328
+ relationshipType: AssetRelationshipType | undefined;
1329
1329
  }
1330
1330
  /**
1331
1331
  * @public
@@ -1353,7 +1353,7 @@ export interface AssetStatus {
1353
1353
  * @public
1354
1354
  * <p>The current status of the asset.</p>
1355
1355
  */
1356
- state: AssetState | string | undefined;
1356
+ state: AssetState | undefined;
1357
1357
  /**
1358
1358
  * @public
1359
1359
  * <p>Contains associated error information, if any.</p>
@@ -1759,7 +1759,7 @@ export interface BatchGetAssetPropertyAggregatesEntry {
1759
1759
  * @public
1760
1760
  * <p>The data aggregating function.</p>
1761
1761
  */
1762
- aggregateTypes: (AggregateType | string)[] | undefined;
1762
+ aggregateTypes: AggregateType[] | undefined;
1763
1763
  /**
1764
1764
  * @public
1765
1765
  * <p>The time interval over which to aggregate data.</p>
@@ -1779,14 +1779,14 @@ export interface BatchGetAssetPropertyAggregatesEntry {
1779
1779
  * @public
1780
1780
  * <p>The quality by which to filter asset data.</p>
1781
1781
  */
1782
- qualities?: (Quality | string)[];
1782
+ qualities?: Quality[];
1783
1783
  /**
1784
1784
  * @public
1785
1785
  * <p>The chronological sorting order of the requested information.</p>
1786
1786
  * <p>Default: <code>ASCENDING</code>
1787
1787
  * </p>
1788
1788
  */
1789
- timeOrdering?: TimeOrdering | string;
1789
+ timeOrdering?: TimeOrdering;
1790
1790
  }
1791
1791
  /**
1792
1792
  * @public
@@ -1842,7 +1842,7 @@ export interface BatchGetAssetPropertyAggregatesErrorEntry {
1842
1842
  * @public
1843
1843
  * <p>The error code.</p>
1844
1844
  */
1845
- errorCode: BatchGetAssetPropertyAggregatesErrorCode | string | undefined;
1845
+ errorCode: BatchGetAssetPropertyAggregatesErrorCode | undefined;
1846
1846
  /**
1847
1847
  * @public
1848
1848
  * <p>The associated error message.</p>
@@ -1876,7 +1876,7 @@ export interface BatchGetAssetPropertyAggregatesErrorInfo {
1876
1876
  * @public
1877
1877
  * <p>The error code.</p>
1878
1878
  */
1879
- errorCode: BatchGetAssetPropertyAggregatesErrorCode | string | undefined;
1879
+ errorCode: BatchGetAssetPropertyAggregatesErrorCode | undefined;
1880
1880
  /**
1881
1881
  * @public
1882
1882
  * <p>The date the error occurred, in Unix epoch time.</p>
@@ -1897,7 +1897,7 @@ export interface BatchGetAssetPropertyAggregatesSkippedEntry {
1897
1897
  * @public
1898
1898
  * <p>The completion status of each entry that is associated with the <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html">BatchGetAssetPropertyAggregates</a> API.</p>
1899
1899
  */
1900
- completionStatus: BatchEntryCompletionStatus | string | undefined;
1900
+ completionStatus: BatchEntryCompletionStatus | undefined;
1901
1901
  /**
1902
1902
  * @public
1903
1903
  * <p>The error information, such as the error code and the timestamp.</p>
@@ -2040,7 +2040,7 @@ export interface BatchGetAssetPropertyValueErrorEntry {
2040
2040
  * @public
2041
2041
  * <p>The error code.</p>
2042
2042
  */
2043
- errorCode: BatchGetAssetPropertyValueErrorCode | string | undefined;
2043
+ errorCode: BatchGetAssetPropertyValueErrorCode | undefined;
2044
2044
  /**
2045
2045
  * @public
2046
2046
  * <p>The associated error message.</p>
@@ -2061,7 +2061,7 @@ export interface BatchGetAssetPropertyValueErrorInfo {
2061
2061
  * @public
2062
2062
  * <p>The error code.</p>
2063
2063
  */
2064
- errorCode: BatchGetAssetPropertyValueErrorCode | string | undefined;
2064
+ errorCode: BatchGetAssetPropertyValueErrorCode | undefined;
2065
2065
  /**
2066
2066
  * @public
2067
2067
  * <p>The date the error occurred, in Unix epoch time.</p>
@@ -2082,7 +2082,7 @@ export interface BatchGetAssetPropertyValueSkippedEntry {
2082
2082
  * @public
2083
2083
  * <p>The completion status of each entry that is associated with the <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html">BatchGetAssetPropertyValue</a> request.</p>
2084
2084
  */
2085
- completionStatus: BatchEntryCompletionStatus | string | undefined;
2085
+ completionStatus: BatchEntryCompletionStatus | undefined;
2086
2086
  /**
2087
2087
  * @public
2088
2088
  * <p>The error information, such as the error code and the timestamp.</p>
@@ -2187,14 +2187,14 @@ export interface BatchGetAssetPropertyValueHistoryEntry {
2187
2187
  * @public
2188
2188
  * <p>The quality by which to filter asset data.</p>
2189
2189
  */
2190
- qualities?: (Quality | string)[];
2190
+ qualities?: Quality[];
2191
2191
  /**
2192
2192
  * @public
2193
2193
  * <p>The chronological sorting order of the requested information.</p>
2194
2194
  * <p>Default: <code>ASCENDING</code>
2195
2195
  * </p>
2196
2196
  */
2197
- timeOrdering?: TimeOrdering | string;
2197
+ timeOrdering?: TimeOrdering;
2198
2198
  }
2199
2199
  /**
2200
2200
  * @public
@@ -2250,7 +2250,7 @@ export interface BatchGetAssetPropertyValueHistoryErrorEntry {
2250
2250
  * @public
2251
2251
  * <p>The error code.</p>
2252
2252
  */
2253
- errorCode: BatchGetAssetPropertyValueHistoryErrorCode | string | undefined;
2253
+ errorCode: BatchGetAssetPropertyValueHistoryErrorCode | undefined;
2254
2254
  /**
2255
2255
  * @public
2256
2256
  * <p>The associated error message.</p>
@@ -2271,7 +2271,7 @@ export interface BatchGetAssetPropertyValueHistoryErrorInfo {
2271
2271
  * @public
2272
2272
  * <p>The error code.</p>
2273
2273
  */
2274
- errorCode: BatchGetAssetPropertyValueHistoryErrorCode | string | undefined;
2274
+ errorCode: BatchGetAssetPropertyValueHistoryErrorCode | undefined;
2275
2275
  /**
2276
2276
  * @public
2277
2277
  * <p>The date the error occurred, in Unix epoch time.</p>
@@ -2292,7 +2292,7 @@ export interface BatchGetAssetPropertyValueHistorySkippedEntry {
2292
2292
  * @public
2293
2293
  * <p>The completion status of each entry that is associated with the <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValueHistory.html">BatchGetAssetPropertyValueHistory</a> API.</p>
2294
2294
  */
2295
- completionStatus: BatchEntryCompletionStatus | string | undefined;
2295
+ completionStatus: BatchEntryCompletionStatus | undefined;
2296
2296
  /**
2297
2297
  * @public
2298
2298
  * <p>The error information, such as the error code and the timestamp.</p>
@@ -2421,7 +2421,7 @@ export interface BatchPutAssetPropertyError {
2421
2421
  * @public
2422
2422
  * <p>The error code.</p>
2423
2423
  */
2424
- errorCode: BatchPutAssetPropertyValueErrorCode | string | undefined;
2424
+ errorCode: BatchPutAssetPropertyValueErrorCode | undefined;
2425
2425
  /**
2426
2426
  * @public
2427
2427
  * <p>The associated error message.</p>
@@ -2479,7 +2479,7 @@ export interface CreateAccessPolicyRequest {
2479
2479
  * @public
2480
2480
  * <p>The permission level for this access policy. Note that a project <code>ADMINISTRATOR</code> is also known as a project owner.</p>
2481
2481
  */
2482
- accessPolicyPermission: Permission | string | undefined;
2482
+ accessPolicyPermission: Permission | undefined;
2483
2483
  /**
2484
2484
  * @public
2485
2485
  * <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.</p>
@@ -2714,7 +2714,7 @@ export interface Csv {
2714
2714
  * @public
2715
2715
  * <p>The column names specified in the .csv file.</p>
2716
2716
  */
2717
- columnNames?: (ColumnName | string)[];
2717
+ columnNames?: ColumnName[];
2718
2718
  }
2719
2719
  /**
2720
2720
  * @public
@@ -2830,7 +2830,7 @@ export interface CreateBulkImportJobResponse {
2830
2830
  * </li>
2831
2831
  * </ul>
2832
2832
  */
2833
- jobStatus: JobStatus | string | undefined;
2833
+ jobStatus: JobStatus | undefined;
2834
2834
  }
2835
2835
  /**
2836
2836
  * @public
@@ -3001,7 +3001,7 @@ export interface ImageFile {
3001
3001
  * @public
3002
3002
  * <p>The file type of the image.</p>
3003
3003
  */
3004
- type: ImageFileType | string | undefined;
3004
+ type: ImageFileType | undefined;
3005
3005
  }
3006
3006
  /**
3007
3007
  * @public
@@ -3070,7 +3070,7 @@ export interface CreatePortalRequest {
3070
3070
  * <p>Default: <code>SSO</code>
3071
3071
  * </p>
3072
3072
  */
3073
- portalAuthMode?: AuthMode | string;
3073
+ portalAuthMode?: AuthMode;
3074
3074
  /**
3075
3075
  * @public
3076
3076
  * <p>The email address that sends alarm notifications.</p>
@@ -3111,7 +3111,7 @@ export interface MonitorErrorDetails {
3111
3111
  * @public
3112
3112
  * <p>The error code.</p>
3113
3113
  */
3114
- code?: MonitorErrorCode | string;
3114
+ code?: MonitorErrorCode;
3115
3115
  /**
3116
3116
  * @public
3117
3117
  * <p>The error message.</p>
@@ -3142,7 +3142,7 @@ export interface PortalStatus {
3142
3142
  * @public
3143
3143
  * <p>The current state of the portal.</p>
3144
3144
  */
3145
- state: PortalState | string | undefined;
3145
+ state: PortalState | undefined;
3146
3146
  /**
3147
3147
  * @public
3148
3148
  * <p>Contains associated error information, if any.</p>
@@ -3452,7 +3452,7 @@ export interface DescribeAccessPolicyResponse {
3452
3452
  * <p>The access policy permission. Note that a project <code>ADMINISTRATOR</code> is also known
3453
3453
  * as a project owner.</p>
3454
3454
  */
3455
- accessPolicyPermission: Permission | string | undefined;
3455
+ accessPolicyPermission: Permission | undefined;
3456
3456
  /**
3457
3457
  * @public
3458
3458
  * <p>The date the access policy was created, in Unix epoch time.</p>
@@ -3673,7 +3673,7 @@ export interface Property {
3673
3673
  * @public
3674
3674
  * <p>The property data type.</p>
3675
3675
  */
3676
- dataType: PropertyDataType | string | undefined;
3676
+ dataType: PropertyDataType | undefined;
3677
3677
  /**
3678
3678
  * @public
3679
3679
  * <p>The unit (such as <code>Newtons</code> or <code>RPM</code>) of the asset property.</p>
@@ -3803,7 +3803,7 @@ export interface DescribeBulkImportJobResponse {
3803
3803
  * </li>
3804
3804
  * </ul>
3805
3805
  */
3806
- jobStatus: JobStatus | string | undefined;
3806
+ jobStatus: JobStatus | undefined;
3807
3807
  /**
3808
3808
  * @public
3809
3809
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the IAM role that allows IoT SiteWise to read Amazon S3 data.</p>
@@ -3908,7 +3908,7 @@ export interface ConfigurationErrorDetails {
3908
3908
  * @public
3909
3909
  * <p>The error code.</p>
3910
3910
  */
3911
- code: ErrorCode | string | undefined;
3911
+ code: ErrorCode | undefined;
3912
3912
  /**
3913
3913
  * @public
3914
3914
  * <p>The error message.</p>
@@ -3937,7 +3937,7 @@ export interface ConfigurationStatus {
3937
3937
  * @public
3938
3938
  * <p>The current state of the configuration.</p>
3939
3939
  */
3940
- state: ConfigurationState | string | undefined;
3940
+ state: ConfigurationState | undefined;
3941
3941
  /**
3942
3942
  * @public
3943
3943
  * <p>Contains associated error information, if any.</p>
@@ -3964,7 +3964,7 @@ export interface DescribeDefaultEncryptionConfigurationResponse {
3964
3964
  * @public
3965
3965
  * <p>The type of encryption used for the encryption configuration.</p>
3966
3966
  */
3967
- encryptionType: EncryptionType | string | undefined;
3967
+ encryptionType: EncryptionType | undefined;
3968
3968
  /**
3969
3969
  * @public
3970
3970
  * <p>The key ARN of the customer managed key used for KMS encryption if you use
@@ -4035,7 +4035,7 @@ export interface GatewayCapabilitySummary {
4035
4035
  * </li>
4036
4036
  * </ul>
4037
4037
  */
4038
- capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
4038
+ capabilitySyncStatus: CapabilitySyncStatus | undefined;
4039
4039
  }
4040
4040
  /**
4041
4041
  * @public
@@ -4139,7 +4139,7 @@ export interface DescribeGatewayCapabilityConfigurationResponse {
4139
4139
  * </li>
4140
4140
  * </ul>
4141
4141
  */
4142
- capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
4142
+ capabilitySyncStatus: CapabilitySyncStatus | undefined;
4143
4143
  }
4144
4144
  /**
4145
4145
  * @public
@@ -4168,7 +4168,7 @@ export interface LoggingOptions {
4168
4168
  * @public
4169
4169
  * <p>The IoT SiteWise logging verbosity level.</p>
4170
4170
  */
4171
- level: LoggingLevel | string | undefined;
4171
+ level: LoggingLevel | undefined;
4172
4172
  }
4173
4173
  /**
4174
4174
  * @public
@@ -4283,7 +4283,7 @@ export interface DescribePortalResponse {
4283
4283
  * @public
4284
4284
  * <p>The service to use to authenticate users to the portal.</p>
4285
4285
  */
4286
- portalAuthMode?: AuthMode | string;
4286
+ portalAuthMode?: AuthMode;
4287
4287
  /**
4288
4288
  * @public
4289
4289
  * <p>The email address that sends alarm notifications.</p>
@@ -4451,7 +4451,7 @@ export interface DescribeStorageConfigurationResponse {
4451
4451
  * </li>
4452
4452
  * </ul>
4453
4453
  */
4454
- storageType: StorageType | string | undefined;
4454
+ storageType: StorageType | undefined;
4455
4455
  /**
4456
4456
  * @public
4457
4457
  * <p>Contains information about the storage destination.</p>
@@ -4477,7 +4477,7 @@ export interface DescribeStorageConfigurationResponse {
4477
4477
  * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/data-streams.html">Data streams</a>
4478
4478
  * in the <i>IoT SiteWise User Guide</i>.</p>
4479
4479
  */
4480
- disassociatedDataStorage?: DisassociatedDataStorageState | string;
4480
+ disassociatedDataStorage?: DisassociatedDataStorageState;
4481
4481
  /**
4482
4482
  * @public
4483
4483
  * <p>How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.</p>
@@ -4543,7 +4543,7 @@ export interface DescribeTimeSeriesResponse {
4543
4543
  * <p>The data type of the time series.</p>
4544
4544
  * <p>If you specify <code>STRUCT</code>, you must also specify <code>dataTypeSpec</code> to identify the type of the structure for this time series.</p>
4545
4545
  */
4546
- dataType: PropertyDataType | string | undefined;
4546
+ dataType: PropertyDataType | undefined;
4547
4547
  /**
4548
4548
  * @public
4549
4549
  * <p>The data type of the structure for this time series. This parameter is required for time series
@@ -4651,7 +4651,7 @@ export interface GetAssetPropertyAggregatesRequest {
4651
4651
  * @public
4652
4652
  * <p>The data aggregating function.</p>
4653
4653
  */
4654
- aggregateTypes: (AggregateType | string)[] | undefined;
4654
+ aggregateTypes: AggregateType[] | undefined;
4655
4655
  /**
4656
4656
  * @public
4657
4657
  * <p>The time interval over which to aggregate data.</p>
@@ -4661,7 +4661,7 @@ export interface GetAssetPropertyAggregatesRequest {
4661
4661
  * @public
4662
4662
  * <p>The quality by which to filter asset data.</p>
4663
4663
  */
4664
- qualities?: (Quality | string)[];
4664
+ qualities?: Quality[];
4665
4665
  /**
4666
4666
  * @public
4667
4667
  * <p>The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.</p>
@@ -4678,7 +4678,7 @@ export interface GetAssetPropertyAggregatesRequest {
4678
4678
  * <p>Default: <code>ASCENDING</code>
4679
4679
  * </p>
4680
4680
  */
4681
- timeOrdering?: TimeOrdering | string;
4681
+ timeOrdering?: TimeOrdering;
4682
4682
  /**
4683
4683
  * @public
4684
4684
  * <p>The token to be used for the next set of paginated results.</p>
@@ -4784,14 +4784,14 @@ export interface GetAssetPropertyValueHistoryRequest {
4784
4784
  * @public
4785
4785
  * <p>The quality by which to filter asset data.</p>
4786
4786
  */
4787
- qualities?: (Quality | string)[];
4787
+ qualities?: Quality[];
4788
4788
  /**
4789
4789
  * @public
4790
4790
  * <p>The chronological sorting order of the requested information.</p>
4791
4791
  * <p>Default: <code>ASCENDING</code>
4792
4792
  * </p>
4793
4793
  */
4794
- timeOrdering?: TimeOrdering | string;
4794
+ timeOrdering?: TimeOrdering;
4795
4795
  /**
4796
4796
  * @public
4797
4797
  * <p>The token to be used for the next set of paginated results.</p>
@@ -4877,7 +4877,7 @@ export interface GetInterpolatedAssetPropertyValuesRequest {
4877
4877
  * <p>The quality of the asset property value. You can use this parameter as a filter to choose
4878
4878
  * only the asset property values that have a specific quality.</p>
4879
4879
  */
4880
- quality: Quality | string | undefined;
4880
+ quality: Quality | undefined;
4881
4881
  /**
4882
4882
  * @public
4883
4883
  * <p>The time interval in seconds over which to interpolate data. Each interval starts when the
@@ -5019,7 +5019,7 @@ export interface ListAccessPoliciesRequest {
5019
5019
  * <p>The type of identity (IAM Identity Center user, IAM Identity Center group, or IAM user). This parameter is required
5020
5020
  * if you specify <code>identityId</code>.</p>
5021
5021
  */
5022
- identityType?: IdentityType | string;
5022
+ identityType?: IdentityType;
5023
5023
  /**
5024
5024
  * @public
5025
5025
  * <p>The ID of the identity. This parameter is required if you specify <code>USER</code> or
@@ -5031,7 +5031,7 @@ export interface ListAccessPoliciesRequest {
5031
5031
  * <p>The type of resource (portal or project). This parameter is required if you specify
5032
5032
  * <code>resourceId</code>.</p>
5033
5033
  */
5034
- resourceType?: ResourceType | string;
5034
+ resourceType?: ResourceType;
5035
5035
  /**
5036
5036
  * @public
5037
5037
  * <p>The ID of the resource. This parameter is required if you specify
@@ -5122,7 +5122,7 @@ export interface ListAssetModelPropertiesRequest {
5122
5122
  * <p>Default: <code>BASE</code>
5123
5123
  * </p>
5124
5124
  */
5125
- filter?: ListAssetModelPropertiesFilter | string;
5125
+ filter?: ListAssetModelPropertiesFilter;
5126
5126
  }
5127
5127
  /**
5128
5128
  * @public
@@ -5220,7 +5220,7 @@ export interface ListAssetPropertiesRequest {
5220
5220
  * <p>Default: <code>BASE</code>
5221
5221
  * </p>
5222
5222
  */
5223
- filter?: ListAssetPropertiesFilter | string;
5223
+ filter?: ListAssetPropertiesFilter;
5224
5224
  }
5225
5225
  /**
5226
5226
  * @public
@@ -5270,7 +5270,7 @@ export interface ListAssetRelationshipsRequest {
5270
5270
  * </li>
5271
5271
  * </ul>
5272
5272
  */
5273
- traversalType: TraversalType | string | undefined;
5273
+ traversalType: TraversalType | undefined;
5274
5274
  /**
5275
5275
  * @public
5276
5276
  * <p>The token to be used for the next set of paginated results.</p>
@@ -5349,7 +5349,7 @@ export interface ListAssetsRequest {
5349
5349
  * <p>Default: <code>ALL</code>
5350
5350
  * </p>
5351
5351
  */
5352
- filter?: ListAssetsFilter | string;
5352
+ filter?: ListAssetsFilter;
5353
5353
  }
5354
5354
  /**
5355
5355
  * @public
@@ -5414,7 +5414,7 @@ export interface ListAssociatedAssetsRequest {
5414
5414
  * <p>Default: <code>CHILD</code>
5415
5415
  * </p>
5416
5416
  */
5417
- traversalDirection?: TraversalDirection | string;
5417
+ traversalDirection?: TraversalDirection;
5418
5418
  /**
5419
5419
  * @public
5420
5420
  * <p>The token to be used for the next set of paginated results.</p>
@@ -5477,7 +5477,7 @@ export interface ListBulkImportJobsRequest {
5477
5477
  * @public
5478
5478
  * <p>You can use a filter to select the bulk import jobs that you want to retrieve.</p>
5479
5479
  */
5480
- filter?: ListBulkImportJobsFilter | string;
5480
+ filter?: ListBulkImportJobsFilter;
5481
5481
  }
5482
5482
  /**
5483
5483
  * @public
@@ -5526,7 +5526,7 @@ export interface JobSummary {
5526
5526
  * </li>
5527
5527
  * </ul>
5528
5528
  */
5529
- status: JobStatus | string | undefined;
5529
+ status: JobStatus | undefined;
5530
5530
  }
5531
5531
  /**
5532
5532
  * @public
@@ -5950,7 +5950,7 @@ export interface ListTimeSeriesRequest {
5950
5950
  * </li>
5951
5951
  * </ul>
5952
5952
  */
5953
- timeSeriesType?: ListTimeSeriesType | string;
5953
+ timeSeriesType?: ListTimeSeriesType;
5954
5954
  }
5955
5955
  /**
5956
5956
  * @public
@@ -5982,7 +5982,7 @@ export interface TimeSeriesSummary {
5982
5982
  * <p>The data type of the time series.</p>
5983
5983
  * <p>If you specify <code>STRUCT</code>, you must also specify <code>dataTypeSpec</code> to identify the type of the structure for this time series.</p>
5984
5984
  */
5985
- dataType: PropertyDataType | string | undefined;
5985
+ dataType: PropertyDataType | undefined;
5986
5986
  /**
5987
5987
  * @public
5988
5988
  * <p>The data type of the structure for this time series. This parameter is required for time series
@@ -6034,7 +6034,7 @@ export interface PutDefaultEncryptionConfigurationRequest {
6034
6034
  * @public
6035
6035
  * <p>The type of encryption used for the encryption configuration.</p>
6036
6036
  */
6037
- encryptionType: EncryptionType | string | undefined;
6037
+ encryptionType: EncryptionType | undefined;
6038
6038
  /**
6039
6039
  * @public
6040
6040
  * <p>The Key ID of the customer managed key used for KMS encryption. This is required if you
@@ -6050,7 +6050,7 @@ export interface PutDefaultEncryptionConfigurationResponse {
6050
6050
  * @public
6051
6051
  * <p>The type of encryption used for the encryption configuration.</p>
6052
6052
  */
6053
- encryptionType: EncryptionType | string | undefined;
6053
+ encryptionType: EncryptionType | undefined;
6054
6054
  /**
6055
6055
  * @public
6056
6056
  * <p>The Key ARN of the KMS key used for KMS encryption if you use
@@ -6101,7 +6101,7 @@ export interface PutStorageConfigurationRequest {
6101
6101
  * </li>
6102
6102
  * </ul>
6103
6103
  */
6104
- storageType: StorageType | string | undefined;
6104
+ storageType: StorageType | undefined;
6105
6105
  /**
6106
6106
  * @public
6107
6107
  * <p>Identifies a storage destination. If you specified <code>MULTI_LAYER_STORAGE</code> for the storage type,
@@ -6128,7 +6128,7 @@ export interface PutStorageConfigurationRequest {
6128
6128
  * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/data-streams.html">Data streams</a>
6129
6129
  * in the <i>IoT SiteWise User Guide</i>.</p>
6130
6130
  */
6131
- disassociatedDataStorage?: DisassociatedDataStorageState | string;
6131
+ disassociatedDataStorage?: DisassociatedDataStorageState;
6132
6132
  /**
6133
6133
  * @public
6134
6134
  * <p>How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.</p>
@@ -6156,7 +6156,7 @@ export interface PutStorageConfigurationResponse {
6156
6156
  * </li>
6157
6157
  * </ul>
6158
6158
  */
6159
- storageType: StorageType | string | undefined;
6159
+ storageType: StorageType | undefined;
6160
6160
  /**
6161
6161
  * @public
6162
6162
  * <p>Contains information about the storage destination.</p>
@@ -6182,7 +6182,7 @@ export interface PutStorageConfigurationResponse {
6182
6182
  * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/data-streams.html">Data streams</a>
6183
6183
  * in the <i>IoT SiteWise User Guide</i>.</p>
6184
6184
  */
6185
- disassociatedDataStorage?: DisassociatedDataStorageState | string;
6185
+ disassociatedDataStorage?: DisassociatedDataStorageState;
6186
6186
  /**
6187
6187
  * @public
6188
6188
  * <p>How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.</p>
@@ -6278,7 +6278,7 @@ export interface UpdateAccessPolicyRequest {
6278
6278
  * @public
6279
6279
  * <p>The permission level for this access policy. Note that a project <code>ADMINISTRATOR</code> is also known as a project owner.</p>
6280
6280
  */
6281
- accessPolicyPermission: Permission | string | undefined;
6281
+ accessPolicyPermission: Permission | undefined;
6282
6282
  /**
6283
6283
  * @public
6284
6284
  * <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.</p>
@@ -6417,7 +6417,7 @@ export interface UpdateAssetPropertyRequest {
6417
6417
  * updates to a unique MQTT topic. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/interact-with-other-services.html">Interacting with other services</a> in the <i>IoT SiteWise User Guide</i>.</p>
6418
6418
  * <p>If you omit this parameter, the notification state is set to <code>DISABLED</code>.</p>
6419
6419
  */
6420
- propertyNotificationState?: PropertyNotificationState | string;
6420
+ propertyNotificationState?: PropertyNotificationState;
6421
6421
  /**
6422
6422
  * @public
6423
6423
  * <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.</p>
@@ -6536,7 +6536,7 @@ export interface UpdateGatewayCapabilityConfigurationResponse {
6536
6536
  * <p>After you update a capability configuration, its sync status is <code>OUT_OF_SYNC</code>
6537
6537
  * until the gateway receives and applies or rejects the updated configuration.</p>
6538
6538
  */
6539
- capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
6539
+ capabilitySyncStatus: CapabilitySyncStatus | undefined;
6540
6540
  }
6541
6541
  /**
6542
6542
  * @public
@@ -37,7 +37,7 @@ export interface AccessPolicySummary {
37
37
  id: string | undefined;
38
38
  identity: Identity | undefined;
39
39
  resource: Resource | undefined;
40
- permission: Permission | string | undefined;
40
+ permission: Permission | undefined;
41
41
  creationDate?: Date;
42
42
  lastUpdateDate?: Date;
43
43
  }
@@ -57,7 +57,7 @@ export interface Aggregates {
57
57
  }
58
58
  export interface AggregatedValue {
59
59
  timestamp: Date | undefined;
60
- quality?: Quality | string;
60
+ quality?: Quality;
61
61
  value: Aggregates | undefined;
62
62
  }
63
63
  export declare const AggregateType: {
@@ -90,14 +90,14 @@ export type PropertyNotificationState =
90
90
  (typeof PropertyNotificationState)[keyof typeof PropertyNotificationState];
91
91
  export interface PropertyNotification {
92
92
  topic: string | undefined;
93
- state: PropertyNotificationState | string | undefined;
93
+ state: PropertyNotificationState | undefined;
94
94
  }
95
95
  export interface AssetProperty {
96
96
  id: string | undefined;
97
97
  name: string | undefined;
98
98
  alias?: string;
99
99
  notification?: PropertyNotification;
100
- dataType: PropertyDataType | string | undefined;
100
+ dataType: PropertyDataType | undefined;
101
101
  dataTypeSpec?: string;
102
102
  unit?: string;
103
103
  }
@@ -115,7 +115,7 @@ export type AssetErrorCode =
115
115
  (typeof AssetErrorCode)[keyof typeof AssetErrorCode];
116
116
  export interface AssetErrorDetails {
117
117
  assetId: string | undefined;
118
- code: AssetErrorCode | string | undefined;
118
+ code: AssetErrorCode | undefined;
119
119
  message: string | undefined;
120
120
  }
121
121
  export interface AssetHierarchy {
@@ -136,7 +136,7 @@ export declare const ForwardingConfigState: {
136
136
  export type ForwardingConfigState =
137
137
  (typeof ForwardingConfigState)[keyof typeof ForwardingConfigState];
138
138
  export interface ForwardingConfig {
139
- state: ForwardingConfigState | string | undefined;
139
+ state: ForwardingConfigState | undefined;
140
140
  }
141
141
  export interface MeasurementProcessingConfig {
142
142
  forwardingConfig: ForwardingConfig | undefined;
@@ -151,7 +151,7 @@ export declare const ComputeLocation: {
151
151
  export type ComputeLocation =
152
152
  (typeof ComputeLocation)[keyof typeof ComputeLocation];
153
153
  export interface MetricProcessingConfig {
154
- computeLocation: ComputeLocation | string | undefined;
154
+ computeLocation: ComputeLocation | undefined;
155
155
  }
156
156
  export interface VariableValue {
157
157
  propertyId: string | undefined;
@@ -175,7 +175,7 @@ export interface Metric {
175
175
  processingConfig?: MetricProcessingConfig;
176
176
  }
177
177
  export interface TransformProcessingConfig {
178
- computeLocation: ComputeLocation | string | undefined;
178
+ computeLocation: ComputeLocation | undefined;
179
179
  forwardingConfig?: ForwardingConfig;
180
180
  }
181
181
  export interface Transform {
@@ -192,7 +192,7 @@ export interface PropertyType {
192
192
  export interface AssetModelProperty {
193
193
  id?: string;
194
194
  name: string | undefined;
195
- dataType: PropertyDataType | string | undefined;
195
+ dataType: PropertyDataType | undefined;
196
196
  dataTypeSpec?: string;
197
197
  unit?: string;
198
198
  type: PropertyType | undefined;
@@ -206,7 +206,7 @@ export interface AssetModelCompositeModel {
206
206
  }
207
207
  export interface AssetModelPropertyDefinition {
208
208
  name: string | undefined;
209
- dataType: PropertyDataType | string | undefined;
209
+ dataType: PropertyDataType | undefined;
210
210
  dataTypeSpec?: string;
211
211
  unit?: string;
212
212
  type: PropertyType | undefined;
@@ -229,7 +229,7 @@ export interface AssetModelHierarchyDefinition {
229
229
  export interface AssetModelPropertySummary {
230
230
  id?: string;
231
231
  name: string | undefined;
232
- dataType: PropertyDataType | string | undefined;
232
+ dataType: PropertyDataType | undefined;
233
233
  dataTypeSpec?: string;
234
234
  unit?: string;
235
235
  type: PropertyType | undefined;
@@ -257,16 +257,16 @@ export declare const DetailedErrorCode: {
257
257
  export type DetailedErrorCode =
258
258
  (typeof DetailedErrorCode)[keyof typeof DetailedErrorCode];
259
259
  export interface DetailedError {
260
- code: DetailedErrorCode | string | undefined;
260
+ code: DetailedErrorCode | undefined;
261
261
  message: string | undefined;
262
262
  }
263
263
  export interface ErrorDetails {
264
- code: ErrorCode | string | undefined;
264
+ code: ErrorCode | undefined;
265
265
  message: string | undefined;
266
266
  details?: DetailedError[];
267
267
  }
268
268
  export interface AssetModelStatus {
269
- state: AssetModelState | string | undefined;
269
+ state: AssetModelState | undefined;
270
270
  error?: ErrorDetails;
271
271
  }
272
272
  export interface AssetModelSummary {
@@ -298,7 +298,7 @@ export interface Variant {
298
298
  export interface AssetPropertyValue {
299
299
  value: Variant | undefined;
300
300
  timestamp: TimeInNanos | undefined;
301
- quality?: Quality | string;
301
+ quality?: Quality;
302
302
  }
303
303
  export declare const AssetRelationshipType: {
304
304
  readonly HIERARCHY: "HIERARCHY";
@@ -307,7 +307,7 @@ export type AssetRelationshipType =
307
307
  (typeof AssetRelationshipType)[keyof typeof AssetRelationshipType];
308
308
  export interface AssetRelationshipSummary {
309
309
  hierarchyInfo?: AssetHierarchyInfo;
310
- relationshipType: AssetRelationshipType | string | undefined;
310
+ relationshipType: AssetRelationshipType | undefined;
311
311
  }
312
312
  export declare const AssetState: {
313
313
  readonly ACTIVE: "ACTIVE";
@@ -318,7 +318,7 @@ export declare const AssetState: {
318
318
  };
319
319
  export type AssetState = (typeof AssetState)[keyof typeof AssetState];
320
320
  export interface AssetStatus {
321
- state: AssetState | string | undefined;
321
+ state: AssetState | undefined;
322
322
  error?: ErrorDetails;
323
323
  }
324
324
  export interface AssetSummary {
@@ -439,12 +439,12 @@ export interface BatchGetAssetPropertyAggregatesEntry {
439
439
  assetId?: string;
440
440
  propertyId?: string;
441
441
  propertyAlias?: string;
442
- aggregateTypes: (AggregateType | string)[] | undefined;
442
+ aggregateTypes: AggregateType[] | undefined;
443
443
  resolution: string | undefined;
444
444
  startDate: Date | undefined;
445
445
  endDate: Date | undefined;
446
- qualities?: (Quality | string)[];
447
- timeOrdering?: TimeOrdering | string;
446
+ qualities?: Quality[];
447
+ timeOrdering?: TimeOrdering;
448
448
  }
449
449
  export interface BatchGetAssetPropertyAggregatesRequest {
450
450
  entries: BatchGetAssetPropertyAggregatesEntry[] | undefined;
@@ -459,7 +459,7 @@ export declare const BatchGetAssetPropertyAggregatesErrorCode: {
459
459
  export type BatchGetAssetPropertyAggregatesErrorCode =
460
460
  (typeof BatchGetAssetPropertyAggregatesErrorCode)[keyof typeof BatchGetAssetPropertyAggregatesErrorCode];
461
461
  export interface BatchGetAssetPropertyAggregatesErrorEntry {
462
- errorCode: BatchGetAssetPropertyAggregatesErrorCode | string | undefined;
462
+ errorCode: BatchGetAssetPropertyAggregatesErrorCode | undefined;
463
463
  errorMessage: string | undefined;
464
464
  entryId: string | undefined;
465
465
  }
@@ -470,12 +470,12 @@ export declare const BatchEntryCompletionStatus: {
470
470
  export type BatchEntryCompletionStatus =
471
471
  (typeof BatchEntryCompletionStatus)[keyof typeof BatchEntryCompletionStatus];
472
472
  export interface BatchGetAssetPropertyAggregatesErrorInfo {
473
- errorCode: BatchGetAssetPropertyAggregatesErrorCode | string | undefined;
473
+ errorCode: BatchGetAssetPropertyAggregatesErrorCode | undefined;
474
474
  errorTimestamp: Date | undefined;
475
475
  }
476
476
  export interface BatchGetAssetPropertyAggregatesSkippedEntry {
477
477
  entryId: string | undefined;
478
- completionStatus: BatchEntryCompletionStatus | string | undefined;
478
+ completionStatus: BatchEntryCompletionStatus | undefined;
479
479
  errorInfo?: BatchGetAssetPropertyAggregatesErrorInfo;
480
480
  }
481
481
  export interface BatchGetAssetPropertyAggregatesSuccessEntry {
@@ -513,17 +513,17 @@ export declare const BatchGetAssetPropertyValueErrorCode: {
513
513
  export type BatchGetAssetPropertyValueErrorCode =
514
514
  (typeof BatchGetAssetPropertyValueErrorCode)[keyof typeof BatchGetAssetPropertyValueErrorCode];
515
515
  export interface BatchGetAssetPropertyValueErrorEntry {
516
- errorCode: BatchGetAssetPropertyValueErrorCode | string | undefined;
516
+ errorCode: BatchGetAssetPropertyValueErrorCode | undefined;
517
517
  errorMessage: string | undefined;
518
518
  entryId: string | undefined;
519
519
  }
520
520
  export interface BatchGetAssetPropertyValueErrorInfo {
521
- errorCode: BatchGetAssetPropertyValueErrorCode | string | undefined;
521
+ errorCode: BatchGetAssetPropertyValueErrorCode | undefined;
522
522
  errorTimestamp: Date | undefined;
523
523
  }
524
524
  export interface BatchGetAssetPropertyValueSkippedEntry {
525
525
  entryId: string | undefined;
526
- completionStatus: BatchEntryCompletionStatus | string | undefined;
526
+ completionStatus: BatchEntryCompletionStatus | undefined;
527
527
  errorInfo?: BatchGetAssetPropertyValueErrorInfo;
528
528
  }
529
529
  export interface BatchGetAssetPropertyValueSuccessEntry {
@@ -543,8 +543,8 @@ export interface BatchGetAssetPropertyValueHistoryEntry {
543
543
  propertyAlias?: string;
544
544
  startDate?: Date;
545
545
  endDate?: Date;
546
- qualities?: (Quality | string)[];
547
- timeOrdering?: TimeOrdering | string;
546
+ qualities?: Quality[];
547
+ timeOrdering?: TimeOrdering;
548
548
  }
549
549
  export interface BatchGetAssetPropertyValueHistoryRequest {
550
550
  entries: BatchGetAssetPropertyValueHistoryEntry[] | undefined;
@@ -559,17 +559,17 @@ export declare const BatchGetAssetPropertyValueHistoryErrorCode: {
559
559
  export type BatchGetAssetPropertyValueHistoryErrorCode =
560
560
  (typeof BatchGetAssetPropertyValueHistoryErrorCode)[keyof typeof BatchGetAssetPropertyValueHistoryErrorCode];
561
561
  export interface BatchGetAssetPropertyValueHistoryErrorEntry {
562
- errorCode: BatchGetAssetPropertyValueHistoryErrorCode | string | undefined;
562
+ errorCode: BatchGetAssetPropertyValueHistoryErrorCode | undefined;
563
563
  errorMessage: string | undefined;
564
564
  entryId: string | undefined;
565
565
  }
566
566
  export interface BatchGetAssetPropertyValueHistoryErrorInfo {
567
- errorCode: BatchGetAssetPropertyValueHistoryErrorCode | string | undefined;
567
+ errorCode: BatchGetAssetPropertyValueHistoryErrorCode | undefined;
568
568
  errorTimestamp: Date | undefined;
569
569
  }
570
570
  export interface BatchGetAssetPropertyValueHistorySkippedEntry {
571
571
  entryId: string | undefined;
572
- completionStatus: BatchEntryCompletionStatus | string | undefined;
572
+ completionStatus: BatchEntryCompletionStatus | undefined;
573
573
  errorInfo?: BatchGetAssetPropertyValueHistoryErrorInfo;
574
574
  }
575
575
  export interface BatchGetAssetPropertyValueHistorySuccessEntry {
@@ -606,7 +606,7 @@ export declare const BatchPutAssetPropertyValueErrorCode: {
606
606
  export type BatchPutAssetPropertyValueErrorCode =
607
607
  (typeof BatchPutAssetPropertyValueErrorCode)[keyof typeof BatchPutAssetPropertyValueErrorCode];
608
608
  export interface BatchPutAssetPropertyError {
609
- errorCode: BatchPutAssetPropertyValueErrorCode | string | undefined;
609
+ errorCode: BatchPutAssetPropertyValueErrorCode | undefined;
610
610
  errorMessage: string | undefined;
611
611
  timestamps: TimeInNanos[] | undefined;
612
612
  }
@@ -620,7 +620,7 @@ export interface BatchPutAssetPropertyValueResponse {
620
620
  export interface CreateAccessPolicyRequest {
621
621
  accessPolicyIdentity: Identity | undefined;
622
622
  accessPolicyResource: Resource | undefined;
623
- accessPolicyPermission: Permission | string | undefined;
623
+ accessPolicyPermission: Permission | undefined;
624
624
  clientToken?: string;
625
625
  tags?: Record<string, string>;
626
626
  }
@@ -675,7 +675,7 @@ export declare const ColumnName: {
675
675
  };
676
676
  export type ColumnName = (typeof ColumnName)[keyof typeof ColumnName];
677
677
  export interface Csv {
678
- columnNames?: (ColumnName | string)[];
678
+ columnNames?: ColumnName[];
679
679
  }
680
680
  export interface FileFormat {
681
681
  csv?: Csv;
@@ -702,7 +702,7 @@ export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
702
702
  export interface CreateBulkImportJobResponse {
703
703
  jobId: string | undefined;
704
704
  jobName: string | undefined;
705
- jobStatus: JobStatus | string | undefined;
705
+ jobStatus: JobStatus | undefined;
706
706
  }
707
707
  export interface CreateDashboardRequest {
708
708
  projectId: string | undefined;
@@ -741,7 +741,7 @@ export declare const ImageFileType: {
741
741
  export type ImageFileType = (typeof ImageFileType)[keyof typeof ImageFileType];
742
742
  export interface ImageFile {
743
743
  data: Uint8Array | undefined;
744
- type: ImageFileType | string | undefined;
744
+ type: ImageFileType | undefined;
745
745
  }
746
746
  export interface CreatePortalRequest {
747
747
  portalName: string | undefined;
@@ -751,7 +751,7 @@ export interface CreatePortalRequest {
751
751
  portalLogoImageFile?: ImageFile;
752
752
  roleArn: string | undefined;
753
753
  tags?: Record<string, string>;
754
- portalAuthMode?: AuthMode | string;
754
+ portalAuthMode?: AuthMode;
755
755
  notificationSenderEmail?: string;
756
756
  alarms?: Alarms;
757
757
  }
@@ -763,7 +763,7 @@ export declare const MonitorErrorCode: {
763
763
  export type MonitorErrorCode =
764
764
  (typeof MonitorErrorCode)[keyof typeof MonitorErrorCode];
765
765
  export interface MonitorErrorDetails {
766
- code?: MonitorErrorCode | string;
766
+ code?: MonitorErrorCode;
767
767
  message?: string;
768
768
  }
769
769
  export declare const PortalState: {
@@ -775,7 +775,7 @@ export declare const PortalState: {
775
775
  };
776
776
  export type PortalState = (typeof PortalState)[keyof typeof PortalState];
777
777
  export interface PortalStatus {
778
- state: PortalState | string | undefined;
778
+ state: PortalState | undefined;
779
779
  error?: MonitorErrorDetails;
780
780
  }
781
781
  export interface CreatePortalResponse {
@@ -849,7 +849,7 @@ export interface DescribeAccessPolicyResponse {
849
849
  accessPolicyArn: string | undefined;
850
850
  accessPolicyIdentity: Identity | undefined;
851
851
  accessPolicyResource: Resource | undefined;
852
- accessPolicyPermission: Permission | string | undefined;
852
+ accessPolicyPermission: Permission | undefined;
853
853
  accessPolicyCreationDate: Date | undefined;
854
854
  accessPolicyLastUpdateDate: Date | undefined;
855
855
  }
@@ -895,7 +895,7 @@ export interface Property {
895
895
  name: string | undefined;
896
896
  alias?: string;
897
897
  notification?: PropertyNotification;
898
- dataType: PropertyDataType | string | undefined;
898
+ dataType: PropertyDataType | undefined;
899
899
  unit?: string;
900
900
  type?: PropertyType;
901
901
  }
@@ -918,7 +918,7 @@ export interface DescribeBulkImportJobRequest {
918
918
  export interface DescribeBulkImportJobResponse {
919
919
  jobId: string | undefined;
920
920
  jobName: string | undefined;
921
- jobStatus: JobStatus | string | undefined;
921
+ jobStatus: JobStatus | undefined;
922
922
  jobRoleArn: string | undefined;
923
923
  files: File[] | undefined;
924
924
  errorReportLocation: ErrorReportLocation | undefined;
@@ -941,7 +941,7 @@ export interface DescribeDashboardResponse {
941
941
  }
942
942
  export interface DescribeDefaultEncryptionConfigurationRequest {}
943
943
  export interface ConfigurationErrorDetails {
944
- code: ErrorCode | string | undefined;
944
+ code: ErrorCode | undefined;
945
945
  message: string | undefined;
946
946
  }
947
947
  export declare const ConfigurationState: {
@@ -952,7 +952,7 @@ export declare const ConfigurationState: {
952
952
  export type ConfigurationState =
953
953
  (typeof ConfigurationState)[keyof typeof ConfigurationState];
954
954
  export interface ConfigurationStatus {
955
- state: ConfigurationState | string | undefined;
955
+ state: ConfigurationState | undefined;
956
956
  error?: ConfigurationErrorDetails;
957
957
  }
958
958
  export declare const EncryptionType: {
@@ -962,7 +962,7 @@ export declare const EncryptionType: {
962
962
  export type EncryptionType =
963
963
  (typeof EncryptionType)[keyof typeof EncryptionType];
964
964
  export interface DescribeDefaultEncryptionConfigurationResponse {
965
- encryptionType: EncryptionType | string | undefined;
965
+ encryptionType: EncryptionType | undefined;
966
966
  kmsKeyArn?: string;
967
967
  configurationStatus: ConfigurationStatus | undefined;
968
968
  }
@@ -979,7 +979,7 @@ export type CapabilitySyncStatus =
979
979
  (typeof CapabilitySyncStatus)[keyof typeof CapabilitySyncStatus];
980
980
  export interface GatewayCapabilitySummary {
981
981
  capabilityNamespace: string | undefined;
982
- capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
982
+ capabilitySyncStatus: CapabilitySyncStatus | undefined;
983
983
  }
984
984
  export interface DescribeGatewayResponse {
985
985
  gatewayId: string | undefined;
@@ -998,7 +998,7 @@ export interface DescribeGatewayCapabilityConfigurationResponse {
998
998
  gatewayId: string | undefined;
999
999
  capabilityNamespace: string | undefined;
1000
1000
  capabilityConfiguration: string | undefined;
1001
- capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
1001
+ capabilitySyncStatus: CapabilitySyncStatus | undefined;
1002
1002
  }
1003
1003
  export interface DescribeLoggingOptionsRequest {}
1004
1004
  export declare const LoggingLevel: {
@@ -1008,7 +1008,7 @@ export declare const LoggingLevel: {
1008
1008
  };
1009
1009
  export type LoggingLevel = (typeof LoggingLevel)[keyof typeof LoggingLevel];
1010
1010
  export interface LoggingOptions {
1011
- level: LoggingLevel | string | undefined;
1011
+ level: LoggingLevel | undefined;
1012
1012
  }
1013
1013
  export interface DescribeLoggingOptionsResponse {
1014
1014
  loggingOptions: LoggingOptions | undefined;
@@ -1033,7 +1033,7 @@ export interface DescribePortalResponse {
1033
1033
  portalLastUpdateDate: Date | undefined;
1034
1034
  portalLogoImageLocation?: ImageLocation;
1035
1035
  roleArn?: string;
1036
- portalAuthMode?: AuthMode | string;
1036
+ portalAuthMode?: AuthMode;
1037
1037
  notificationSenderEmail?: string;
1038
1038
  alarms?: Alarms;
1039
1039
  }
@@ -1073,9 +1073,9 @@ export declare const StorageType: {
1073
1073
  };
1074
1074
  export type StorageType = (typeof StorageType)[keyof typeof StorageType];
1075
1075
  export interface DescribeStorageConfigurationResponse {
1076
- storageType: StorageType | string | undefined;
1076
+ storageType: StorageType | undefined;
1077
1077
  multiLayerStorage?: MultiLayerStorage;
1078
- disassociatedDataStorage?: DisassociatedDataStorageState | string;
1078
+ disassociatedDataStorage?: DisassociatedDataStorageState;
1079
1079
  retentionPeriod?: RetentionPeriod;
1080
1080
  configurationStatus: ConfigurationStatus | undefined;
1081
1081
  lastUpdateDate?: Date;
@@ -1090,7 +1090,7 @@ export interface DescribeTimeSeriesResponse {
1090
1090
  propertyId?: string;
1091
1091
  alias?: string;
1092
1092
  timeSeriesId: string | undefined;
1093
- dataType: PropertyDataType | string | undefined;
1093
+ dataType: PropertyDataType | undefined;
1094
1094
  dataTypeSpec?: string;
1095
1095
  timeSeriesCreationDate: Date | undefined;
1096
1096
  timeSeriesLastUpdateDate: Date | undefined;
@@ -1112,12 +1112,12 @@ export interface GetAssetPropertyAggregatesRequest {
1112
1112
  assetId?: string;
1113
1113
  propertyId?: string;
1114
1114
  propertyAlias?: string;
1115
- aggregateTypes: (AggregateType | string)[] | undefined;
1115
+ aggregateTypes: AggregateType[] | undefined;
1116
1116
  resolution: string | undefined;
1117
- qualities?: (Quality | string)[];
1117
+ qualities?: Quality[];
1118
1118
  startDate: Date | undefined;
1119
1119
  endDate: Date | undefined;
1120
- timeOrdering?: TimeOrdering | string;
1120
+ timeOrdering?: TimeOrdering;
1121
1121
  nextToken?: string;
1122
1122
  maxResults?: number;
1123
1123
  }
@@ -1139,8 +1139,8 @@ export interface GetAssetPropertyValueHistoryRequest {
1139
1139
  propertyAlias?: string;
1140
1140
  startDate?: Date;
1141
1141
  endDate?: Date;
1142
- qualities?: (Quality | string)[];
1143
- timeOrdering?: TimeOrdering | string;
1142
+ qualities?: Quality[];
1143
+ timeOrdering?: TimeOrdering;
1144
1144
  nextToken?: string;
1145
1145
  maxResults?: number;
1146
1146
  }
@@ -1156,7 +1156,7 @@ export interface GetInterpolatedAssetPropertyValuesRequest {
1156
1156
  startTimeOffsetInNanos?: number;
1157
1157
  endTimeInSeconds: number | undefined;
1158
1158
  endTimeOffsetInNanos?: number;
1159
- quality: Quality | string | undefined;
1159
+ quality: Quality | undefined;
1160
1160
  intervalInSeconds: number | undefined;
1161
1161
  nextToken?: string;
1162
1162
  maxResults?: number;
@@ -1183,9 +1183,9 @@ export declare const ResourceType: {
1183
1183
  };
1184
1184
  export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
1185
1185
  export interface ListAccessPoliciesRequest {
1186
- identityType?: IdentityType | string;
1186
+ identityType?: IdentityType;
1187
1187
  identityId?: string;
1188
- resourceType?: ResourceType | string;
1188
+ resourceType?: ResourceType;
1189
1189
  resourceId?: string;
1190
1190
  iamArn?: string;
1191
1191
  nextToken?: string;
@@ -1205,7 +1205,7 @@ export interface ListAssetModelPropertiesRequest {
1205
1205
  assetModelId: string | undefined;
1206
1206
  nextToken?: string;
1207
1207
  maxResults?: number;
1208
- filter?: ListAssetModelPropertiesFilter | string;
1208
+ filter?: ListAssetModelPropertiesFilter;
1209
1209
  }
1210
1210
  export interface ListAssetModelPropertiesResponse {
1211
1211
  assetModelPropertySummaries: AssetModelPropertySummary[] | undefined;
@@ -1229,7 +1229,7 @@ export interface ListAssetPropertiesRequest {
1229
1229
  assetId: string | undefined;
1230
1230
  nextToken?: string;
1231
1231
  maxResults?: number;
1232
- filter?: ListAssetPropertiesFilter | string;
1232
+ filter?: ListAssetPropertiesFilter;
1233
1233
  }
1234
1234
  export interface ListAssetPropertiesResponse {
1235
1235
  assetPropertySummaries: AssetPropertySummary[] | undefined;
@@ -1241,7 +1241,7 @@ export declare const TraversalType: {
1241
1241
  export type TraversalType = (typeof TraversalType)[keyof typeof TraversalType];
1242
1242
  export interface ListAssetRelationshipsRequest {
1243
1243
  assetId: string | undefined;
1244
- traversalType: TraversalType | string | undefined;
1244
+ traversalType: TraversalType | undefined;
1245
1245
  nextToken?: string;
1246
1246
  maxResults?: number;
1247
1247
  }
@@ -1259,7 +1259,7 @@ export interface ListAssetsRequest {
1259
1259
  nextToken?: string;
1260
1260
  maxResults?: number;
1261
1261
  assetModelId?: string;
1262
- filter?: ListAssetsFilter | string;
1262
+ filter?: ListAssetsFilter;
1263
1263
  }
1264
1264
  export interface ListAssetsResponse {
1265
1265
  assetSummaries: AssetSummary[] | undefined;
@@ -1274,7 +1274,7 @@ export type TraversalDirection =
1274
1274
  export interface ListAssociatedAssetsRequest {
1275
1275
  assetId: string | undefined;
1276
1276
  hierarchyId?: string;
1277
- traversalDirection?: TraversalDirection | string;
1277
+ traversalDirection?: TraversalDirection;
1278
1278
  nextToken?: string;
1279
1279
  maxResults?: number;
1280
1280
  }
@@ -1296,12 +1296,12 @@ export type ListBulkImportJobsFilter =
1296
1296
  export interface ListBulkImportJobsRequest {
1297
1297
  nextToken?: string;
1298
1298
  maxResults?: number;
1299
- filter?: ListBulkImportJobsFilter | string;
1299
+ filter?: ListBulkImportJobsFilter;
1300
1300
  }
1301
1301
  export interface JobSummary {
1302
1302
  id: string | undefined;
1303
1303
  name: string | undefined;
1304
- status: JobStatus | string | undefined;
1304
+ status: JobStatus | undefined;
1305
1305
  }
1306
1306
  export interface ListBulkImportJobsResponse {
1307
1307
  jobSummaries: JobSummary[] | undefined;
@@ -1406,14 +1406,14 @@ export interface ListTimeSeriesRequest {
1406
1406
  maxResults?: number;
1407
1407
  assetId?: string;
1408
1408
  aliasPrefix?: string;
1409
- timeSeriesType?: ListTimeSeriesType | string;
1409
+ timeSeriesType?: ListTimeSeriesType;
1410
1410
  }
1411
1411
  export interface TimeSeriesSummary {
1412
1412
  assetId?: string;
1413
1413
  propertyId?: string;
1414
1414
  alias?: string;
1415
1415
  timeSeriesId: string | undefined;
1416
- dataType: PropertyDataType | string | undefined;
1416
+ dataType: PropertyDataType | undefined;
1417
1417
  dataTypeSpec?: string;
1418
1418
  timeSeriesCreationDate: Date | undefined;
1419
1419
  timeSeriesLastUpdateDate: Date | undefined;
@@ -1424,11 +1424,11 @@ export interface ListTimeSeriesResponse {
1424
1424
  nextToken?: string;
1425
1425
  }
1426
1426
  export interface PutDefaultEncryptionConfigurationRequest {
1427
- encryptionType: EncryptionType | string | undefined;
1427
+ encryptionType: EncryptionType | undefined;
1428
1428
  kmsKeyId?: string;
1429
1429
  }
1430
1430
  export interface PutDefaultEncryptionConfigurationResponse {
1431
- encryptionType: EncryptionType | string | undefined;
1431
+ encryptionType: EncryptionType | undefined;
1432
1432
  kmsKeyArn?: string;
1433
1433
  configurationStatus: ConfigurationStatus | undefined;
1434
1434
  }
@@ -1437,15 +1437,15 @@ export interface PutLoggingOptionsRequest {
1437
1437
  }
1438
1438
  export interface PutLoggingOptionsResponse {}
1439
1439
  export interface PutStorageConfigurationRequest {
1440
- storageType: StorageType | string | undefined;
1440
+ storageType: StorageType | undefined;
1441
1441
  multiLayerStorage?: MultiLayerStorage;
1442
- disassociatedDataStorage?: DisassociatedDataStorageState | string;
1442
+ disassociatedDataStorage?: DisassociatedDataStorageState;
1443
1443
  retentionPeriod?: RetentionPeriod;
1444
1444
  }
1445
1445
  export interface PutStorageConfigurationResponse {
1446
- storageType: StorageType | string | undefined;
1446
+ storageType: StorageType | undefined;
1447
1447
  multiLayerStorage?: MultiLayerStorage;
1448
- disassociatedDataStorage?: DisassociatedDataStorageState | string;
1448
+ disassociatedDataStorage?: DisassociatedDataStorageState;
1449
1449
  retentionPeriod?: RetentionPeriod;
1450
1450
  configurationStatus: ConfigurationStatus | undefined;
1451
1451
  }
@@ -1471,7 +1471,7 @@ export interface UpdateAccessPolicyRequest {
1471
1471
  accessPolicyId: string | undefined;
1472
1472
  accessPolicyIdentity: Identity | undefined;
1473
1473
  accessPolicyResource: Resource | undefined;
1474
- accessPolicyPermission: Permission | string | undefined;
1474
+ accessPolicyPermission: Permission | undefined;
1475
1475
  clientToken?: string;
1476
1476
  }
1477
1477
  export interface UpdateAccessPolicyResponse {}
@@ -1500,7 +1500,7 @@ export interface UpdateAssetPropertyRequest {
1500
1500
  assetId: string | undefined;
1501
1501
  propertyId: string | undefined;
1502
1502
  propertyAlias?: string;
1503
- propertyNotificationState?: PropertyNotificationState | string;
1503
+ propertyNotificationState?: PropertyNotificationState;
1504
1504
  clientToken?: string;
1505
1505
  propertyUnit?: string;
1506
1506
  }
@@ -1523,7 +1523,7 @@ export interface UpdateGatewayCapabilityConfigurationRequest {
1523
1523
  }
1524
1524
  export interface UpdateGatewayCapabilityConfigurationResponse {
1525
1525
  capabilityNamespace: string | undefined;
1526
- capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
1526
+ capabilitySyncStatus: CapabilitySyncStatus | undefined;
1527
1527
  }
1528
1528
  export interface Image {
1529
1529
  id?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotsitewise",
3
3
  "description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.430.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",
@@ -21,28 +21,28 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.428.0",
35
- "@aws-sdk/util-user-agent-node": "3.428.0",
36
- "@smithy/config-resolver": "^2.0.14",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "@smithy/util-waiter": "^2.0.11",