aws-sdk 2.1421.0 → 2.1423.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 +22 -1
- package/README.md +1 -1
- package/apis/billingconductor-2021-07-30.min.json +96 -68
- package/apis/customer-profiles-2020-08-15.min.json +253 -57
- package/apis/datasync-2018-11-09.min.json +198 -102
- package/apis/ec2-2016-11-15.min.json +300 -278
- package/apis/emr-serverless-2021-07-13.min.json +25 -3
- package/apis/entityresolution-2018-05-10.examples.json +5 -0
- package/apis/entityresolution-2018-05-10.min.json +823 -0
- package/apis/entityresolution-2018-05-10.paginators.json +22 -0
- package/apis/glue-2017-03-31.min.json +390 -318
- package/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
- package/apis/managedblockchain-query-2023-05-04.min.json +438 -0
- package/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
- package/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
- package/apis/metadata.json +7 -0
- package/apis/rds-2014-10-31.min.json +2 -1
- package/apis/sagemaker-2017-07-24.min.json +4 -0
- package/apis/securityhub-2018-10-26.min.json +145 -108
- package/apis/sts-2011-06-15.min.json +21 -11
- package/apis/transfer-2018-11-05.min.json +117 -73
- package/apis/wisdom-2020-10-19.min.json +77 -59
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/billingconductor.d.ts +102 -69
- package/clients/cloudcontrol.d.ts +1 -1
- package/clients/customerprofiles.d.ts +204 -4
- package/clients/datasync.d.ts +171 -27
- package/clients/dynamodb.d.ts +4 -4
- package/clients/ec2.d.ts +26 -0
- package/clients/emrserverless.d.ts +33 -2
- package/clients/entityresolution.d.ts +815 -0
- package/clients/entityresolution.js +18 -0
- package/clients/glue.d.ts +123 -1
- package/clients/healthlake.d.ts +70 -70
- package/clients/lambda.d.ts +1 -1
- package/clients/managedblockchainquery.d.ts +494 -0
- package/clients/managedblockchainquery.js +19 -0
- package/clients/mediaconvert.d.ts +421 -414
- package/clients/opensearchserverless.d.ts +1 -1
- package/clients/polly.d.ts +2 -2
- package/clients/rds.d.ts +14 -10
- package/clients/route53.d.ts +13 -13
- package/clients/sagemaker.d.ts +4 -4
- package/clients/securityhub.d.ts +69 -10
- package/clients/sts.d.ts +17 -1
- package/clients/transfer.d.ts +85 -19
- package/clients/wisdom.d.ts +24 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +97 -16
- package/dist/aws-sdk.js +333 -293
- package/dist/aws-sdk.min.js +67 -67
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +2 -2
- package/package.json +1 -1
@@ -130,6 +130,9 @@
|
|
130
130
|
"Matching": {
|
131
131
|
"shape": "Sw"
|
132
132
|
},
|
133
|
+
"RuleBasedMatching": {
|
134
|
+
"shape": "S1c"
|
135
|
+
},
|
133
136
|
"Tags": {
|
134
137
|
"shape": "Sn"
|
135
138
|
}
|
@@ -151,7 +154,10 @@
|
|
151
154
|
"DefaultEncryptionKey": {},
|
152
155
|
"DeadLetterQueueUrl": {},
|
153
156
|
"Matching": {
|
154
|
-
"shape": "
|
157
|
+
"shape": "S1o"
|
158
|
+
},
|
159
|
+
"RuleBasedMatching": {
|
160
|
+
"shape": "S1p"
|
155
161
|
},
|
156
162
|
"CreatedAt": {
|
157
163
|
"type": "timestamp"
|
@@ -233,7 +239,7 @@
|
|
233
239
|
],
|
234
240
|
"members": {
|
235
241
|
"FlowDefinition": {
|
236
|
-
"shape": "
|
242
|
+
"shape": "S1x"
|
237
243
|
},
|
238
244
|
"Batches": {
|
239
245
|
"type": "list",
|
@@ -293,7 +299,7 @@
|
|
293
299
|
"AccountNumber": {},
|
294
300
|
"AdditionalInformation": {},
|
295
301
|
"PartyType": {
|
296
|
-
"shape": "
|
302
|
+
"shape": "S3a"
|
297
303
|
},
|
298
304
|
"BusinessName": {},
|
299
305
|
"FirstName": {},
|
@@ -301,7 +307,7 @@
|
|
301
307
|
"LastName": {},
|
302
308
|
"BirthDate": {},
|
303
309
|
"Gender": {
|
304
|
-
"shape": "
|
310
|
+
"shape": "S3b"
|
305
311
|
},
|
306
312
|
"PhoneNumber": {},
|
307
313
|
"MobilePhoneNumber": {},
|
@@ -311,19 +317,19 @@
|
|
311
317
|
"PersonalEmailAddress": {},
|
312
318
|
"BusinessEmailAddress": {},
|
313
319
|
"Address": {
|
314
|
-
"shape": "
|
320
|
+
"shape": "S3c"
|
315
321
|
},
|
316
322
|
"ShippingAddress": {
|
317
|
-
"shape": "
|
323
|
+
"shape": "S3c"
|
318
324
|
},
|
319
325
|
"MailingAddress": {
|
320
|
-
"shape": "
|
326
|
+
"shape": "S3c"
|
321
327
|
},
|
322
328
|
"BillingAddress": {
|
323
|
-
"shape": "
|
329
|
+
"shape": "S3c"
|
324
330
|
},
|
325
331
|
"Attributes": {
|
326
|
-
"shape": "
|
332
|
+
"shape": "S3d"
|
327
333
|
},
|
328
334
|
"PartyTypeString": {},
|
329
335
|
"GenderString": {}
|
@@ -772,7 +778,10 @@
|
|
772
778
|
}
|
773
779
|
},
|
774
780
|
"Matching": {
|
775
|
-
"shape": "
|
781
|
+
"shape": "S1o"
|
782
|
+
},
|
783
|
+
"RuleBasedMatching": {
|
784
|
+
"shape": "S1p"
|
776
785
|
},
|
777
786
|
"CreatedAt": {
|
778
787
|
"type": "timestamp"
|
@@ -893,10 +902,10 @@
|
|
893
902
|
"shape": "S11"
|
894
903
|
},
|
895
904
|
"ExportingLocation": {
|
896
|
-
"shape": "
|
905
|
+
"shape": "S4g"
|
897
906
|
},
|
898
907
|
"JobStats": {
|
899
|
-
"shape": "
|
908
|
+
"shape": "S4j"
|
900
909
|
}
|
901
910
|
}
|
902
911
|
}
|
@@ -941,7 +950,7 @@
|
|
941
950
|
"shape": "Sn"
|
942
951
|
},
|
943
952
|
"ObjectTypeNames": {
|
944
|
-
"shape": "
|
953
|
+
"shape": "S4m"
|
945
954
|
},
|
946
955
|
"WorkflowId": {},
|
947
956
|
"IsUnstructured": {
|
@@ -993,8 +1002,7 @@
|
|
993
1002
|
"members": {
|
994
1003
|
"MatchId": {},
|
995
1004
|
"ProfileIds": {
|
996
|
-
"
|
997
|
-
"member": {}
|
1005
|
+
"shape": "S4u"
|
998
1006
|
},
|
999
1007
|
"ConfidenceScore": {
|
1000
1008
|
"type": "double"
|
@@ -1046,10 +1054,10 @@
|
|
1046
1054
|
},
|
1047
1055
|
"SourceLastUpdatedTimestampFormat": {},
|
1048
1056
|
"Fields": {
|
1049
|
-
"shape": "
|
1057
|
+
"shape": "S4y"
|
1050
1058
|
},
|
1051
1059
|
"Keys": {
|
1052
|
-
"shape": "
|
1060
|
+
"shape": "S51"
|
1053
1061
|
},
|
1054
1062
|
"CreatedAt": {
|
1055
1063
|
"type": "timestamp"
|
@@ -1091,14 +1099,63 @@
|
|
1091
1099
|
},
|
1092
1100
|
"SourceLastUpdatedTimestampFormat": {},
|
1093
1101
|
"Fields": {
|
1094
|
-
"shape": "
|
1102
|
+
"shape": "S4y"
|
1095
1103
|
},
|
1096
1104
|
"Keys": {
|
1097
|
-
"shape": "
|
1105
|
+
"shape": "S51"
|
1098
1106
|
}
|
1099
1107
|
}
|
1100
1108
|
}
|
1101
1109
|
},
|
1110
|
+
"GetSimilarProfiles": {
|
1111
|
+
"http": {
|
1112
|
+
"requestUri": "/domains/{DomainName}/matches"
|
1113
|
+
},
|
1114
|
+
"input": {
|
1115
|
+
"type": "structure",
|
1116
|
+
"required": [
|
1117
|
+
"DomainName",
|
1118
|
+
"MatchType",
|
1119
|
+
"SearchKey",
|
1120
|
+
"SearchValue"
|
1121
|
+
],
|
1122
|
+
"members": {
|
1123
|
+
"NextToken": {
|
1124
|
+
"location": "querystring",
|
1125
|
+
"locationName": "next-token"
|
1126
|
+
},
|
1127
|
+
"MaxResults": {
|
1128
|
+
"location": "querystring",
|
1129
|
+
"locationName": "max-results",
|
1130
|
+
"type": "integer"
|
1131
|
+
},
|
1132
|
+
"DomainName": {
|
1133
|
+
"location": "uri",
|
1134
|
+
"locationName": "DomainName"
|
1135
|
+
},
|
1136
|
+
"MatchType": {},
|
1137
|
+
"SearchKey": {},
|
1138
|
+
"SearchValue": {}
|
1139
|
+
}
|
1140
|
+
},
|
1141
|
+
"output": {
|
1142
|
+
"type": "structure",
|
1143
|
+
"members": {
|
1144
|
+
"ProfileIds": {
|
1145
|
+
"shape": "S4u"
|
1146
|
+
},
|
1147
|
+
"MatchId": {},
|
1148
|
+
"MatchType": {},
|
1149
|
+
"RuleLevel": {
|
1150
|
+
"type": "integer"
|
1151
|
+
},
|
1152
|
+
"ConfidenceScore": {
|
1153
|
+
"type": "double"
|
1154
|
+
},
|
1155
|
+
"NextToken": {}
|
1156
|
+
}
|
1157
|
+
}
|
1158
|
+
},
|
1102
1159
|
"GetWorkflow": {
|
1103
1160
|
"http": {
|
1104
1161
|
"method": "GET",
|
@@ -1286,7 +1343,7 @@
|
|
1286
1343
|
"type": "structure",
|
1287
1344
|
"members": {
|
1288
1345
|
"Items": {
|
1289
|
-
"shape": "
|
1346
|
+
"shape": "S5r"
|
1290
1347
|
},
|
1291
1348
|
"NextToken": {}
|
1292
1349
|
}
|
@@ -1559,10 +1616,10 @@
|
|
1559
1616
|
"type": "timestamp"
|
1560
1617
|
},
|
1561
1618
|
"JobStats": {
|
1562
|
-
"shape": "
|
1619
|
+
"shape": "S4j"
|
1563
1620
|
},
|
1564
1621
|
"ExportingLocation": {
|
1565
|
-
"shape": "
|
1622
|
+
"shape": "S4g"
|
1566
1623
|
},
|
1567
1624
|
"Message": {}
|
1568
1625
|
}
|
@@ -1607,7 +1664,7 @@
|
|
1607
1664
|
"type": "structure",
|
1608
1665
|
"members": {
|
1609
1666
|
"Items": {
|
1610
|
-
"shape": "
|
1667
|
+
"shape": "S5r"
|
1611
1668
|
},
|
1612
1669
|
"NextToken": {}
|
1613
1670
|
}
|
@@ -1766,6 +1823,43 @@
|
|
1766
1823
|
}
|
1767
1824
|
}
|
1768
1825
|
},
|
1826
|
+
"ListRuleBasedMatches": {
|
1827
|
+
"http": {
|
1828
|
+
"method": "GET",
|
1829
|
+
"requestUri": "/domains/{DomainName}/profiles/ruleBasedMatches"
|
1830
|
+
},
|
1831
|
+
"input": {
|
1832
|
+
"type": "structure",
|
1833
|
+
"required": [
|
1834
|
+
"DomainName"
|
1835
|
+
],
|
1836
|
+
"members": {
|
1837
|
+
"NextToken": {
|
1838
|
+
"location": "querystring",
|
1839
|
+
"locationName": "next-token"
|
1840
|
+
},
|
1841
|
+
"MaxResults": {
|
1842
|
+
"location": "querystring",
|
1843
|
+
"locationName": "max-results",
|
1844
|
+
"type": "integer"
|
1845
|
+
},
|
1846
|
+
"DomainName": {
|
1847
|
+
"location": "uri",
|
1848
|
+
"locationName": "DomainName"
|
1849
|
+
}
|
1850
|
+
}
|
1851
|
+
},
|
1852
|
+
"output": {
|
1853
|
+
"type": "structure",
|
1854
|
+
"members": {
|
1855
|
+
"MatchIds": {
|
1856
|
+
"type": "list",
|
1857
|
+
"member": {}
|
1858
|
+
},
|
1859
|
+
"NextToken": {}
|
1860
|
+
}
|
1861
|
+
}
|
1862
|
+
},
|
1769
1863
|
"ListTagsForResource": {
|
1770
1864
|
"http": {
|
1771
1865
|
"method": "GET",
|
@@ -1939,10 +2033,10 @@
|
|
1939
2033
|
"shape": "Sn"
|
1940
2034
|
},
|
1941
2035
|
"FlowDefinition": {
|
1942
|
-
"shape": "
|
2036
|
+
"shape": "S1x"
|
1943
2037
|
},
|
1944
2038
|
"ObjectTypeNames": {
|
1945
|
-
"shape": "
|
2039
|
+
"shape": "S4m"
|
1946
2040
|
}
|
1947
2041
|
}
|
1948
2042
|
},
|
@@ -1968,7 +2062,7 @@
|
|
1968
2062
|
"shape": "Sn"
|
1969
2063
|
},
|
1970
2064
|
"ObjectTypeNames": {
|
1971
|
-
"shape": "
|
2065
|
+
"shape": "S4m"
|
1972
2066
|
},
|
1973
2067
|
"WorkflowId": {},
|
1974
2068
|
"IsUnstructured": {
|
@@ -2037,10 +2131,10 @@
|
|
2037
2131
|
},
|
2038
2132
|
"SourceLastUpdatedTimestampFormat": {},
|
2039
2133
|
"Fields": {
|
2040
|
-
"shape": "
|
2134
|
+
"shape": "S4y"
|
2041
2135
|
},
|
2042
2136
|
"Keys": {
|
2043
|
-
"shape": "
|
2137
|
+
"shape": "S51"
|
2044
2138
|
},
|
2045
2139
|
"Tags": {
|
2046
2140
|
"shape": "Sn"
|
@@ -2066,10 +2160,10 @@
|
|
2066
2160
|
},
|
2067
2161
|
"SourceLastUpdatedTimestampFormat": {},
|
2068
2162
|
"Fields": {
|
2069
|
-
"shape": "
|
2163
|
+
"shape": "S4y"
|
2070
2164
|
},
|
2071
2165
|
"Keys": {
|
2072
|
-
"shape": "
|
2166
|
+
"shape": "S51"
|
2073
2167
|
},
|
2074
2168
|
"CreatedAt": {
|
2075
2169
|
"type": "timestamp"
|
@@ -2143,7 +2237,7 @@
|
|
2143
2237
|
"AccountNumber": {},
|
2144
2238
|
"AdditionalInformation": {},
|
2145
2239
|
"PartyType": {
|
2146
|
-
"shape": "
|
2240
|
+
"shape": "S3a"
|
2147
2241
|
},
|
2148
2242
|
"BusinessName": {},
|
2149
2243
|
"FirstName": {},
|
@@ -2151,7 +2245,7 @@
|
|
2151
2245
|
"LastName": {},
|
2152
2246
|
"BirthDate": {},
|
2153
2247
|
"Gender": {
|
2154
|
-
"shape": "
|
2248
|
+
"shape": "S3b"
|
2155
2249
|
},
|
2156
2250
|
"PhoneNumber": {},
|
2157
2251
|
"MobilePhoneNumber": {},
|
@@ -2161,19 +2255,19 @@
|
|
2161
2255
|
"PersonalEmailAddress": {},
|
2162
2256
|
"BusinessEmailAddress": {},
|
2163
2257
|
"Address": {
|
2164
|
-
"shape": "
|
2258
|
+
"shape": "S3c"
|
2165
2259
|
},
|
2166
2260
|
"ShippingAddress": {
|
2167
|
-
"shape": "
|
2261
|
+
"shape": "S3c"
|
2168
2262
|
},
|
2169
2263
|
"MailingAddress": {
|
2170
|
-
"shape": "
|
2264
|
+
"shape": "S3c"
|
2171
2265
|
},
|
2172
2266
|
"BillingAddress": {
|
2173
|
-
"shape": "
|
2267
|
+
"shape": "S3c"
|
2174
2268
|
},
|
2175
2269
|
"Attributes": {
|
2176
|
-
"shape": "
|
2270
|
+
"shape": "S3d"
|
2177
2271
|
},
|
2178
2272
|
"FoundByItems": {
|
2179
2273
|
"type": "list",
|
@@ -2325,6 +2419,9 @@
|
|
2325
2419
|
"Matching": {
|
2326
2420
|
"shape": "Sw"
|
2327
2421
|
},
|
2422
|
+
"RuleBasedMatching": {
|
2423
|
+
"shape": "S1c"
|
2424
|
+
},
|
2328
2425
|
"Tags": {
|
2329
2426
|
"shape": "Sn"
|
2330
2427
|
}
|
@@ -2345,7 +2442,10 @@
|
|
2345
2442
|
"DefaultEncryptionKey": {},
|
2346
2443
|
"DeadLetterQueueUrl": {},
|
2347
2444
|
"Matching": {
|
2348
|
-
"shape": "
|
2445
|
+
"shape": "S1o"
|
2446
|
+
},
|
2447
|
+
"RuleBasedMatching": {
|
2448
|
+
"shape": "S1p"
|
2349
2449
|
},
|
2350
2450
|
"CreatedAt": {
|
2351
2451
|
"type": "timestamp"
|
@@ -2379,7 +2479,7 @@
|
|
2379
2479
|
"AdditionalInformation": {},
|
2380
2480
|
"AccountNumber": {},
|
2381
2481
|
"PartyType": {
|
2382
|
-
"shape": "
|
2482
|
+
"shape": "S3a"
|
2383
2483
|
},
|
2384
2484
|
"BusinessName": {},
|
2385
2485
|
"FirstName": {},
|
@@ -2387,7 +2487,7 @@
|
|
2387
2487
|
"LastName": {},
|
2388
2488
|
"BirthDate": {},
|
2389
2489
|
"Gender": {
|
2390
|
-
"shape": "
|
2490
|
+
"shape": "S3b"
|
2391
2491
|
},
|
2392
2492
|
"PhoneNumber": {},
|
2393
2493
|
"MobilePhoneNumber": {},
|
@@ -2397,16 +2497,16 @@
|
|
2397
2497
|
"PersonalEmailAddress": {},
|
2398
2498
|
"BusinessEmailAddress": {},
|
2399
2499
|
"Address": {
|
2400
|
-
"shape": "
|
2500
|
+
"shape": "S80"
|
2401
2501
|
},
|
2402
2502
|
"ShippingAddress": {
|
2403
|
-
"shape": "
|
2503
|
+
"shape": "S80"
|
2404
2504
|
},
|
2405
2505
|
"MailingAddress": {
|
2406
|
-
"shape": "
|
2506
|
+
"shape": "S80"
|
2407
2507
|
},
|
2408
2508
|
"BillingAddress": {
|
2409
|
-
"shape": "
|
2509
|
+
"shape": "S80"
|
2410
2510
|
},
|
2411
2511
|
"Attributes": {
|
2412
2512
|
"type": "map",
|
@@ -2583,7 +2683,72 @@
|
|
2583
2683
|
}
|
2584
2684
|
}
|
2585
2685
|
},
|
2686
|
+
"S1c": {
|
2687
|
+
"type": "structure",
|
2688
|
+
"required": [
|
2689
|
+
"Enabled"
|
2690
|
+
],
|
2691
|
+
"members": {
|
2692
|
+
"Enabled": {
|
2693
|
+
"type": "boolean"
|
2694
|
+
},
|
2695
|
+
"MatchingRules": {
|
2696
|
+
"shape": "S1d"
|
2697
|
+
},
|
2698
|
+
"MaxAllowedRuleLevelForMerging": {
|
2699
|
+
"type": "integer"
|
2700
|
+
},
|
2701
|
+
"MaxAllowedRuleLevelForMatching": {
|
2702
|
+
"type": "integer"
|
2703
|
+
},
|
2704
|
+
"AttributeTypesSelector": {
|
2705
|
+
"shape": "S1i"
|
2706
|
+
},
|
2707
|
+
"ConflictResolution": {
|
2708
|
+
"shape": "S15"
|
2709
|
+
},
|
2710
|
+
"ExportingConfig": {
|
2711
|
+
"shape": "S18"
|
2712
|
+
}
|
2713
|
+
}
|
2714
|
+
},
|
2586
2715
|
"S1d": {
|
2716
|
+
"type": "list",
|
2717
|
+
"member": {
|
2718
|
+
"type": "structure",
|
2719
|
+
"required": [
|
2720
|
+
"Rule"
|
2721
|
+
],
|
2722
|
+
"members": {
|
2723
|
+
"Rule": {
|
2724
|
+
"type": "list",
|
2725
|
+
"member": {}
|
2726
|
+
}
|
2727
|
+
}
|
2728
|
+
}
|
2729
|
+
},
|
2730
|
+
"S1i": {
|
2731
|
+
"type": "structure",
|
2732
|
+
"required": [
|
2733
|
+
"AttributeMatchingModel"
|
2734
|
+
],
|
2735
|
+
"members": {
|
2736
|
+
"AttributeMatchingModel": {},
|
2737
|
+
"Address": {
|
2738
|
+
"type": "list",
|
2739
|
+
"member": {}
|
2740
|
+
},
|
2741
|
+
"PhoneNumber": {
|
2742
|
+
"type": "list",
|
2743
|
+
"member": {}
|
2744
|
+
},
|
2745
|
+
"EmailAddress": {
|
2746
|
+
"type": "list",
|
2747
|
+
"member": {}
|
2748
|
+
}
|
2749
|
+
}
|
2750
|
+
},
|
2751
|
+
"S1o": {
|
2587
2752
|
"type": "structure",
|
2588
2753
|
"members": {
|
2589
2754
|
"Enabled": {
|
@@ -2600,7 +2765,34 @@
|
|
2600
2765
|
}
|
2601
2766
|
}
|
2602
2767
|
},
|
2603
|
-
"
|
2768
|
+
"S1p": {
|
2769
|
+
"type": "structure",
|
2770
|
+
"members": {
|
2771
|
+
"Enabled": {
|
2772
|
+
"type": "boolean"
|
2773
|
+
},
|
2774
|
+
"MatchingRules": {
|
2775
|
+
"shape": "S1d"
|
2776
|
+
},
|
2777
|
+
"Status": {},
|
2778
|
+
"MaxAllowedRuleLevelForMerging": {
|
2779
|
+
"type": "integer"
|
2780
|
+
},
|
2781
|
+
"MaxAllowedRuleLevelForMatching": {
|
2782
|
+
"type": "integer"
|
2783
|
+
},
|
2784
|
+
"AttributeTypesSelector": {
|
2785
|
+
"shape": "S1i"
|
2786
|
+
},
|
2787
|
+
"ConflictResolution": {
|
2788
|
+
"shape": "S15"
|
2789
|
+
},
|
2790
|
+
"ExportingConfig": {
|
2791
|
+
"shape": "S18"
|
2792
|
+
}
|
2793
|
+
}
|
2794
|
+
},
|
2795
|
+
"S1x": {
|
2604
2796
|
"type": "structure",
|
2605
2797
|
"required": [
|
2606
2798
|
"FlowName",
|
@@ -2759,15 +2951,15 @@
|
|
2759
2951
|
}
|
2760
2952
|
}
|
2761
2953
|
},
|
2762
|
-
"
|
2954
|
+
"S3a": {
|
2763
2955
|
"type": "string",
|
2764
2956
|
"deprecated": true
|
2765
2957
|
},
|
2766
|
-
"
|
2958
|
+
"S3b": {
|
2767
2959
|
"type": "string",
|
2768
2960
|
"deprecated": true
|
2769
2961
|
},
|
2770
|
-
"
|
2962
|
+
"S3c": {
|
2771
2963
|
"type": "structure",
|
2772
2964
|
"members": {
|
2773
2965
|
"Address1": {},
|
@@ -2782,12 +2974,12 @@
|
|
2782
2974
|
"PostalCode": {}
|
2783
2975
|
}
|
2784
2976
|
},
|
2785
|
-
"
|
2977
|
+
"S3d": {
|
2786
2978
|
"type": "map",
|
2787
2979
|
"key": {},
|
2788
2980
|
"value": {}
|
2789
2981
|
},
|
2790
|
-
"
|
2982
|
+
"S4g": {
|
2791
2983
|
"type": "structure",
|
2792
2984
|
"members": {
|
2793
2985
|
"S3Exporting": {
|
@@ -2799,7 +2991,7 @@
|
|
2799
2991
|
}
|
2800
2992
|
}
|
2801
2993
|
},
|
2802
|
-
"
|
2994
|
+
"S4j": {
|
2803
2995
|
"type": "structure",
|
2804
2996
|
"members": {
|
2805
2997
|
"NumberOfProfilesReviewed": {
|
@@ -2813,12 +3005,16 @@
|
|
2813
3005
|
}
|
2814
3006
|
}
|
2815
3007
|
},
|
2816
|
-
"
|
3008
|
+
"S4m": {
|
2817
3009
|
"type": "map",
|
2818
3010
|
"key": {},
|
2819
3011
|
"value": {}
|
2820
3012
|
},
|
2821
|
-
"
|
3013
|
+
"S4u": {
|
3014
|
+
"type": "list",
|
3015
|
+
"member": {}
|
3016
|
+
},
|
3017
|
+
"S4y": {
|
2822
3018
|
"type": "map",
|
2823
3019
|
"key": {},
|
2824
3020
|
"value": {
|
@@ -2830,7 +3026,7 @@
|
|
2830
3026
|
}
|
2831
3027
|
}
|
2832
3028
|
},
|
2833
|
-
"
|
3029
|
+
"S51": {
|
2834
3030
|
"type": "map",
|
2835
3031
|
"key": {},
|
2836
3032
|
"value": {
|
@@ -2850,7 +3046,7 @@
|
|
2850
3046
|
}
|
2851
3047
|
}
|
2852
3048
|
},
|
2853
|
-
"
|
3049
|
+
"S5r": {
|
2854
3050
|
"type": "list",
|
2855
3051
|
"member": {
|
2856
3052
|
"type": "structure",
|
@@ -2874,7 +3070,7 @@
|
|
2874
3070
|
"shape": "Sn"
|
2875
3071
|
},
|
2876
3072
|
"ObjectTypeNames": {
|
2877
|
-
"shape": "
|
3073
|
+
"shape": "S4m"
|
2878
3074
|
},
|
2879
3075
|
"WorkflowId": {},
|
2880
3076
|
"IsUnstructured": {
|
@@ -2883,7 +3079,7 @@
|
|
2883
3079
|
}
|
2884
3080
|
}
|
2885
3081
|
},
|
2886
|
-
"
|
3082
|
+
"S80": {
|
2887
3083
|
"type": "structure",
|
2888
3084
|
"members": {
|
2889
3085
|
"Address1": {},
|