aws-sdk 2.1387.0 → 2.1389.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -1
- package/README.md +1 -1
- package/apis/alexaforbusiness-2017-11-09.min.json +344 -128
- package/apis/appflow-2020-08-23.min.json +103 -77
- package/apis/config-2014-11-12.min.json +129 -112
- package/apis/customer-profiles-2020-08-15.min.json +476 -96
- package/apis/frauddetector-2019-11-15.min.json +29 -12
- package/apis/healthlake-2017-07-01.min.json +43 -17
- package/apis/ivs-2020-07-14.min.json +52 -47
- package/apis/m2-2021-04-28.min.json +90 -40
- package/apis/metadata.json +2 -1
- package/apis/rds-2014-10-31.min.json +4 -2
- package/apis/workspaces-web-2020-07-08.min.json +360 -71
- package/apis/workspaces-web-2020-07-08.paginators.json +5 -0
- package/clients/alexaforbusiness.d.ts +12 -0
- package/clients/appflow.d.ts +31 -0
- package/clients/browser_default.d.ts +1 -0
- package/clients/browser_default.js +1 -0
- package/clients/configservice.d.ts +34 -13
- package/clients/customerprofiles.d.ts +438 -2
- package/clients/frauddetector.d.ts +18 -4
- package/clients/healthlake.d.ts +40 -10
- package/clients/ivs.d.ts +27 -6
- package/clients/m2.d.ts +81 -2
- package/clients/rds.d.ts +10 -2
- package/clients/sagemaker.d.ts +2 -2
- package/clients/servicecatalog.d.ts +8 -8
- package/clients/wafv2.d.ts +1 -1
- package/clients/workspacesweb.d.ts +254 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +14 -14
- package/dist/aws-sdk.js +1609 -605
- package/dist/aws-sdk.min.js +101 -100
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -47,6 +47,66 @@
|
|
47
47
|
}
|
48
48
|
}
|
49
49
|
},
|
50
|
+
"CreateCalculatedAttributeDefinition": {
|
51
|
+
"http": {
|
52
|
+
"requestUri": "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}"
|
53
|
+
},
|
54
|
+
"input": {
|
55
|
+
"type": "structure",
|
56
|
+
"required": [
|
57
|
+
"DomainName",
|
58
|
+
"CalculatedAttributeName",
|
59
|
+
"AttributeDetails",
|
60
|
+
"Statistic"
|
61
|
+
],
|
62
|
+
"members": {
|
63
|
+
"DomainName": {
|
64
|
+
"location": "uri",
|
65
|
+
"locationName": "DomainName"
|
66
|
+
},
|
67
|
+
"CalculatedAttributeName": {
|
68
|
+
"location": "uri",
|
69
|
+
"locationName": "CalculatedAttributeName"
|
70
|
+
},
|
71
|
+
"DisplayName": {},
|
72
|
+
"Description": {},
|
73
|
+
"AttributeDetails": {
|
74
|
+
"shape": "Sb"
|
75
|
+
},
|
76
|
+
"Conditions": {
|
77
|
+
"shape": "Sf"
|
78
|
+
},
|
79
|
+
"Statistic": {},
|
80
|
+
"Tags": {
|
81
|
+
"shape": "Sn"
|
82
|
+
}
|
83
|
+
}
|
84
|
+
},
|
85
|
+
"output": {
|
86
|
+
"type": "structure",
|
87
|
+
"members": {
|
88
|
+
"CalculatedAttributeName": {},
|
89
|
+
"DisplayName": {},
|
90
|
+
"Description": {},
|
91
|
+
"AttributeDetails": {
|
92
|
+
"shape": "Sb"
|
93
|
+
},
|
94
|
+
"Conditions": {
|
95
|
+
"shape": "Sf"
|
96
|
+
},
|
97
|
+
"Statistic": {},
|
98
|
+
"CreatedAt": {
|
99
|
+
"type": "timestamp"
|
100
|
+
},
|
101
|
+
"LastUpdatedAt": {
|
102
|
+
"type": "timestamp"
|
103
|
+
},
|
104
|
+
"Tags": {
|
105
|
+
"shape": "Sn"
|
106
|
+
}
|
107
|
+
}
|
108
|
+
}
|
109
|
+
},
|
50
110
|
"CreateDomain": {
|
51
111
|
"http": {
|
52
112
|
"requestUri": "/domains/{DomainName}"
|
@@ -68,10 +128,10 @@
|
|
68
128
|
"DefaultEncryptionKey": {},
|
69
129
|
"DeadLetterQueueUrl": {},
|
70
130
|
"Matching": {
|
71
|
-
"shape": "
|
131
|
+
"shape": "Sw"
|
72
132
|
},
|
73
133
|
"Tags": {
|
74
|
-
"shape": "
|
134
|
+
"shape": "Sn"
|
75
135
|
}
|
76
136
|
}
|
77
137
|
},
|
@@ -91,7 +151,7 @@
|
|
91
151
|
"DefaultEncryptionKey": {},
|
92
152
|
"DeadLetterQueueUrl": {},
|
93
153
|
"Matching": {
|
94
|
-
"shape": "
|
154
|
+
"shape": "S1d"
|
95
155
|
},
|
96
156
|
"CreatedAt": {
|
97
157
|
"type": "timestamp"
|
@@ -100,7 +160,7 @@
|
|
100
160
|
"type": "timestamp"
|
101
161
|
},
|
102
162
|
"Tags": {
|
103
|
-
"shape": "
|
163
|
+
"shape": "Sn"
|
104
164
|
}
|
105
165
|
}
|
106
166
|
}
|
@@ -134,7 +194,7 @@
|
|
134
194
|
],
|
135
195
|
"members": {
|
136
196
|
"FlowDefinition": {
|
137
|
-
"shape": "
|
197
|
+
"shape": "S1i"
|
138
198
|
},
|
139
199
|
"Batches": {
|
140
200
|
"type": "list",
|
@@ -161,7 +221,7 @@
|
|
161
221
|
"ObjectTypeName": {},
|
162
222
|
"RoleArn": {},
|
163
223
|
"Tags": {
|
164
|
-
"shape": "
|
224
|
+
"shape": "Sn"
|
165
225
|
}
|
166
226
|
}
|
167
227
|
},
|
@@ -194,7 +254,7 @@
|
|
194
254
|
"AccountNumber": {},
|
195
255
|
"AdditionalInformation": {},
|
196
256
|
"PartyType": {
|
197
|
-
"shape": "
|
257
|
+
"shape": "S2v"
|
198
258
|
},
|
199
259
|
"BusinessName": {},
|
200
260
|
"FirstName": {},
|
@@ -202,7 +262,7 @@
|
|
202
262
|
"LastName": {},
|
203
263
|
"BirthDate": {},
|
204
264
|
"Gender": {
|
205
|
-
"shape": "
|
265
|
+
"shape": "S2w"
|
206
266
|
},
|
207
267
|
"PhoneNumber": {},
|
208
268
|
"MobilePhoneNumber": {},
|
@@ -212,19 +272,19 @@
|
|
212
272
|
"PersonalEmailAddress": {},
|
213
273
|
"BusinessEmailAddress": {},
|
214
274
|
"Address": {
|
215
|
-
"shape": "
|
275
|
+
"shape": "S2x"
|
216
276
|
},
|
217
277
|
"ShippingAddress": {
|
218
|
-
"shape": "
|
278
|
+
"shape": "S2x"
|
219
279
|
},
|
220
280
|
"MailingAddress": {
|
221
|
-
"shape": "
|
281
|
+
"shape": "S2x"
|
222
282
|
},
|
223
283
|
"BillingAddress": {
|
224
|
-
"shape": "
|
284
|
+
"shape": "S2x"
|
225
285
|
},
|
226
286
|
"Attributes": {
|
227
|
-
"shape": "
|
287
|
+
"shape": "S2y"
|
228
288
|
},
|
229
289
|
"PartyTypeString": {},
|
230
290
|
"GenderString": {}
|
@@ -240,6 +300,33 @@
|
|
240
300
|
}
|
241
301
|
}
|
242
302
|
},
|
303
|
+
"DeleteCalculatedAttributeDefinition": {
|
304
|
+
"http": {
|
305
|
+
"method": "DELETE",
|
306
|
+
"requestUri": "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}"
|
307
|
+
},
|
308
|
+
"input": {
|
309
|
+
"type": "structure",
|
310
|
+
"required": [
|
311
|
+
"DomainName",
|
312
|
+
"CalculatedAttributeName"
|
313
|
+
],
|
314
|
+
"members": {
|
315
|
+
"DomainName": {
|
316
|
+
"location": "uri",
|
317
|
+
"locationName": "DomainName"
|
318
|
+
},
|
319
|
+
"CalculatedAttributeName": {
|
320
|
+
"location": "uri",
|
321
|
+
"locationName": "CalculatedAttributeName"
|
322
|
+
}
|
323
|
+
}
|
324
|
+
},
|
325
|
+
"output": {
|
326
|
+
"type": "structure",
|
327
|
+
"members": {}
|
328
|
+
}
|
329
|
+
},
|
243
330
|
"DeleteDomain": {
|
244
331
|
"http": {
|
245
332
|
"method": "DELETE",
|
@@ -456,10 +543,10 @@
|
|
456
543
|
"locationName": "DomainName"
|
457
544
|
},
|
458
545
|
"Consolidation": {
|
459
|
-
"shape": "
|
546
|
+
"shape": "S12"
|
460
547
|
},
|
461
548
|
"ConflictResolution": {
|
462
|
-
"shape": "
|
549
|
+
"shape": "S15"
|
463
550
|
},
|
464
551
|
"MinAllowedConfidenceScoreForMerging": {
|
465
552
|
"type": "double"
|
@@ -485,6 +572,90 @@
|
|
485
572
|
}
|
486
573
|
}
|
487
574
|
},
|
575
|
+
"GetCalculatedAttributeDefinition": {
|
576
|
+
"http": {
|
577
|
+
"method": "GET",
|
578
|
+
"requestUri": "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}"
|
579
|
+
},
|
580
|
+
"input": {
|
581
|
+
"type": "structure",
|
582
|
+
"required": [
|
583
|
+
"DomainName",
|
584
|
+
"CalculatedAttributeName"
|
585
|
+
],
|
586
|
+
"members": {
|
587
|
+
"DomainName": {
|
588
|
+
"location": "uri",
|
589
|
+
"locationName": "DomainName"
|
590
|
+
},
|
591
|
+
"CalculatedAttributeName": {
|
592
|
+
"location": "uri",
|
593
|
+
"locationName": "CalculatedAttributeName"
|
594
|
+
}
|
595
|
+
}
|
596
|
+
},
|
597
|
+
"output": {
|
598
|
+
"type": "structure",
|
599
|
+
"members": {
|
600
|
+
"CalculatedAttributeName": {},
|
601
|
+
"DisplayName": {},
|
602
|
+
"Description": {},
|
603
|
+
"CreatedAt": {
|
604
|
+
"type": "timestamp"
|
605
|
+
},
|
606
|
+
"LastUpdatedAt": {
|
607
|
+
"type": "timestamp"
|
608
|
+
},
|
609
|
+
"Statistic": {},
|
610
|
+
"Conditions": {
|
611
|
+
"shape": "Sf"
|
612
|
+
},
|
613
|
+
"AttributeDetails": {
|
614
|
+
"shape": "Sb"
|
615
|
+
},
|
616
|
+
"Tags": {
|
617
|
+
"shape": "Sn"
|
618
|
+
}
|
619
|
+
}
|
620
|
+
}
|
621
|
+
},
|
622
|
+
"GetCalculatedAttributeForProfile": {
|
623
|
+
"http": {
|
624
|
+
"method": "GET",
|
625
|
+
"requestUri": "/domains/{DomainName}/profile/{ProfileId}/calculated-attributes/{CalculatedAttributeName}"
|
626
|
+
},
|
627
|
+
"input": {
|
628
|
+
"type": "structure",
|
629
|
+
"required": [
|
630
|
+
"DomainName",
|
631
|
+
"ProfileId",
|
632
|
+
"CalculatedAttributeName"
|
633
|
+
],
|
634
|
+
"members": {
|
635
|
+
"DomainName": {
|
636
|
+
"location": "uri",
|
637
|
+
"locationName": "DomainName"
|
638
|
+
},
|
639
|
+
"ProfileId": {
|
640
|
+
"location": "uri",
|
641
|
+
"locationName": "ProfileId"
|
642
|
+
},
|
643
|
+
"CalculatedAttributeName": {
|
644
|
+
"location": "uri",
|
645
|
+
"locationName": "CalculatedAttributeName"
|
646
|
+
}
|
647
|
+
}
|
648
|
+
},
|
649
|
+
"output": {
|
650
|
+
"type": "structure",
|
651
|
+
"members": {
|
652
|
+
"CalculatedAttributeName": {},
|
653
|
+
"DisplayName": {},
|
654
|
+
"IsDataPartial": {},
|
655
|
+
"Value": {}
|
656
|
+
}
|
657
|
+
}
|
658
|
+
},
|
488
659
|
"GetDomain": {
|
489
660
|
"http": {
|
490
661
|
"method": "GET",
|
@@ -534,7 +705,7 @@
|
|
534
705
|
}
|
535
706
|
},
|
536
707
|
"Matching": {
|
537
|
-
"shape": "
|
708
|
+
"shape": "S1d"
|
538
709
|
},
|
539
710
|
"CreatedAt": {
|
540
711
|
"type": "timestamp"
|
@@ -543,7 +714,7 @@
|
|
543
714
|
"type": "timestamp"
|
544
715
|
},
|
545
716
|
"Tags": {
|
546
|
-
"shape": "
|
717
|
+
"shape": "Sn"
|
547
718
|
}
|
548
719
|
}
|
549
720
|
}
|
@@ -590,13 +761,13 @@
|
|
590
761
|
"type": "timestamp"
|
591
762
|
},
|
592
763
|
"AutoMerging": {
|
593
|
-
"shape": "
|
764
|
+
"shape": "S11"
|
594
765
|
},
|
595
766
|
"ExportingLocation": {
|
596
|
-
"shape": "
|
767
|
+
"shape": "S3u"
|
597
768
|
},
|
598
769
|
"JobStats": {
|
599
|
-
"shape": "
|
770
|
+
"shape": "S3x"
|
600
771
|
}
|
601
772
|
}
|
602
773
|
}
|
@@ -638,10 +809,10 @@
|
|
638
809
|
"type": "timestamp"
|
639
810
|
},
|
640
811
|
"Tags": {
|
641
|
-
"shape": "
|
812
|
+
"shape": "Sn"
|
642
813
|
},
|
643
814
|
"ObjectTypeNames": {
|
644
|
-
"shape": "
|
815
|
+
"shape": "S40"
|
645
816
|
},
|
646
817
|
"WorkflowId": {},
|
647
818
|
"IsUnstructured": {
|
@@ -746,10 +917,10 @@
|
|
746
917
|
},
|
747
918
|
"SourceLastUpdatedTimestampFormat": {},
|
748
919
|
"Fields": {
|
749
|
-
"shape": "
|
920
|
+
"shape": "S4c"
|
750
921
|
},
|
751
922
|
"Keys": {
|
752
|
-
"shape": "
|
923
|
+
"shape": "S4f"
|
753
924
|
},
|
754
925
|
"CreatedAt": {
|
755
926
|
"type": "timestamp"
|
@@ -758,7 +929,7 @@
|
|
758
929
|
"type": "timestamp"
|
759
930
|
},
|
760
931
|
"Tags": {
|
761
|
-
"shape": "
|
932
|
+
"shape": "Sn"
|
762
933
|
}
|
763
934
|
}
|
764
935
|
}
|
@@ -791,10 +962,10 @@
|
|
791
962
|
},
|
792
963
|
"SourceLastUpdatedTimestampFormat": {},
|
793
964
|
"Fields": {
|
794
|
-
"shape": "
|
965
|
+
"shape": "S4c"
|
795
966
|
},
|
796
967
|
"Keys": {
|
797
|
-
"shape": "
|
968
|
+
"shape": "S4f"
|
798
969
|
}
|
799
970
|
}
|
800
971
|
}
|
@@ -986,7 +1157,110 @@
|
|
986
1157
|
"type": "structure",
|
987
1158
|
"members": {
|
988
1159
|
"Items": {
|
989
|
-
"shape": "
|
1160
|
+
"shape": "S51"
|
1161
|
+
},
|
1162
|
+
"NextToken": {}
|
1163
|
+
}
|
1164
|
+
}
|
1165
|
+
},
|
1166
|
+
"ListCalculatedAttributeDefinitions": {
|
1167
|
+
"http": {
|
1168
|
+
"method": "GET",
|
1169
|
+
"requestUri": "/domains/{DomainName}/calculated-attributes"
|
1170
|
+
},
|
1171
|
+
"input": {
|
1172
|
+
"type": "structure",
|
1173
|
+
"required": [
|
1174
|
+
"DomainName"
|
1175
|
+
],
|
1176
|
+
"members": {
|
1177
|
+
"DomainName": {
|
1178
|
+
"location": "uri",
|
1179
|
+
"locationName": "DomainName"
|
1180
|
+
},
|
1181
|
+
"NextToken": {
|
1182
|
+
"location": "querystring",
|
1183
|
+
"locationName": "next-token"
|
1184
|
+
},
|
1185
|
+
"MaxResults": {
|
1186
|
+
"location": "querystring",
|
1187
|
+
"locationName": "max-results",
|
1188
|
+
"type": "integer"
|
1189
|
+
}
|
1190
|
+
}
|
1191
|
+
},
|
1192
|
+
"output": {
|
1193
|
+
"type": "structure",
|
1194
|
+
"members": {
|
1195
|
+
"Items": {
|
1196
|
+
"type": "list",
|
1197
|
+
"member": {
|
1198
|
+
"type": "structure",
|
1199
|
+
"members": {
|
1200
|
+
"CalculatedAttributeName": {},
|
1201
|
+
"DisplayName": {},
|
1202
|
+
"Description": {},
|
1203
|
+
"CreatedAt": {
|
1204
|
+
"type": "timestamp"
|
1205
|
+
},
|
1206
|
+
"LastUpdatedAt": {
|
1207
|
+
"type": "timestamp"
|
1208
|
+
},
|
1209
|
+
"Tags": {
|
1210
|
+
"shape": "Sn"
|
1211
|
+
}
|
1212
|
+
}
|
1213
|
+
}
|
1214
|
+
},
|
1215
|
+
"NextToken": {}
|
1216
|
+
}
|
1217
|
+
}
|
1218
|
+
},
|
1219
|
+
"ListCalculatedAttributesForProfile": {
|
1220
|
+
"http": {
|
1221
|
+
"method": "GET",
|
1222
|
+
"requestUri": "/domains/{DomainName}/profile/{ProfileId}/calculated-attributes"
|
1223
|
+
},
|
1224
|
+
"input": {
|
1225
|
+
"type": "structure",
|
1226
|
+
"required": [
|
1227
|
+
"DomainName",
|
1228
|
+
"ProfileId"
|
1229
|
+
],
|
1230
|
+
"members": {
|
1231
|
+
"NextToken": {
|
1232
|
+
"location": "querystring",
|
1233
|
+
"locationName": "next-token"
|
1234
|
+
},
|
1235
|
+
"MaxResults": {
|
1236
|
+
"location": "querystring",
|
1237
|
+
"locationName": "max-results",
|
1238
|
+
"type": "integer"
|
1239
|
+
},
|
1240
|
+
"DomainName": {
|
1241
|
+
"location": "uri",
|
1242
|
+
"locationName": "DomainName"
|
1243
|
+
},
|
1244
|
+
"ProfileId": {
|
1245
|
+
"location": "uri",
|
1246
|
+
"locationName": "ProfileId"
|
1247
|
+
}
|
1248
|
+
}
|
1249
|
+
},
|
1250
|
+
"output": {
|
1251
|
+
"type": "structure",
|
1252
|
+
"members": {
|
1253
|
+
"Items": {
|
1254
|
+
"type": "list",
|
1255
|
+
"member": {
|
1256
|
+
"type": "structure",
|
1257
|
+
"members": {
|
1258
|
+
"CalculatedAttributeName": {},
|
1259
|
+
"DisplayName": {},
|
1260
|
+
"IsDataPartial": {},
|
1261
|
+
"Value": {}
|
1262
|
+
}
|
1263
|
+
}
|
990
1264
|
},
|
991
1265
|
"NextToken": {}
|
992
1266
|
}
|
@@ -1032,7 +1306,7 @@
|
|
1032
1306
|
"type": "timestamp"
|
1033
1307
|
},
|
1034
1308
|
"Tags": {
|
1035
|
-
"shape": "
|
1309
|
+
"shape": "Sn"
|
1036
1310
|
}
|
1037
1311
|
}
|
1038
1312
|
}
|
@@ -1085,10 +1359,10 @@
|
|
1085
1359
|
"type": "timestamp"
|
1086
1360
|
},
|
1087
1361
|
"JobStats": {
|
1088
|
-
"shape": "
|
1362
|
+
"shape": "S3x"
|
1089
1363
|
},
|
1090
1364
|
"ExportingLocation": {
|
1091
|
-
"shape": "
|
1365
|
+
"shape": "S3u"
|
1092
1366
|
},
|
1093
1367
|
"Message": {}
|
1094
1368
|
}
|
@@ -1133,7 +1407,7 @@
|
|
1133
1407
|
"type": "structure",
|
1134
1408
|
"members": {
|
1135
1409
|
"Items": {
|
1136
|
-
"shape": "
|
1410
|
+
"shape": "S51"
|
1137
1411
|
},
|
1138
1412
|
"NextToken": {}
|
1139
1413
|
}
|
@@ -1223,7 +1497,7 @@
|
|
1223
1497
|
"type": "timestamp"
|
1224
1498
|
},
|
1225
1499
|
"Tags": {
|
1226
|
-
"shape": "
|
1500
|
+
"shape": "Sn"
|
1227
1501
|
}
|
1228
1502
|
}
|
1229
1503
|
}
|
@@ -1313,7 +1587,7 @@
|
|
1313
1587
|
"type": "structure",
|
1314
1588
|
"members": {
|
1315
1589
|
"tags": {
|
1316
|
-
"shape": "
|
1590
|
+
"shape": "Sn"
|
1317
1591
|
}
|
1318
1592
|
}
|
1319
1593
|
}
|
@@ -1462,13 +1736,13 @@
|
|
1462
1736
|
"Uri": {},
|
1463
1737
|
"ObjectTypeName": {},
|
1464
1738
|
"Tags": {
|
1465
|
-
"shape": "
|
1739
|
+
"shape": "Sn"
|
1466
1740
|
},
|
1467
1741
|
"FlowDefinition": {
|
1468
|
-
"shape": "
|
1742
|
+
"shape": "S1i"
|
1469
1743
|
},
|
1470
1744
|
"ObjectTypeNames": {
|
1471
|
-
"shape": "
|
1745
|
+
"shape": "S40"
|
1472
1746
|
}
|
1473
1747
|
}
|
1474
1748
|
},
|
@@ -1491,10 +1765,10 @@
|
|
1491
1765
|
"type": "timestamp"
|
1492
1766
|
},
|
1493
1767
|
"Tags": {
|
1494
|
-
"shape": "
|
1768
|
+
"shape": "Sn"
|
1495
1769
|
},
|
1496
1770
|
"ObjectTypeNames": {
|
1497
|
-
"shape": "
|
1771
|
+
"shape": "S40"
|
1498
1772
|
},
|
1499
1773
|
"WorkflowId": {},
|
1500
1774
|
"IsUnstructured": {
|
@@ -1563,13 +1837,13 @@
|
|
1563
1837
|
},
|
1564
1838
|
"SourceLastUpdatedTimestampFormat": {},
|
1565
1839
|
"Fields": {
|
1566
|
-
"shape": "
|
1840
|
+
"shape": "S4c"
|
1567
1841
|
},
|
1568
1842
|
"Keys": {
|
1569
|
-
"shape": "
|
1843
|
+
"shape": "S4f"
|
1570
1844
|
},
|
1571
1845
|
"Tags": {
|
1572
|
-
"shape": "
|
1846
|
+
"shape": "Sn"
|
1573
1847
|
}
|
1574
1848
|
}
|
1575
1849
|
},
|
@@ -1592,10 +1866,10 @@
|
|
1592
1866
|
},
|
1593
1867
|
"SourceLastUpdatedTimestampFormat": {},
|
1594
1868
|
"Fields": {
|
1595
|
-
"shape": "
|
1869
|
+
"shape": "S4c"
|
1596
1870
|
},
|
1597
1871
|
"Keys": {
|
1598
|
-
"shape": "
|
1872
|
+
"shape": "S4f"
|
1599
1873
|
},
|
1600
1874
|
"CreatedAt": {
|
1601
1875
|
"type": "timestamp"
|
@@ -1604,7 +1878,7 @@
|
|
1604
1878
|
"type": "timestamp"
|
1605
1879
|
},
|
1606
1880
|
"Tags": {
|
1607
|
-
"shape": "
|
1881
|
+
"shape": "Sn"
|
1608
1882
|
}
|
1609
1883
|
}
|
1610
1884
|
}
|
@@ -1669,7 +1943,7 @@
|
|
1669
1943
|
"AccountNumber": {},
|
1670
1944
|
"AdditionalInformation": {},
|
1671
1945
|
"PartyType": {
|
1672
|
-
"shape": "
|
1946
|
+
"shape": "S2v"
|
1673
1947
|
},
|
1674
1948
|
"BusinessName": {},
|
1675
1949
|
"FirstName": {},
|
@@ -1677,7 +1951,7 @@
|
|
1677
1951
|
"LastName": {},
|
1678
1952
|
"BirthDate": {},
|
1679
1953
|
"Gender": {
|
1680
|
-
"shape": "
|
1954
|
+
"shape": "S2w"
|
1681
1955
|
},
|
1682
1956
|
"PhoneNumber": {},
|
1683
1957
|
"MobilePhoneNumber": {},
|
@@ -1687,19 +1961,19 @@
|
|
1687
1961
|
"PersonalEmailAddress": {},
|
1688
1962
|
"BusinessEmailAddress": {},
|
1689
1963
|
"Address": {
|
1690
|
-
"shape": "
|
1964
|
+
"shape": "S2x"
|
1691
1965
|
},
|
1692
1966
|
"ShippingAddress": {
|
1693
|
-
"shape": "
|
1967
|
+
"shape": "S2x"
|
1694
1968
|
},
|
1695
1969
|
"MailingAddress": {
|
1696
|
-
"shape": "
|
1970
|
+
"shape": "S2x"
|
1697
1971
|
},
|
1698
1972
|
"BillingAddress": {
|
1699
|
-
"shape": "
|
1973
|
+
"shape": "S2x"
|
1700
1974
|
},
|
1701
1975
|
"Attributes": {
|
1702
|
-
"shape": "
|
1976
|
+
"shape": "S2y"
|
1703
1977
|
},
|
1704
1978
|
"FoundByItems": {
|
1705
1979
|
"type": "list",
|
@@ -1738,7 +2012,7 @@
|
|
1738
2012
|
"locationName": "resourceArn"
|
1739
2013
|
},
|
1740
2014
|
"tags": {
|
1741
|
-
"shape": "
|
2015
|
+
"shape": "Sn"
|
1742
2016
|
}
|
1743
2017
|
}
|
1744
2018
|
},
|
@@ -1776,6 +2050,58 @@
|
|
1776
2050
|
"members": {}
|
1777
2051
|
}
|
1778
2052
|
},
|
2053
|
+
"UpdateCalculatedAttributeDefinition": {
|
2054
|
+
"http": {
|
2055
|
+
"method": "PUT",
|
2056
|
+
"requestUri": "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}"
|
2057
|
+
},
|
2058
|
+
"input": {
|
2059
|
+
"type": "structure",
|
2060
|
+
"required": [
|
2061
|
+
"DomainName",
|
2062
|
+
"CalculatedAttributeName"
|
2063
|
+
],
|
2064
|
+
"members": {
|
2065
|
+
"DomainName": {
|
2066
|
+
"location": "uri",
|
2067
|
+
"locationName": "DomainName"
|
2068
|
+
},
|
2069
|
+
"CalculatedAttributeName": {
|
2070
|
+
"location": "uri",
|
2071
|
+
"locationName": "CalculatedAttributeName"
|
2072
|
+
},
|
2073
|
+
"DisplayName": {},
|
2074
|
+
"Description": {},
|
2075
|
+
"Conditions": {
|
2076
|
+
"shape": "Sf"
|
2077
|
+
}
|
2078
|
+
}
|
2079
|
+
},
|
2080
|
+
"output": {
|
2081
|
+
"type": "structure",
|
2082
|
+
"members": {
|
2083
|
+
"CalculatedAttributeName": {},
|
2084
|
+
"DisplayName": {},
|
2085
|
+
"Description": {},
|
2086
|
+
"CreatedAt": {
|
2087
|
+
"type": "timestamp"
|
2088
|
+
},
|
2089
|
+
"LastUpdatedAt": {
|
2090
|
+
"type": "timestamp"
|
2091
|
+
},
|
2092
|
+
"Statistic": {},
|
2093
|
+
"Conditions": {
|
2094
|
+
"shape": "Sf"
|
2095
|
+
},
|
2096
|
+
"AttributeDetails": {
|
2097
|
+
"shape": "Sb"
|
2098
|
+
},
|
2099
|
+
"Tags": {
|
2100
|
+
"shape": "Sn"
|
2101
|
+
}
|
2102
|
+
}
|
2103
|
+
}
|
2104
|
+
},
|
1779
2105
|
"UpdateDomain": {
|
1780
2106
|
"http": {
|
1781
2107
|
"method": "PUT",
|
@@ -1797,10 +2123,10 @@
|
|
1797
2123
|
"DefaultEncryptionKey": {},
|
1798
2124
|
"DeadLetterQueueUrl": {},
|
1799
2125
|
"Matching": {
|
1800
|
-
"shape": "
|
2126
|
+
"shape": "Sw"
|
1801
2127
|
},
|
1802
2128
|
"Tags": {
|
1803
|
-
"shape": "
|
2129
|
+
"shape": "Sn"
|
1804
2130
|
}
|
1805
2131
|
}
|
1806
2132
|
},
|
@@ -1819,7 +2145,7 @@
|
|
1819
2145
|
"DefaultEncryptionKey": {},
|
1820
2146
|
"DeadLetterQueueUrl": {},
|
1821
2147
|
"Matching": {
|
1822
|
-
"shape": "
|
2148
|
+
"shape": "S1d"
|
1823
2149
|
},
|
1824
2150
|
"CreatedAt": {
|
1825
2151
|
"type": "timestamp"
|
@@ -1828,7 +2154,7 @@
|
|
1828
2154
|
"type": "timestamp"
|
1829
2155
|
},
|
1830
2156
|
"Tags": {
|
1831
|
-
"shape": "
|
2157
|
+
"shape": "Sn"
|
1832
2158
|
}
|
1833
2159
|
}
|
1834
2160
|
}
|
@@ -1853,7 +2179,7 @@
|
|
1853
2179
|
"AdditionalInformation": {},
|
1854
2180
|
"AccountNumber": {},
|
1855
2181
|
"PartyType": {
|
1856
|
-
"shape": "
|
2182
|
+
"shape": "S2v"
|
1857
2183
|
},
|
1858
2184
|
"BusinessName": {},
|
1859
2185
|
"FirstName": {},
|
@@ -1861,7 +2187,7 @@
|
|
1861
2187
|
"LastName": {},
|
1862
2188
|
"BirthDate": {},
|
1863
2189
|
"Gender": {
|
1864
|
-
"shape": "
|
2190
|
+
"shape": "S2w"
|
1865
2191
|
},
|
1866
2192
|
"PhoneNumber": {},
|
1867
2193
|
"MobilePhoneNumber": {},
|
@@ -1871,16 +2197,16 @@
|
|
1871
2197
|
"PersonalEmailAddress": {},
|
1872
2198
|
"BusinessEmailAddress": {},
|
1873
2199
|
"Address": {
|
1874
|
-
"shape": "
|
2200
|
+
"shape": "S72"
|
1875
2201
|
},
|
1876
2202
|
"ShippingAddress": {
|
1877
|
-
"shape": "
|
2203
|
+
"shape": "S72"
|
1878
2204
|
},
|
1879
2205
|
"MailingAddress": {
|
1880
|
-
"shape": "
|
2206
|
+
"shape": "S72"
|
1881
2207
|
},
|
1882
2208
|
"BillingAddress": {
|
1883
|
-
"shape": "
|
2209
|
+
"shape": "S72"
|
1884
2210
|
},
|
1885
2211
|
"Attributes": {
|
1886
2212
|
"type": "map",
|
@@ -1908,6 +2234,65 @@
|
|
1908
2234
|
"member": {}
|
1909
2235
|
},
|
1910
2236
|
"Sb": {
|
2237
|
+
"type": "structure",
|
2238
|
+
"required": [
|
2239
|
+
"Attributes",
|
2240
|
+
"Expression"
|
2241
|
+
],
|
2242
|
+
"members": {
|
2243
|
+
"Attributes": {
|
2244
|
+
"type": "list",
|
2245
|
+
"member": {
|
2246
|
+
"type": "structure",
|
2247
|
+
"required": [
|
2248
|
+
"Name"
|
2249
|
+
],
|
2250
|
+
"members": {
|
2251
|
+
"Name": {}
|
2252
|
+
}
|
2253
|
+
}
|
2254
|
+
},
|
2255
|
+
"Expression": {}
|
2256
|
+
}
|
2257
|
+
},
|
2258
|
+
"Sf": {
|
2259
|
+
"type": "structure",
|
2260
|
+
"members": {
|
2261
|
+
"Range": {
|
2262
|
+
"type": "structure",
|
2263
|
+
"required": [
|
2264
|
+
"Value",
|
2265
|
+
"Unit"
|
2266
|
+
],
|
2267
|
+
"members": {
|
2268
|
+
"Value": {
|
2269
|
+
"type": "integer"
|
2270
|
+
},
|
2271
|
+
"Unit": {}
|
2272
|
+
}
|
2273
|
+
},
|
2274
|
+
"ObjectCount": {
|
2275
|
+
"type": "integer"
|
2276
|
+
},
|
2277
|
+
"Threshold": {
|
2278
|
+
"type": "structure",
|
2279
|
+
"required": [
|
2280
|
+
"Value",
|
2281
|
+
"Operator"
|
2282
|
+
],
|
2283
|
+
"members": {
|
2284
|
+
"Value": {},
|
2285
|
+
"Operator": {}
|
2286
|
+
}
|
2287
|
+
}
|
2288
|
+
}
|
2289
|
+
},
|
2290
|
+
"Sn": {
|
2291
|
+
"type": "map",
|
2292
|
+
"key": {},
|
2293
|
+
"value": {}
|
2294
|
+
},
|
2295
|
+
"Sw": {
|
1911
2296
|
"type": "structure",
|
1912
2297
|
"required": [
|
1913
2298
|
"Enabled"
|
@@ -1917,17 +2302,17 @@
|
|
1917
2302
|
"type": "boolean"
|
1918
2303
|
},
|
1919
2304
|
"JobSchedule": {
|
1920
|
-
"shape": "
|
2305
|
+
"shape": "Sy"
|
1921
2306
|
},
|
1922
2307
|
"AutoMerging": {
|
1923
|
-
"shape": "
|
2308
|
+
"shape": "S11"
|
1924
2309
|
},
|
1925
2310
|
"ExportingConfig": {
|
1926
|
-
"shape": "
|
2311
|
+
"shape": "S18"
|
1927
2312
|
}
|
1928
2313
|
}
|
1929
2314
|
},
|
1930
|
-
"
|
2315
|
+
"Sy": {
|
1931
2316
|
"type": "structure",
|
1932
2317
|
"required": [
|
1933
2318
|
"DayOfTheWeek",
|
@@ -1938,7 +2323,7 @@
|
|
1938
2323
|
"Time": {}
|
1939
2324
|
}
|
1940
2325
|
},
|
1941
|
-
"
|
2326
|
+
"S11": {
|
1942
2327
|
"type": "structure",
|
1943
2328
|
"required": [
|
1944
2329
|
"Enabled"
|
@@ -1948,17 +2333,17 @@
|
|
1948
2333
|
"type": "boolean"
|
1949
2334
|
},
|
1950
2335
|
"Consolidation": {
|
1951
|
-
"shape": "
|
2336
|
+
"shape": "S12"
|
1952
2337
|
},
|
1953
2338
|
"ConflictResolution": {
|
1954
|
-
"shape": "
|
2339
|
+
"shape": "S15"
|
1955
2340
|
},
|
1956
2341
|
"MinAllowedConfidenceScoreForMerging": {
|
1957
2342
|
"type": "double"
|
1958
2343
|
}
|
1959
2344
|
}
|
1960
2345
|
},
|
1961
|
-
"
|
2346
|
+
"S12": {
|
1962
2347
|
"type": "structure",
|
1963
2348
|
"required": [
|
1964
2349
|
"MatchingAttributesList"
|
@@ -1973,7 +2358,7 @@
|
|
1973
2358
|
}
|
1974
2359
|
}
|
1975
2360
|
},
|
1976
|
-
"
|
2361
|
+
"S15": {
|
1977
2362
|
"type": "structure",
|
1978
2363
|
"required": [
|
1979
2364
|
"ConflictResolvingModel"
|
@@ -1983,7 +2368,7 @@
|
|
1983
2368
|
"SourceName": {}
|
1984
2369
|
}
|
1985
2370
|
},
|
1986
|
-
"
|
2371
|
+
"S18": {
|
1987
2372
|
"type": "structure",
|
1988
2373
|
"members": {
|
1989
2374
|
"S3Exporting": {
|
@@ -1998,29 +2383,24 @@
|
|
1998
2383
|
}
|
1999
2384
|
}
|
2000
2385
|
},
|
2001
|
-
"
|
2002
|
-
"type": "map",
|
2003
|
-
"key": {},
|
2004
|
-
"value": {}
|
2005
|
-
},
|
2006
|
-
"Sv": {
|
2386
|
+
"S1d": {
|
2007
2387
|
"type": "structure",
|
2008
2388
|
"members": {
|
2009
2389
|
"Enabled": {
|
2010
2390
|
"type": "boolean"
|
2011
2391
|
},
|
2012
2392
|
"JobSchedule": {
|
2013
|
-
"shape": "
|
2393
|
+
"shape": "Sy"
|
2014
2394
|
},
|
2015
2395
|
"AutoMerging": {
|
2016
|
-
"shape": "
|
2396
|
+
"shape": "S11"
|
2017
2397
|
},
|
2018
2398
|
"ExportingConfig": {
|
2019
|
-
"shape": "
|
2399
|
+
"shape": "S18"
|
2020
2400
|
}
|
2021
2401
|
}
|
2022
2402
|
},
|
2023
|
-
"
|
2403
|
+
"S1i": {
|
2024
2404
|
"type": "structure",
|
2025
2405
|
"required": [
|
2026
2406
|
"FlowName",
|
@@ -2179,15 +2559,15 @@
|
|
2179
2559
|
}
|
2180
2560
|
}
|
2181
2561
|
},
|
2182
|
-
"
|
2562
|
+
"S2v": {
|
2183
2563
|
"type": "string",
|
2184
2564
|
"deprecated": true
|
2185
2565
|
},
|
2186
|
-
"
|
2566
|
+
"S2w": {
|
2187
2567
|
"type": "string",
|
2188
2568
|
"deprecated": true
|
2189
2569
|
},
|
2190
|
-
"
|
2570
|
+
"S2x": {
|
2191
2571
|
"type": "structure",
|
2192
2572
|
"members": {
|
2193
2573
|
"Address1": {},
|
@@ -2202,12 +2582,12 @@
|
|
2202
2582
|
"PostalCode": {}
|
2203
2583
|
}
|
2204
2584
|
},
|
2205
|
-
"
|
2585
|
+
"S2y": {
|
2206
2586
|
"type": "map",
|
2207
2587
|
"key": {},
|
2208
2588
|
"value": {}
|
2209
2589
|
},
|
2210
|
-
"
|
2590
|
+
"S3u": {
|
2211
2591
|
"type": "structure",
|
2212
2592
|
"members": {
|
2213
2593
|
"S3Exporting": {
|
@@ -2219,7 +2599,7 @@
|
|
2219
2599
|
}
|
2220
2600
|
}
|
2221
2601
|
},
|
2222
|
-
"
|
2602
|
+
"S3x": {
|
2223
2603
|
"type": "structure",
|
2224
2604
|
"members": {
|
2225
2605
|
"NumberOfProfilesReviewed": {
|
@@ -2233,12 +2613,12 @@
|
|
2233
2613
|
}
|
2234
2614
|
}
|
2235
2615
|
},
|
2236
|
-
"
|
2616
|
+
"S40": {
|
2237
2617
|
"type": "map",
|
2238
2618
|
"key": {},
|
2239
2619
|
"value": {}
|
2240
2620
|
},
|
2241
|
-
"
|
2621
|
+
"S4c": {
|
2242
2622
|
"type": "map",
|
2243
2623
|
"key": {},
|
2244
2624
|
"value": {
|
@@ -2250,7 +2630,7 @@
|
|
2250
2630
|
}
|
2251
2631
|
}
|
2252
2632
|
},
|
2253
|
-
"
|
2633
|
+
"S4f": {
|
2254
2634
|
"type": "map",
|
2255
2635
|
"key": {},
|
2256
2636
|
"value": {
|
@@ -2270,7 +2650,7 @@
|
|
2270
2650
|
}
|
2271
2651
|
}
|
2272
2652
|
},
|
2273
|
-
"
|
2653
|
+
"S51": {
|
2274
2654
|
"type": "list",
|
2275
2655
|
"member": {
|
2276
2656
|
"type": "structure",
|
@@ -2291,10 +2671,10 @@
|
|
2291
2671
|
"type": "timestamp"
|
2292
2672
|
},
|
2293
2673
|
"Tags": {
|
2294
|
-
"shape": "
|
2674
|
+
"shape": "Sn"
|
2295
2675
|
},
|
2296
2676
|
"ObjectTypeNames": {
|
2297
|
-
"shape": "
|
2677
|
+
"shape": "S40"
|
2298
2678
|
},
|
2299
2679
|
"WorkflowId": {},
|
2300
2680
|
"IsUnstructured": {
|
@@ -2303,7 +2683,7 @@
|
|
2303
2683
|
}
|
2304
2684
|
}
|
2305
2685
|
},
|
2306
|
-
"
|
2686
|
+
"S72": {
|
2307
2687
|
"type": "structure",
|
2308
2688
|
"members": {
|
2309
2689
|
"Address1": {},
|