aws-sdk 2.1661.0 → 2.1662.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +4 -1
- package/apis/appsync-2017-07-25.paginators.json +60 -0
- package/apis/cleanrooms-2022-02-17.min.json +958 -119
- package/apis/cleanrooms-2022-02-17.paginators.json +18 -0
- package/apis/cleanroomsml-2023-09-06.min.json +305 -287
- package/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
- package/apis/connect-2017-08-08.min.json +155 -144
- package/apis/connect-contact-lens-2020-08-21.min.json +18 -1
- package/apis/datazone-2018-05-10.min.json +0 -49
- package/apis/entityresolution-2018-05-10.min.json +162 -94
- package/clients/cleanrooms.d.ts +857 -59
- package/clients/cleanroomsml.d.ts +284 -257
- package/clients/cleanroomsml.js +1 -0
- package/clients/connect.d.ts +26 -5
- package/clients/connectcontactlens.d.ts +24 -3
- package/clients/datazone.d.ts +0 -64
- package/clients/entityresolution.d.ts +105 -22
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +130 -123
- package/dist/aws-sdk.js +158 -147
- package/dist/aws-sdk.min.js +11 -11
- package/lib/core.js +1 -1
- 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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
-
*
|
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
|
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
|
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
|
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
|
-
*
|
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
|
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
|
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
|
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
|
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
|
*/
|