aws-sdk 2.1661.0 → 2.1663.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.
Files changed (33) hide show
  1. package/README.md +1 -1
  2. package/apis/appsync-2017-07-25.min.json +4 -1
  3. package/apis/appsync-2017-07-25.paginators.json +60 -0
  4. package/apis/cleanrooms-2022-02-17.min.json +1329 -202
  5. package/apis/cleanrooms-2022-02-17.paginators.json +18 -0
  6. package/apis/cleanroomsml-2023-09-06.min.json +305 -287
  7. package/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
  8. package/apis/connect-2017-08-08.min.json +155 -144
  9. package/apis/connect-contact-lens-2020-08-21.min.json +18 -1
  10. package/apis/datazone-2018-05-10.min.json +0 -49
  11. package/apis/entityresolution-2018-05-10.min.json +162 -94
  12. package/apis/iotsitewise-2019-12-02.min.json +113 -98
  13. package/apis/mediapackagev2-2022-12-25.min.json +0 -3
  14. package/apis/medical-imaging-2023-07-19.min.json +75 -35
  15. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
  16. package/clients/cleanrooms.d.ts +1079 -16
  17. package/clients/cleanroomsml.d.ts +284 -257
  18. package/clients/cleanroomsml.js +1 -0
  19. package/clients/connect.d.ts +26 -5
  20. package/clients/connectcontactlens.d.ts +24 -3
  21. package/clients/datazone.d.ts +0 -64
  22. package/clients/dynamodb.d.ts +6 -6
  23. package/clients/entityresolution.d.ts +105 -22
  24. package/clients/iotsitewise.d.ts +37 -25
  25. package/clients/mediapackagev2.d.ts +1 -1
  26. package/clients/medicalimaging.d.ts +38 -0
  27. package/clients/pinpointsmsvoicev2.d.ts +56 -56
  28. package/dist/aws-sdk-core-react-native.js +1 -1
  29. package/dist/aws-sdk-react-native.js +134 -127
  30. package/dist/aws-sdk.js +158 -147
  31. package/dist/aws-sdk.min.js +11 -11
  32. package/lib/core.js +1 -1
  33. package/package.json +1 -1
@@ -323,7 +323,7 @@ declare namespace EntityResolution {
323
323
  */
324
324
  condition?: StatementCondition;
325
325
  /**
326
- * Determines whether the permissions specified in the policy are to be allowed (Allow) or denied (Deny).
326
+ * Determines whether the permissions specified in the policy are to be allowed (Allow) or denied (Deny). If you set the value of the effect parameter to Deny for the AddPolicyStatement operation, you must also set the value of the effect parameter in the policy to Deny for the PutPolicy operation.
327
327
  */
328
328
  effect: StatementEffect;
329
329
  /**
@@ -393,7 +393,7 @@ declare namespace EntityResolution {
393
393
  */
394
394
  description?: Description;
395
395
  /**
396
- * An object which defines the idMappingType and the providerProperties.
396
+ * An object which defines the ID mapping technique and any additional configurations.
397
397
  */
398
398
  idMappingTechniques: IdMappingTechniques;
399
399
  /**
@@ -407,7 +407,7 @@ declare namespace EntityResolution {
407
407
  /**
408
408
  * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
409
409
  */
410
- roleArn: RoleArn;
410
+ roleArn?: IdMappingRoleArn;
411
411
  /**
412
412
  * The tags used to organize, track, or control access for this resource.
413
413
  */
@@ -423,7 +423,7 @@ declare namespace EntityResolution {
423
423
  */
424
424
  description?: Description;
425
425
  /**
426
- * An object which defines the idMappingType and the providerProperties.
426
+ * An object which defines the ID mapping technique and any additional configurations.
427
427
  */
428
428
  idMappingTechniques: IdMappingTechniques;
429
429
  /**
@@ -437,7 +437,7 @@ declare namespace EntityResolution {
437
437
  /**
438
438
  * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
439
439
  */
440
- roleArn: RoleArn;
440
+ roleArn?: IdMappingRoleArn;
441
441
  /**
442
442
  * The ARN (Amazon Resource Name) that Entity Resolution generated for the IDMappingWorkflow.
443
443
  */
@@ -782,7 +782,7 @@ declare namespace EntityResolution {
782
782
  */
783
783
  description?: Description;
784
784
  /**
785
- * An object which defines the idMappingType and the providerProperties.
785
+ * An object which defines the ID mapping technique and any additional configurations.
786
786
  */
787
787
  idMappingTechniques: IdMappingTechniques;
788
788
  /**
@@ -796,7 +796,7 @@ declare namespace EntityResolution {
796
796
  /**
797
797
  * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
798
798
  */
799
- roleArn: RoleArn;
799
+ roleArn?: IdMappingRoleArn;
800
800
  /**
801
801
  * The tags used to organize, track, or control access for this resource.
802
802
  */
@@ -1104,7 +1104,7 @@ declare namespace EntityResolution {
1104
1104
  }
1105
1105
  export interface IdMappingJobMetrics {
1106
1106
  /**
1107
- * The total number of input records.
1107
+ * The total number of records that were input for processing.
1108
1108
  */
1109
1109
  inputRecords?: Integer;
1110
1110
  /**
@@ -1112,7 +1112,19 @@ declare namespace EntityResolution {
1112
1112
  */
1113
1113
  recordsNotProcessed?: Integer;
1114
1114
  /**
1115
- * The total number of records processed.
1115
+ * The total number of records that were mapped.
1116
+ */
1117
+ totalMappedRecords?: Integer;
1118
+ /**
1119
+ * The total number of mapped source records.
1120
+ */
1121
+ totalMappedSourceRecords?: Integer;
1122
+ /**
1123
+ * The total number of distinct mapped target records.
1124
+ */
1125
+ totalMappedTargetRecords?: Integer;
1126
+ /**
1127
+ * The total number of records that were processed.
1116
1128
  */
1117
1129
  totalRecordsProcessed?: Integer;
1118
1130
  }
@@ -1131,6 +1143,26 @@ declare namespace EntityResolution {
1131
1143
  roleArn: RoleArn;
1132
1144
  }
1133
1145
  export type IdMappingJobOutputSourceConfig = IdMappingJobOutputSource[];
1146
+ export type IdMappingRoleArn = string;
1147
+ export interface IdMappingRuleBasedProperties {
1148
+ /**
1149
+ * The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel. If you choose MANY_TO_MANY, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A matches the value of the BusinessEmail field of Profile B, the two profiles are matched on the Email attribute type. If you choose ONE_TO_ONE, the system can only match attributes if the sub-types are an exact match. For example, for the Email attribute type, the system will only consider it a match if the value of the Email field of Profile A matches the value of the Email field of Profile B.
1150
+ */
1151
+ attributeMatchingModel: AttributeMatchingModel;
1152
+ /**
1153
+ * The type of matching record that is allowed to be used in an ID mapping workflow. If the value is set to ONE_SOURCE_TO_ONE_TARGET, only one record in the source can be matched to the same record in the target. If the value is set to MANY_SOURCE_TO_ONE_TARGET, multiple records in the source can be matched to one record in the target.
1154
+ */
1155
+ recordMatchingModel: RecordMatchingModel;
1156
+ /**
1157
+ * The set of rules you can use in an ID mapping workflow. The limitations specified for the source or target to define the match rules must be compatible.
1158
+ */
1159
+ ruleDefinitionType: IdMappingWorkflowRuleDefinitionType;
1160
+ /**
1161
+ * The rules that can be used for ID mapping.
1162
+ */
1163
+ rules?: IdMappingRuleBasedPropertiesRulesList;
1164
+ }
1165
+ export type IdMappingRuleBasedPropertiesRulesList = Rule[];
1134
1166
  export interface IdMappingTechniques {
1135
1167
  /**
1136
1168
  * The type of ID mapping.
@@ -1140,12 +1172,16 @@ declare namespace EntityResolution {
1140
1172
  * An object which defines any additional configurations required by the provider service.
1141
1173
  */
1142
1174
  providerProperties?: ProviderProperties;
1175
+ /**
1176
+ * An object which defines any additional configurations required by rule-based matching.
1177
+ */
1178
+ ruleBasedProperties?: IdMappingRuleBasedProperties;
1143
1179
  }
1144
- export type IdMappingType = "PROVIDER"|string;
1180
+ export type IdMappingType = "PROVIDER"|"RULE_BASED"|string;
1145
1181
  export type IdMappingWorkflowArn = string;
1146
1182
  export interface IdMappingWorkflowInputSource {
1147
1183
  /**
1148
- * An Glue table ARN for the input source table.
1184
+ * An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
1149
1185
  */
1150
1186
  inputSourceARN: IdMappingWorkflowInputSourceInputSourceARNString;
1151
1187
  /**
@@ -1153,7 +1189,7 @@ declare namespace EntityResolution {
1153
1189
  */
1154
1190
  schemaName?: EntityName;
1155
1191
  /**
1156
- * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId to which all sourceIds will resolve to.
1192
+ * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId which all sourceIds will resolve to.
1157
1193
  */
1158
1194
  type?: IdNamespaceType;
1159
1195
  }
@@ -1171,6 +1207,8 @@ declare namespace EntityResolution {
1171
1207
  outputS3Path: S3Path;
1172
1208
  }
1173
1209
  export type IdMappingWorkflowOutputSourceConfig = IdMappingWorkflowOutputSource[];
1210
+ export type IdMappingWorkflowRuleDefinitionType = "SOURCE"|"TARGET"|string;
1211
+ export type IdMappingWorkflowRuleDefinitionTypeList = IdMappingWorkflowRuleDefinitionType[];
1174
1212
  export interface IdMappingWorkflowSummary {
1175
1213
  /**
1176
1214
  * The timestamp of when the workflow was created.
@@ -1190,6 +1228,13 @@ declare namespace EntityResolution {
1190
1228
  workflowName: EntityName;
1191
1229
  }
1192
1230
  export type IdNamespaceArn = string;
1231
+ export interface IdNamespaceIdMappingWorkflowMetadata {
1232
+ /**
1233
+ * The type of ID mapping.
1234
+ */
1235
+ idMappingType: IdMappingType;
1236
+ }
1237
+ export type IdNamespaceIdMappingWorkflowMetadataList = IdNamespaceIdMappingWorkflowMetadata[];
1193
1238
  export interface IdNamespaceIdMappingWorkflowProperties {
1194
1239
  /**
1195
1240
  * The type of ID mapping.
@@ -1199,11 +1244,15 @@ declare namespace EntityResolution {
1199
1244
  * An object which defines any additional configurations required by the provider service.
1200
1245
  */
1201
1246
  providerProperties?: NamespaceProviderProperties;
1247
+ /**
1248
+ * An object which defines any additional configurations required by rule-based matching.
1249
+ */
1250
+ ruleBasedProperties?: NamespaceRuleBasedProperties;
1202
1251
  }
1203
1252
  export type IdNamespaceIdMappingWorkflowPropertiesList = IdNamespaceIdMappingWorkflowProperties[];
1204
1253
  export interface IdNamespaceInputSource {
1205
1254
  /**
1206
- * An Glue table ARN for the input source table.
1255
+ * An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
1207
1256
  */
1208
1257
  inputSourceARN: IdNamespaceInputSourceInputSourceARNString;
1209
1258
  /**
@@ -1223,6 +1272,10 @@ declare namespace EntityResolution {
1223
1272
  * The description of the ID namespace.
1224
1273
  */
1225
1274
  description?: Description;
1275
+ /**
1276
+ * An object which defines any additional configurations required by the ID mapping workflow.
1277
+ */
1278
+ idMappingWorkflowProperties?: IdNamespaceIdMappingWorkflowMetadataList;
1226
1279
  /**
1227
1280
  * The Amazon Resource Name (ARN) of the ID namespace.
1228
1281
  */
@@ -1232,7 +1285,7 @@ declare namespace EntityResolution {
1232
1285
  */
1233
1286
  idNamespaceName: EntityName;
1234
1287
  /**
1235
- * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId to which all sourceIds will resolve to.
1288
+ * The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId which all sourceIds will resolve to.
1236
1289
  */
1237
1290
  type: IdNamespaceType;
1238
1291
  /**
@@ -1254,7 +1307,7 @@ declare namespace EntityResolution {
1254
1307
  */
1255
1308
  applyNormalization?: Boolean;
1256
1309
  /**
1257
- * An Glue table ARN for the input source table.
1310
+ * An Glue table Amazon Resource Name (ARN) for the input source table.
1258
1311
  */
1259
1312
  inputSourceARN: InputSourceInputSourceARNString;
1260
1313
  /**
@@ -1497,6 +1550,7 @@ declare namespace EntityResolution {
1497
1550
  */
1498
1551
  tags: TagMap;
1499
1552
  }
1553
+ export type MatchPurpose = "IDENTIFIER_GENERATION"|"INDEXING"|string;
1500
1554
  export type MatchingWorkflowArn = string;
1501
1555
  export type MatchingWorkflowList = MatchingWorkflowSummary[];
1502
1556
  export interface MatchingWorkflowSummary {
@@ -1531,6 +1585,25 @@ declare namespace EntityResolution {
1531
1585
  */
1532
1586
  providerServiceArn: ProviderServiceArn;
1533
1587
  }
1588
+ export interface NamespaceRuleBasedProperties {
1589
+ /**
1590
+ * The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel. If you choose MANY_TO_MANY, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A matches the value of BusinessEmail field of Profile B, the two profiles are matched on the Email attribute type. If you choose ONE_TO_ONE, the system can only match attributes if the sub-types are an exact match. For example, for the Email attribute type, the system will only consider it a match if the value of the Email field of Profile A matches the value of the Email field of Profile B.
1591
+ */
1592
+ attributeMatchingModel?: AttributeMatchingModel;
1593
+ /**
1594
+ * The type of matching record that is allowed to be used in an ID mapping workflow. If the value is set to ONE_SOURCE_TO_ONE_TARGET, only one record in the source is matched to one record in the target. If the value is set to MANY_SOURCE_TO_ONE_TARGET, all matching records in the source are matched to one record in the target.
1595
+ */
1596
+ recordMatchingModels?: RecordMatchingModelList;
1597
+ /**
1598
+ * The sets of rules you can use in an ID mapping workflow. The limitations specified for the source and target must be compatible.
1599
+ */
1600
+ ruleDefinitionTypes?: IdMappingWorkflowRuleDefinitionTypeList;
1601
+ /**
1602
+ * The rules for the ID namespace.
1603
+ */
1604
+ rules?: NamespaceRuleBasedPropertiesRulesList;
1605
+ }
1606
+ export type NamespaceRuleBasedPropertiesRulesList = Rule[];
1534
1607
  export type NextToken = string;
1535
1608
  export interface OutputAttribute {
1536
1609
  /**
@@ -1686,7 +1759,7 @@ declare namespace EntityResolution {
1686
1759
  */
1687
1760
  arn: VeniceGlobalArn;
1688
1761
  /**
1689
- * The resource-based policy.
1762
+ * The resource-based policy. If you set the value of the effect parameter in the policy to Deny for the PutPolicy operation, you must also set the value of the effect parameter to Deny for the AddPolicyStatement operation.
1690
1763
  */
1691
1764
  policy: PolicyDocument;
1692
1765
  /**
@@ -1711,6 +1784,8 @@ declare namespace EntityResolution {
1711
1784
  export type RecordAttributeMap = {[key: string]: RecordAttributeMapValueString};
1712
1785
  export type RecordAttributeMapKeyString = string;
1713
1786
  export type RecordAttributeMapValueString = string;
1787
+ export type RecordMatchingModel = "ONE_SOURCE_TO_ONE_TARGET"|"MANY_SOURCE_TO_ONE_TARGET"|string;
1788
+ export type RecordMatchingModelList = RecordMatchingModel[];
1714
1789
  export type RequiredBucketActionsList = String[];
1715
1790
  export interface ResolutionTechniques {
1716
1791
  /**
@@ -1740,9 +1815,13 @@ declare namespace EntityResolution {
1740
1815
  }
1741
1816
  export interface RuleBasedProperties {
1742
1817
  /**
1743
- * The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the AttributeMatchingModel. When choosing MANY_TO_MANY, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A and the value of BusinessEmail field of Profile B matches, the two profiles are matched on the Email type. When choosing ONE_TO_ONE ,the system can only match if the sub-types are exact matches. For example, only when the value of the Email field of Profile A and the value of the Email field of Profile B matches, the two profiles are matched on the Email type.
1818
+ * The comparison type. You can either choose ONE_TO_ONE or MANY_TO_MANY as the attributeMatchingModel. If you choose MANY_TO_MANY, the system can match attributes across the sub-types of an attribute type. For example, if the value of the Email field of Profile A and the value of BusinessEmail field of Profile B matches, the two profiles are matched on the Email attribute type. If you choose ONE_TO_ONE, the system can only match attributes if the sub-types are an exact match. For example, for the Email attribute type, the system will only consider it a match if the value of the Email field of Profile A matches the value of the Email field of Profile B.
1744
1819
  */
1745
1820
  attributeMatchingModel: AttributeMatchingModel;
1821
+ /**
1822
+ * An indicator of whether to generate IDs and index the data or not. If you choose IDENTIFIER_GENERATION, the process generates IDs and indexes the data. If you choose INDEXING, the process indexes the data without generating IDs.
1823
+ */
1824
+ matchPurpose?: MatchPurpose;
1746
1825
  /**
1747
1826
  * A list of Rule objects, each of which have fields RuleName and MatchingKeys.
1748
1827
  */
@@ -1763,7 +1842,11 @@ declare namespace EntityResolution {
1763
1842
  */
1764
1843
  groupName?: AttributeName;
1765
1844
  /**
1766
- * A key that allows grouping of multiple input attributes into a unified matching group. For example, consider a scenario where the source table contains various addresses, such as business_address and shipping_address. By assigning a matchKey called address to both attributes, Entity Resolution will match records across these fields to create a consolidated matching group. If no matchKey is specified for a column, it won't be utilized for matching purposes but will still be included in the output table.
1845
+ * Indicates if the column values are hashed in the schema input. If the value is set to TRUE, the column values are hashed. If the value is set to FALSE, the column values are cleartext.
1846
+ */
1847
+ hashed?: Boolean;
1848
+ /**
1849
+ * A key that allows grouping of multiple input attributes into a unified matching group. For example, consider a scenario where the source table contains various addresses, such as business_address and shipping_address. By assigning a matchKey called address to both attributes, Entity Resolution will match records across these fields to create a consolidated matching group. If no matchKey is specified for a column, it won't be utilized for matching purposes but will still be included in the output table.
1767
1850
  */
1768
1851
  matchKey?: AttributeName;
1769
1852
  /**
@@ -1880,7 +1963,7 @@ declare namespace EntityResolution {
1880
1963
  */
1881
1964
  description?: Description;
1882
1965
  /**
1883
- * An object which defines the idMappingType and the providerProperties.
1966
+ * An object which defines the ID mapping technique and any additional configurations.
1884
1967
  */
1885
1968
  idMappingTechniques: IdMappingTechniques;
1886
1969
  /**
@@ -1894,7 +1977,7 @@ declare namespace EntityResolution {
1894
1977
  /**
1895
1978
  * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
1896
1979
  */
1897
- roleArn: RoleArn;
1980
+ roleArn?: IdMappingRoleArn;
1898
1981
  /**
1899
1982
  * The name of the workflow.
1900
1983
  */
@@ -1906,7 +1989,7 @@ declare namespace EntityResolution {
1906
1989
  */
1907
1990
  description?: Description;
1908
1991
  /**
1909
- * An object which defines the idMappingType and the providerProperties.
1992
+ * An object which defines the ID mapping technique and any additional configurations.
1910
1993
  */
1911
1994
  idMappingTechniques: IdMappingTechniques;
1912
1995
  /**
@@ -1920,7 +2003,7 @@ declare namespace EntityResolution {
1920
2003
  /**
1921
2004
  * The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
1922
2005
  */
1923
- roleArn: RoleArn;
2006
+ roleArn?: IdMappingRoleArn;
1924
2007
  /**
1925
2008
  * The Amazon Resource Name (ARN) of the workflow role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
1926
2009
  */
@@ -621,11 +621,11 @@ declare class IoTSiteWise extends Service {
621
621
  */
622
622
  updateAsset(callback?: (err: AWSError, data: IoTSiteWise.Types.UpdateAssetResponse) => void): Request<IoTSiteWise.Types.UpdateAssetResponse, AWSError>;
623
623
  /**
624
- * Updates an asset model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model's property and hierarchy definitions. For more information, see Updating assets and models in the IoT SiteWise User Guide. This operation overwrites the existing model with the provided model. To avoid deleting your asset model's properties or hierarchies, you must include their IDs and definitions in the updated asset model payload. For more information, see DescribeAssetModel. If you remove a property from an asset model, IoT SiteWise deletes all previous data for that property. If you remove a hierarchy definition from an asset model, IoT SiteWise disassociates every asset associated with that hierarchy. You can't change the type or data type of an existing property.
624
+ * Updates an asset model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model's property and hierarchy definitions. For more information, see Updating assets and models in the IoT SiteWise User Guide. If you remove a property from an asset model, IoT SiteWise deletes all previous data for that property. You can’t change the type or data type of an existing property. To replace an existing asset model property with a new one with the same name, do the following: Submit an UpdateAssetModel request with the entire existing property removed. Submit a second UpdateAssetModel request that includes the new property. The new asset property will have the same name as the previous one and IoT SiteWise will generate a new unique id.
625
625
  */
626
626
  updateAssetModel(params: IoTSiteWise.Types.UpdateAssetModelRequest, callback?: (err: AWSError, data: IoTSiteWise.Types.UpdateAssetModelResponse) => void): Request<IoTSiteWise.Types.UpdateAssetModelResponse, AWSError>;
627
627
  /**
628
- * Updates an asset model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model's property and hierarchy definitions. For more information, see Updating assets and models in the IoT SiteWise User Guide. This operation overwrites the existing model with the provided model. To avoid deleting your asset model's properties or hierarchies, you must include their IDs and definitions in the updated asset model payload. For more information, see DescribeAssetModel. If you remove a property from an asset model, IoT SiteWise deletes all previous data for that property. If you remove a hierarchy definition from an asset model, IoT SiteWise disassociates every asset associated with that hierarchy. You can't change the type or data type of an existing property.
628
+ * Updates an asset model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model's property and hierarchy definitions. For more information, see Updating assets and models in the IoT SiteWise User Guide. If you remove a property from an asset model, IoT SiteWise deletes all previous data for that property. You can’t change the type or data type of an existing property. To replace an existing asset model property with a new one with the same name, do the following: Submit an UpdateAssetModel request with the entire existing property removed. Submit a second UpdateAssetModel request that includes the new property. The new asset property will have the same name as the previous one and IoT SiteWise will generate a new unique id.
629
629
  */
630
630
  updateAssetModel(callback?: (err: AWSError, data: IoTSiteWise.Types.UpdateAssetModelResponse) => void): Request<IoTSiteWise.Types.UpdateAssetModelResponse, AWSError>;
631
631
  /**
@@ -1029,7 +1029,7 @@ declare namespace IoTSiteWise {
1029
1029
  export type AssetModelCompositeModelSummaries = AssetModelCompositeModelSummary[];
1030
1030
  export interface AssetModelCompositeModelSummary {
1031
1031
  /**
1032
- * The ID of the the composite model that this summary describes..
1032
+ * The ID of the composite model that this summary describes..
1033
1033
  */
1034
1034
  id: ID;
1035
1035
  /**
@@ -1037,15 +1037,15 @@ declare namespace IoTSiteWise {
1037
1037
  */
1038
1038
  externalId?: ExternalId;
1039
1039
  /**
1040
- * The name of the the composite model that this summary describes..
1040
+ * The name of the composite model that this summary describes..
1041
1041
  */
1042
1042
  name: Name;
1043
1043
  /**
1044
- * The type of asset model. ASSET_MODEL – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model. COMPONENT_MODEL – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.
1044
+ * The composite model type. Valid values are AWS/ALARM, CUSTOM, or AWS/L4E_ANOMALY.
1045
1045
  */
1046
1046
  type: Name;
1047
1047
  /**
1048
- * The description of the the composite model that this summary describes..
1048
+ * The description of the composite model that this summary describes..
1049
1049
  */
1050
1050
  description?: Description;
1051
1051
  /**
@@ -1932,7 +1932,7 @@ declare namespace IoTSiteWise {
1932
1932
  export type Bucket = string;
1933
1933
  export type CapabilityConfiguration = string;
1934
1934
  export type CapabilityNamespace = string;
1935
- export type CapabilitySyncStatus = "IN_SYNC"|"OUT_OF_SYNC"|"SYNC_FAILED"|"UNKNOWN"|string;
1935
+ export type CapabilitySyncStatus = "IN_SYNC"|"OUT_OF_SYNC"|"SYNC_FAILED"|"UNKNOWN"|"NOT_APPLICABLE"|string;
1936
1936
  export type ClientToken = string;
1937
1937
  export interface ColumnInfo {
1938
1938
  /**
@@ -2077,7 +2077,7 @@ declare namespace IoTSiteWise {
2077
2077
  */
2078
2078
  assetModelCompositeModelDescription?: Description;
2079
2079
  /**
2080
- * A unique, friendly name for the composite model.
2080
+ * A unique name for the composite model.
2081
2081
  */
2082
2082
  assetModelCompositeModelName: Name;
2083
2083
  /**
@@ -2089,11 +2089,11 @@ declare namespace IoTSiteWise {
2089
2089
  */
2090
2090
  clientToken?: ClientToken;
2091
2091
  /**
2092
- * The ID of a composite model on this asset.
2092
+ * The ID of a component model which is reused to create this composite model.
2093
2093
  */
2094
2094
  composedAssetModelId?: CustomID;
2095
2095
  /**
2096
- * The property definitions of the composite model. For more information, see &lt;LINK&gt;. You can specify up to 200 properties per composite model. For more information, see Quotas in the IoT SiteWise User Guide.
2096
+ * The property definitions of the composite model. For more information, see Inline custom composite models in the IoT SiteWise User Guide. You can specify up to 200 properties per composite model. For more information, see Quotas in the IoT SiteWise User Guide.
2097
2097
  */
2098
2098
  assetModelCompositeModelProperties?: AssetModelPropertyDefinitions;
2099
2099
  }
@@ -2110,7 +2110,7 @@ declare namespace IoTSiteWise {
2110
2110
  }
2111
2111
  export interface CreateAssetModelRequest {
2112
2112
  /**
2113
- * A unique, friendly name for the asset model.
2113
+ * A unique name for the asset model.
2114
2114
  */
2115
2115
  assetModelName: Name;
2116
2116
  /**
@@ -2126,7 +2126,7 @@ declare namespace IoTSiteWise {
2126
2126
  */
2127
2127
  assetModelHierarchies?: AssetModelHierarchyDefinitions;
2128
2128
  /**
2129
- * The composite models that are part of this asset model. It groups properties (such as attributes, measurements, transforms, and metrics) and child composite models that model parts of your industrial equipment. Each composite model has a type that defines the properties that the composite model supports. Use composite models to define alarms on this asset model. When creating custom composite models, you need to use CreateAssetModelCompositeModel. For more information, see &lt;LINK&gt;.
2129
+ * The composite models that are part of this asset model. It groups properties (such as attributes, measurements, transforms, and metrics) and child composite models that model parts of your industrial equipment. Each composite model has a type that defines the properties that the composite model supports. Use composite models to define alarms on this asset model. When creating custom composite models, you need to use CreateAssetModelCompositeModel. For more information, see Creating custom composite models (Components) in the IoT SiteWise User Guide.
2130
2130
  */
2131
2131
  assetModelCompositeModels?: AssetModelCompositeModelDefinitions;
2132
2132
  /**
@@ -2290,9 +2290,9 @@ declare namespace IoTSiteWise {
2290
2290
  }
2291
2291
  export interface CreateGatewayRequest {
2292
2292
  /**
2293
- * A unique, friendly name for the gateway.
2293
+ * A unique name for the gateway.
2294
2294
  */
2295
- gatewayName: Name;
2295
+ gatewayName: GatewayName;
2296
2296
  /**
2297
2297
  * The gateway's platform. You can only specify one platform in a gateway.
2298
2298
  */
@@ -3081,7 +3081,7 @@ declare namespace IoTSiteWise {
3081
3081
  /**
3082
3082
  * The name of the gateway.
3083
3083
  */
3084
- gatewayName: Name;
3084
+ gatewayName: GatewayName;
3085
3085
  /**
3086
3086
  * The ARN of the gateway, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
3087
3087
  */
@@ -3491,6 +3491,7 @@ declare namespace IoTSiteWise {
3491
3491
  */
3492
3492
  capabilitySyncStatus: CapabilitySyncStatus;
3493
3493
  }
3494
+ export type GatewayName = string;
3494
3495
  export interface GatewayPlatform {
3495
3496
  /**
3496
3497
  * A gateway that runs on IoT Greengrass.
@@ -3500,6 +3501,10 @@ declare namespace IoTSiteWise {
3500
3501
  * A gateway that runs on IoT Greengrass V2.
3501
3502
  */
3502
3503
  greengrassV2?: GreengrassV2;
3504
+ /**
3505
+ * A SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.
3506
+ */
3507
+ siemensIE?: SiemensIE;
3503
3508
  }
3504
3509
  export type GatewaySummaries = GatewaySummary[];
3505
3510
  export interface GatewaySummary {
@@ -3508,9 +3513,9 @@ declare namespace IoTSiteWise {
3508
3513
  */
3509
3514
  gatewayId: ID;
3510
3515
  /**
3511
- * The name of the asset.
3516
+ * The name of the gateway.
3512
3517
  */
3513
- gatewayName: Name;
3518
+ gatewayName: GatewayName;
3514
3519
  gatewayPlatform?: GatewayPlatform;
3515
3520
  /**
3516
3521
  * A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.
@@ -3717,7 +3722,7 @@ declare namespace IoTSiteWise {
3717
3722
  }
3718
3723
  export interface Greengrass {
3719
3724
  /**
3720
- * The ARN of the Greengrass group. For more information about how to find a group's ARN, see ListGroups and GetGroup in the IoT Greengrass API Reference.
3725
+ * The ARN of the Greengrass group. For more information about how to find a group's ARN, see ListGroups and GetGroup in the IoT Greengrass V1 API Reference.
3721
3726
  */
3722
3727
  groupArn: ARN;
3723
3728
  }
@@ -3805,6 +3810,7 @@ declare namespace IoTSiteWise {
3805
3810
  export type Interval = string;
3806
3811
  export type IntervalInSeconds = number;
3807
3812
  export type IntervalWindowInSeconds = number;
3813
+ export type IotCoreThingName = string;
3808
3814
  export interface JobConfiguration {
3809
3815
  /**
3810
3816
  * The file format of the data in S3.
@@ -4668,6 +4674,12 @@ declare namespace IoTSiteWise {
4668
4674
  export type SSOApplicationId = string;
4669
4675
  export type ScalarType = "BOOLEAN"|"INT"|"DOUBLE"|"TIMESTAMP"|"STRING"|string;
4670
4676
  export type ScalarValue = string;
4677
+ export interface SiemensIE {
4678
+ /**
4679
+ * The name of the IoT Thing for your SiteWise Edge gateway.
4680
+ */
4681
+ iotCoreThingName: IotCoreThingName;
4682
+ }
4671
4683
  export type StorageType = "SITEWISE_DEFAULT_STORAGE"|"MULTI_LAYER_STORAGE"|string;
4672
4684
  export type String = string;
4673
4685
  export type TagKey = string;
@@ -4835,7 +4847,7 @@ declare namespace IoTSiteWise {
4835
4847
  */
4836
4848
  assetModelCompositeModelDescription?: Description;
4837
4849
  /**
4838
- * A unique, friendly name for the composite model.
4850
+ * A unique name for the composite model.
4839
4851
  */
4840
4852
  assetModelCompositeModelName: Name;
4841
4853
  /**
@@ -4843,7 +4855,7 @@ declare namespace IoTSiteWise {
4843
4855
  */
4844
4856
  clientToken?: ClientToken;
4845
4857
  /**
4846
- * The property definitions of the composite model. For more information, see &lt;LINK&gt;. You can specify up to 200 properties per composite model. For more information, see Quotas in the IoT SiteWise User Guide.
4858
+ * The property definitions of the composite model. For more information, see Inline custom composite models in the IoT SiteWise User Guide. You can specify up to 200 properties per composite model. For more information, see Quotas in the IoT SiteWise User Guide.
4847
4859
  */
4848
4860
  assetModelCompositeModelProperties?: AssetModelProperties;
4849
4861
  }
@@ -4860,7 +4872,7 @@ declare namespace IoTSiteWise {
4860
4872
  */
4861
4873
  assetModelId: CustomID;
4862
4874
  /**
4863
- * A unique, friendly name for the asset model.
4875
+ * A unique name for the asset model.
4864
4876
  */
4865
4877
  assetModelName: Name;
4866
4878
  /**
@@ -4876,7 +4888,7 @@ declare namespace IoTSiteWise {
4876
4888
  */
4877
4889
  assetModelHierarchies?: AssetModelHierarchies;
4878
4890
  /**
4879
- * The composite models that are part of this asset model. It groups properties (such as attributes, measurements, transforms, and metrics) and child composite models that model parts of your industrial equipment. Each composite model has a type that defines the properties that the composite model supports. Use composite models to define alarms on this asset model. When creating custom composite models, you need to use CreateAssetModelCompositeModel. For more information, see &lt;LINK&gt;.
4891
+ * The composite models that are part of this asset model. It groups properties (such as attributes, measurements, transforms, and metrics) and child composite models that model parts of your industrial equipment. Each composite model has a type that defines the properties that the composite model supports. Use composite models to define alarms on this asset model. When creating custom composite models, you need to use CreateAssetModelCompositeModel. For more information, see Creating custom composite models (Components) in the IoT SiteWise User Guide.
4880
4892
  */
4881
4893
  assetModelCompositeModels?: AssetModelCompositeModels;
4882
4894
  /**
@@ -5002,9 +5014,9 @@ declare namespace IoTSiteWise {
5002
5014
  */
5003
5015
  gatewayId: ID;
5004
5016
  /**
5005
- * A unique, friendly name for the gateway.
5017
+ * A unique name for the gateway.
5006
5018
  */
5007
- gatewayName: Name;
5019
+ gatewayName: GatewayName;
5008
5020
  }
5009
5021
  export interface UpdatePortalRequest {
5010
5022
  /**
@@ -5095,7 +5107,7 @@ declare namespace IoTSiteWise {
5095
5107
  */
5096
5108
  stringValue?: PropertyValueStringValue;
5097
5109
  /**
5098
- * Asset property data of type integer (number that's greater than or equal to zero).
5110
+ * Asset property data of type integer (whole number).
5099
5111
  */
5100
5112
  integerValue?: PropertyValueIntegerValue;
5101
5113
  /**
@@ -676,7 +676,7 @@ declare namespace MediaPackageV2 {
676
676
  }
677
677
  export interface DeleteOriginEndpointResponse {
678
678
  }
679
- export type DrmSystem = "CLEAR_KEY_AES_128"|"FAIRPLAY"|"PLAYREADY"|"WIDEVINE"|string;
679
+ export type DrmSystem = "CLEAR_KEY_AES_128"|"FAIRPLAY"|"PLAYREADY"|"WIDEVINE"|"IRDETO"|string;
680
680
  export interface Encryption {
681
681
  /**
682
682
  * A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).