aws-sdk 2.1392.0 → 2.1393.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 +8 -1
- package/README.md +1 -1
- package/apis/customer-profiles-2020-08-15.min.json +252 -52
- package/apis/customer-profiles-2020-08-15.paginators.json +6 -0
- package/apis/emr-containers-2020-10-01.min.json +31 -18
- package/apis/logs-2014-03-28.min.json +99 -16
- package/clients/cloudformation.d.ts +24 -24
- package/clients/cloudwatchlogs.d.ts +132 -18
- package/clients/customerprofiles.d.ts +201 -0
- package/clients/directconnect.d.ts +6 -6
- package/clients/emrcontainers.d.ts +16 -0
- package/clients/iotdeviceadvisor.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +102 -19
- package/dist/aws-sdk.min.js +39 -39
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,14 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1393.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1393.0
|
6
|
+
* feature: CloudFormation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT
|
7
|
+
* feature: CloudWatchLogs: This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response.
|
8
|
+
* feature: CustomerProfiles: This release introduces event stream related APIs.
|
9
|
+
* feature: EMRcontainers: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API.
|
10
|
+
* feature: IotDeviceAdvisor: AWS IoT Core Device Advisor now supports new Qualification Suite test case list. With this update, customers can more easily create new qualification test suite with an empty rootGroup input.
|
11
|
+
|
5
12
|
## 2.1392.0
|
6
13
|
* feature: EMR: This release provides customers the ability to specify an allocation strategies amongst PRICE_CAPACITY_OPTIMIZED, CAPACITY_OPTIMIZED, LOWEST_PRICE, DIVERSIFIED for Spot instances in Instance Feet cluster. This enables customers to choose an allocation strategy best suited for their workload.
|
7
14
|
* feature: IAM: This release updates the AccountAlias regex pattern with the same length restrictions enforced by the length constraint.
|
package/README.md
CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
71
71
|
To use the SDK in the browser, simply add the following script tag to your
|
72
72
|
HTML pages:
|
73
73
|
|
74
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1393.0.min.js"></script>
|
75
75
|
|
76
76
|
You can also build a custom browser SDK with your specified set of AWS services.
|
77
77
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -165,6 +165,45 @@
|
|
165
165
|
}
|
166
166
|
}
|
167
167
|
},
|
168
|
+
"CreateEventStream": {
|
169
|
+
"http": {
|
170
|
+
"requestUri": "/domains/{DomainName}/event-streams/{EventStreamName}"
|
171
|
+
},
|
172
|
+
"input": {
|
173
|
+
"type": "structure",
|
174
|
+
"required": [
|
175
|
+
"DomainName",
|
176
|
+
"Uri",
|
177
|
+
"EventStreamName"
|
178
|
+
],
|
179
|
+
"members": {
|
180
|
+
"DomainName": {
|
181
|
+
"location": "uri",
|
182
|
+
"locationName": "DomainName"
|
183
|
+
},
|
184
|
+
"Uri": {},
|
185
|
+
"EventStreamName": {
|
186
|
+
"location": "uri",
|
187
|
+
"locationName": "EventStreamName"
|
188
|
+
},
|
189
|
+
"Tags": {
|
190
|
+
"shape": "Sn"
|
191
|
+
}
|
192
|
+
}
|
193
|
+
},
|
194
|
+
"output": {
|
195
|
+
"type": "structure",
|
196
|
+
"required": [
|
197
|
+
"EventStreamArn"
|
198
|
+
],
|
199
|
+
"members": {
|
200
|
+
"EventStreamArn": {},
|
201
|
+
"Tags": {
|
202
|
+
"shape": "Sn"
|
203
|
+
}
|
204
|
+
}
|
205
|
+
}
|
206
|
+
},
|
168
207
|
"CreateIntegrationWorkflow": {
|
169
208
|
"http": {
|
170
209
|
"requestUri": "/domains/{DomainName}/workflows/integrations"
|
@@ -194,7 +233,7 @@
|
|
194
233
|
],
|
195
234
|
"members": {
|
196
235
|
"FlowDefinition": {
|
197
|
-
"shape": "
|
236
|
+
"shape": "S1k"
|
198
237
|
},
|
199
238
|
"Batches": {
|
200
239
|
"type": "list",
|
@@ -254,7 +293,7 @@
|
|
254
293
|
"AccountNumber": {},
|
255
294
|
"AdditionalInformation": {},
|
256
295
|
"PartyType": {
|
257
|
-
"shape": "
|
296
|
+
"shape": "S2x"
|
258
297
|
},
|
259
298
|
"BusinessName": {},
|
260
299
|
"FirstName": {},
|
@@ -262,7 +301,7 @@
|
|
262
301
|
"LastName": {},
|
263
302
|
"BirthDate": {},
|
264
303
|
"Gender": {
|
265
|
-
"shape": "
|
304
|
+
"shape": "S2y"
|
266
305
|
},
|
267
306
|
"PhoneNumber": {},
|
268
307
|
"MobilePhoneNumber": {},
|
@@ -272,19 +311,19 @@
|
|
272
311
|
"PersonalEmailAddress": {},
|
273
312
|
"BusinessEmailAddress": {},
|
274
313
|
"Address": {
|
275
|
-
"shape": "
|
314
|
+
"shape": "S2z"
|
276
315
|
},
|
277
316
|
"ShippingAddress": {
|
278
|
-
"shape": "
|
317
|
+
"shape": "S2z"
|
279
318
|
},
|
280
319
|
"MailingAddress": {
|
281
|
-
"shape": "
|
320
|
+
"shape": "S2z"
|
282
321
|
},
|
283
322
|
"BillingAddress": {
|
284
|
-
"shape": "
|
323
|
+
"shape": "S2z"
|
285
324
|
},
|
286
325
|
"Attributes": {
|
287
|
-
"shape": "
|
326
|
+
"shape": "S30"
|
288
327
|
},
|
289
328
|
"PartyTypeString": {},
|
290
329
|
"GenderString": {}
|
@@ -354,6 +393,34 @@
|
|
354
393
|
}
|
355
394
|
}
|
356
395
|
},
|
396
|
+
"DeleteEventStream": {
|
397
|
+
"http": {
|
398
|
+
"method": "DELETE",
|
399
|
+
"requestUri": "/domains/{DomainName}/event-streams/{EventStreamName}"
|
400
|
+
},
|
401
|
+
"input": {
|
402
|
+
"type": "structure",
|
403
|
+
"required": [
|
404
|
+
"DomainName",
|
405
|
+
"EventStreamName"
|
406
|
+
],
|
407
|
+
"members": {
|
408
|
+
"DomainName": {
|
409
|
+
"location": "uri",
|
410
|
+
"locationName": "DomainName"
|
411
|
+
},
|
412
|
+
"EventStreamName": {
|
413
|
+
"location": "uri",
|
414
|
+
"locationName": "EventStreamName"
|
415
|
+
}
|
416
|
+
}
|
417
|
+
},
|
418
|
+
"output": {
|
419
|
+
"type": "structure",
|
420
|
+
"members": {}
|
421
|
+
},
|
422
|
+
"idempotent": true
|
423
|
+
},
|
357
424
|
"DeleteIntegration": {
|
358
425
|
"http": {
|
359
426
|
"requestUri": "/domains/{DomainName}/integrations/delete"
|
@@ -719,6 +786,68 @@
|
|
719
786
|
}
|
720
787
|
}
|
721
788
|
},
|
789
|
+
"GetEventStream": {
|
790
|
+
"http": {
|
791
|
+
"method": "GET",
|
792
|
+
"requestUri": "/domains/{DomainName}/event-streams/{EventStreamName}"
|
793
|
+
},
|
794
|
+
"input": {
|
795
|
+
"type": "structure",
|
796
|
+
"required": [
|
797
|
+
"DomainName",
|
798
|
+
"EventStreamName"
|
799
|
+
],
|
800
|
+
"members": {
|
801
|
+
"DomainName": {
|
802
|
+
"location": "uri",
|
803
|
+
"locationName": "DomainName"
|
804
|
+
},
|
805
|
+
"EventStreamName": {
|
806
|
+
"location": "uri",
|
807
|
+
"locationName": "EventStreamName"
|
808
|
+
}
|
809
|
+
}
|
810
|
+
},
|
811
|
+
"output": {
|
812
|
+
"type": "structure",
|
813
|
+
"required": [
|
814
|
+
"DomainName",
|
815
|
+
"EventStreamArn",
|
816
|
+
"CreatedAt",
|
817
|
+
"State",
|
818
|
+
"DestinationDetails"
|
819
|
+
],
|
820
|
+
"members": {
|
821
|
+
"DomainName": {},
|
822
|
+
"EventStreamArn": {},
|
823
|
+
"CreatedAt": {
|
824
|
+
"type": "timestamp"
|
825
|
+
},
|
826
|
+
"State": {},
|
827
|
+
"StoppedSince": {
|
828
|
+
"type": "timestamp"
|
829
|
+
},
|
830
|
+
"DestinationDetails": {
|
831
|
+
"type": "structure",
|
832
|
+
"required": [
|
833
|
+
"Uri",
|
834
|
+
"Status"
|
835
|
+
],
|
836
|
+
"members": {
|
837
|
+
"Uri": {},
|
838
|
+
"Status": {},
|
839
|
+
"UnhealthySince": {
|
840
|
+
"type": "timestamp"
|
841
|
+
},
|
842
|
+
"Message": {}
|
843
|
+
}
|
844
|
+
},
|
845
|
+
"Tags": {
|
846
|
+
"shape": "Sn"
|
847
|
+
}
|
848
|
+
}
|
849
|
+
}
|
850
|
+
},
|
722
851
|
"GetIdentityResolutionJob": {
|
723
852
|
"http": {
|
724
853
|
"method": "GET",
|
@@ -764,10 +893,10 @@
|
|
764
893
|
"shape": "S11"
|
765
894
|
},
|
766
895
|
"ExportingLocation": {
|
767
|
-
"shape": "
|
896
|
+
"shape": "S43"
|
768
897
|
},
|
769
898
|
"JobStats": {
|
770
|
-
"shape": "
|
899
|
+
"shape": "S46"
|
771
900
|
}
|
772
901
|
}
|
773
902
|
}
|
@@ -812,7 +941,7 @@
|
|
812
941
|
"shape": "Sn"
|
813
942
|
},
|
814
943
|
"ObjectTypeNames": {
|
815
|
-
"shape": "
|
944
|
+
"shape": "S49"
|
816
945
|
},
|
817
946
|
"WorkflowId": {},
|
818
947
|
"IsUnstructured": {
|
@@ -917,10 +1046,10 @@
|
|
917
1046
|
},
|
918
1047
|
"SourceLastUpdatedTimestampFormat": {},
|
919
1048
|
"Fields": {
|
920
|
-
"shape": "
|
1049
|
+
"shape": "S4l"
|
921
1050
|
},
|
922
1051
|
"Keys": {
|
923
|
-
"shape": "
|
1052
|
+
"shape": "S4o"
|
924
1053
|
},
|
925
1054
|
"CreatedAt": {
|
926
1055
|
"type": "timestamp"
|
@@ -962,10 +1091,10 @@
|
|
962
1091
|
},
|
963
1092
|
"SourceLastUpdatedTimestampFormat": {},
|
964
1093
|
"Fields": {
|
965
|
-
"shape": "
|
1094
|
+
"shape": "S4l"
|
966
1095
|
},
|
967
1096
|
"Keys": {
|
968
|
-
"shape": "
|
1097
|
+
"shape": "S4o"
|
969
1098
|
}
|
970
1099
|
}
|
971
1100
|
}
|
@@ -1157,7 +1286,7 @@
|
|
1157
1286
|
"type": "structure",
|
1158
1287
|
"members": {
|
1159
1288
|
"Items": {
|
1160
|
-
"shape": "
|
1289
|
+
"shape": "S5a"
|
1161
1290
|
},
|
1162
1291
|
"NextToken": {}
|
1163
1292
|
}
|
@@ -1315,6 +1444,77 @@
|
|
1315
1444
|
}
|
1316
1445
|
}
|
1317
1446
|
},
|
1447
|
+
"ListEventStreams": {
|
1448
|
+
"http": {
|
1449
|
+
"method": "GET",
|
1450
|
+
"requestUri": "/domains/{DomainName}/event-streams"
|
1451
|
+
},
|
1452
|
+
"input": {
|
1453
|
+
"type": "structure",
|
1454
|
+
"required": [
|
1455
|
+
"DomainName"
|
1456
|
+
],
|
1457
|
+
"members": {
|
1458
|
+
"DomainName": {
|
1459
|
+
"location": "uri",
|
1460
|
+
"locationName": "DomainName"
|
1461
|
+
},
|
1462
|
+
"NextToken": {
|
1463
|
+
"location": "querystring",
|
1464
|
+
"locationName": "next-token"
|
1465
|
+
},
|
1466
|
+
"MaxResults": {
|
1467
|
+
"location": "querystring",
|
1468
|
+
"locationName": "max-results",
|
1469
|
+
"type": "integer"
|
1470
|
+
}
|
1471
|
+
}
|
1472
|
+
},
|
1473
|
+
"output": {
|
1474
|
+
"type": "structure",
|
1475
|
+
"members": {
|
1476
|
+
"Items": {
|
1477
|
+
"type": "list",
|
1478
|
+
"member": {
|
1479
|
+
"type": "structure",
|
1480
|
+
"required": [
|
1481
|
+
"DomainName",
|
1482
|
+
"EventStreamName",
|
1483
|
+
"EventStreamArn",
|
1484
|
+
"State"
|
1485
|
+
],
|
1486
|
+
"members": {
|
1487
|
+
"DomainName": {},
|
1488
|
+
"EventStreamName": {},
|
1489
|
+
"EventStreamArn": {},
|
1490
|
+
"State": {},
|
1491
|
+
"StoppedSince": {
|
1492
|
+
"type": "timestamp"
|
1493
|
+
},
|
1494
|
+
"DestinationSummary": {
|
1495
|
+
"type": "structure",
|
1496
|
+
"required": [
|
1497
|
+
"Uri",
|
1498
|
+
"Status"
|
1499
|
+
],
|
1500
|
+
"members": {
|
1501
|
+
"Uri": {},
|
1502
|
+
"Status": {},
|
1503
|
+
"UnhealthySince": {
|
1504
|
+
"type": "timestamp"
|
1505
|
+
}
|
1506
|
+
}
|
1507
|
+
},
|
1508
|
+
"Tags": {
|
1509
|
+
"shape": "Sn"
|
1510
|
+
}
|
1511
|
+
}
|
1512
|
+
}
|
1513
|
+
},
|
1514
|
+
"NextToken": {}
|
1515
|
+
}
|
1516
|
+
}
|
1517
|
+
},
|
1318
1518
|
"ListIdentityResolutionJobs": {
|
1319
1519
|
"http": {
|
1320
1520
|
"method": "GET",
|
@@ -1359,10 +1559,10 @@
|
|
1359
1559
|
"type": "timestamp"
|
1360
1560
|
},
|
1361
1561
|
"JobStats": {
|
1362
|
-
"shape": "
|
1562
|
+
"shape": "S46"
|
1363
1563
|
},
|
1364
1564
|
"ExportingLocation": {
|
1365
|
-
"shape": "
|
1565
|
+
"shape": "S43"
|
1366
1566
|
},
|
1367
1567
|
"Message": {}
|
1368
1568
|
}
|
@@ -1407,7 +1607,7 @@
|
|
1407
1607
|
"type": "structure",
|
1408
1608
|
"members": {
|
1409
1609
|
"Items": {
|
1410
|
-
"shape": "
|
1610
|
+
"shape": "S5a"
|
1411
1611
|
},
|
1412
1612
|
"NextToken": {}
|
1413
1613
|
}
|
@@ -1739,10 +1939,10 @@
|
|
1739
1939
|
"shape": "Sn"
|
1740
1940
|
},
|
1741
1941
|
"FlowDefinition": {
|
1742
|
-
"shape": "
|
1942
|
+
"shape": "S1k"
|
1743
1943
|
},
|
1744
1944
|
"ObjectTypeNames": {
|
1745
|
-
"shape": "
|
1945
|
+
"shape": "S49"
|
1746
1946
|
}
|
1747
1947
|
}
|
1748
1948
|
},
|
@@ -1768,7 +1968,7 @@
|
|
1768
1968
|
"shape": "Sn"
|
1769
1969
|
},
|
1770
1970
|
"ObjectTypeNames": {
|
1771
|
-
"shape": "
|
1971
|
+
"shape": "S49"
|
1772
1972
|
},
|
1773
1973
|
"WorkflowId": {},
|
1774
1974
|
"IsUnstructured": {
|
@@ -1837,10 +2037,10 @@
|
|
1837
2037
|
},
|
1838
2038
|
"SourceLastUpdatedTimestampFormat": {},
|
1839
2039
|
"Fields": {
|
1840
|
-
"shape": "
|
2040
|
+
"shape": "S4l"
|
1841
2041
|
},
|
1842
2042
|
"Keys": {
|
1843
|
-
"shape": "
|
2043
|
+
"shape": "S4o"
|
1844
2044
|
},
|
1845
2045
|
"Tags": {
|
1846
2046
|
"shape": "Sn"
|
@@ -1866,10 +2066,10 @@
|
|
1866
2066
|
},
|
1867
2067
|
"SourceLastUpdatedTimestampFormat": {},
|
1868
2068
|
"Fields": {
|
1869
|
-
"shape": "
|
2069
|
+
"shape": "S4l"
|
1870
2070
|
},
|
1871
2071
|
"Keys": {
|
1872
|
-
"shape": "
|
2072
|
+
"shape": "S4o"
|
1873
2073
|
},
|
1874
2074
|
"CreatedAt": {
|
1875
2075
|
"type": "timestamp"
|
@@ -1943,7 +2143,7 @@
|
|
1943
2143
|
"AccountNumber": {},
|
1944
2144
|
"AdditionalInformation": {},
|
1945
2145
|
"PartyType": {
|
1946
|
-
"shape": "
|
2146
|
+
"shape": "S2x"
|
1947
2147
|
},
|
1948
2148
|
"BusinessName": {},
|
1949
2149
|
"FirstName": {},
|
@@ -1951,7 +2151,7 @@
|
|
1951
2151
|
"LastName": {},
|
1952
2152
|
"BirthDate": {},
|
1953
2153
|
"Gender": {
|
1954
|
-
"shape": "
|
2154
|
+
"shape": "S2y"
|
1955
2155
|
},
|
1956
2156
|
"PhoneNumber": {},
|
1957
2157
|
"MobilePhoneNumber": {},
|
@@ -1961,19 +2161,19 @@
|
|
1961
2161
|
"PersonalEmailAddress": {},
|
1962
2162
|
"BusinessEmailAddress": {},
|
1963
2163
|
"Address": {
|
1964
|
-
"shape": "
|
2164
|
+
"shape": "S2z"
|
1965
2165
|
},
|
1966
2166
|
"ShippingAddress": {
|
1967
|
-
"shape": "
|
2167
|
+
"shape": "S2z"
|
1968
2168
|
},
|
1969
2169
|
"MailingAddress": {
|
1970
|
-
"shape": "
|
2170
|
+
"shape": "S2z"
|
1971
2171
|
},
|
1972
2172
|
"BillingAddress": {
|
1973
|
-
"shape": "
|
2173
|
+
"shape": "S2z"
|
1974
2174
|
},
|
1975
2175
|
"Attributes": {
|
1976
|
-
"shape": "
|
2176
|
+
"shape": "S30"
|
1977
2177
|
},
|
1978
2178
|
"FoundByItems": {
|
1979
2179
|
"type": "list",
|
@@ -2179,7 +2379,7 @@
|
|
2179
2379
|
"AdditionalInformation": {},
|
2180
2380
|
"AccountNumber": {},
|
2181
2381
|
"PartyType": {
|
2182
|
-
"shape": "
|
2382
|
+
"shape": "S2x"
|
2183
2383
|
},
|
2184
2384
|
"BusinessName": {},
|
2185
2385
|
"FirstName": {},
|
@@ -2187,7 +2387,7 @@
|
|
2187
2387
|
"LastName": {},
|
2188
2388
|
"BirthDate": {},
|
2189
2389
|
"Gender": {
|
2190
|
-
"shape": "
|
2390
|
+
"shape": "S2y"
|
2191
2391
|
},
|
2192
2392
|
"PhoneNumber": {},
|
2193
2393
|
"MobilePhoneNumber": {},
|
@@ -2197,16 +2397,16 @@
|
|
2197
2397
|
"PersonalEmailAddress": {},
|
2198
2398
|
"BusinessEmailAddress": {},
|
2199
2399
|
"Address": {
|
2200
|
-
"shape": "
|
2400
|
+
"shape": "S7g"
|
2201
2401
|
},
|
2202
2402
|
"ShippingAddress": {
|
2203
|
-
"shape": "
|
2403
|
+
"shape": "S7g"
|
2204
2404
|
},
|
2205
2405
|
"MailingAddress": {
|
2206
|
-
"shape": "
|
2406
|
+
"shape": "S7g"
|
2207
2407
|
},
|
2208
2408
|
"BillingAddress": {
|
2209
|
-
"shape": "
|
2409
|
+
"shape": "S7g"
|
2210
2410
|
},
|
2211
2411
|
"Attributes": {
|
2212
2412
|
"type": "map",
|
@@ -2400,7 +2600,7 @@
|
|
2400
2600
|
}
|
2401
2601
|
}
|
2402
2602
|
},
|
2403
|
-
"
|
2603
|
+
"S1k": {
|
2404
2604
|
"type": "structure",
|
2405
2605
|
"required": [
|
2406
2606
|
"FlowName",
|
@@ -2559,15 +2759,15 @@
|
|
2559
2759
|
}
|
2560
2760
|
}
|
2561
2761
|
},
|
2562
|
-
"
|
2762
|
+
"S2x": {
|
2563
2763
|
"type": "string",
|
2564
2764
|
"deprecated": true
|
2565
2765
|
},
|
2566
|
-
"
|
2766
|
+
"S2y": {
|
2567
2767
|
"type": "string",
|
2568
2768
|
"deprecated": true
|
2569
2769
|
},
|
2570
|
-
"
|
2770
|
+
"S2z": {
|
2571
2771
|
"type": "structure",
|
2572
2772
|
"members": {
|
2573
2773
|
"Address1": {},
|
@@ -2582,12 +2782,12 @@
|
|
2582
2782
|
"PostalCode": {}
|
2583
2783
|
}
|
2584
2784
|
},
|
2585
|
-
"
|
2785
|
+
"S30": {
|
2586
2786
|
"type": "map",
|
2587
2787
|
"key": {},
|
2588
2788
|
"value": {}
|
2589
2789
|
},
|
2590
|
-
"
|
2790
|
+
"S43": {
|
2591
2791
|
"type": "structure",
|
2592
2792
|
"members": {
|
2593
2793
|
"S3Exporting": {
|
@@ -2599,7 +2799,7 @@
|
|
2599
2799
|
}
|
2600
2800
|
}
|
2601
2801
|
},
|
2602
|
-
"
|
2802
|
+
"S46": {
|
2603
2803
|
"type": "structure",
|
2604
2804
|
"members": {
|
2605
2805
|
"NumberOfProfilesReviewed": {
|
@@ -2613,12 +2813,12 @@
|
|
2613
2813
|
}
|
2614
2814
|
}
|
2615
2815
|
},
|
2616
|
-
"
|
2816
|
+
"S49": {
|
2617
2817
|
"type": "map",
|
2618
2818
|
"key": {},
|
2619
2819
|
"value": {}
|
2620
2820
|
},
|
2621
|
-
"
|
2821
|
+
"S4l": {
|
2622
2822
|
"type": "map",
|
2623
2823
|
"key": {},
|
2624
2824
|
"value": {
|
@@ -2630,7 +2830,7 @@
|
|
2630
2830
|
}
|
2631
2831
|
}
|
2632
2832
|
},
|
2633
|
-
"
|
2833
|
+
"S4o": {
|
2634
2834
|
"type": "map",
|
2635
2835
|
"key": {},
|
2636
2836
|
"value": {
|
@@ -2650,7 +2850,7 @@
|
|
2650
2850
|
}
|
2651
2851
|
}
|
2652
2852
|
},
|
2653
|
-
"
|
2853
|
+
"S5a": {
|
2654
2854
|
"type": "list",
|
2655
2855
|
"member": {
|
2656
2856
|
"type": "structure",
|
@@ -2674,7 +2874,7 @@
|
|
2674
2874
|
"shape": "Sn"
|
2675
2875
|
},
|
2676
2876
|
"ObjectTypeNames": {
|
2677
|
-
"shape": "
|
2877
|
+
"shape": "S49"
|
2678
2878
|
},
|
2679
2879
|
"WorkflowId": {},
|
2680
2880
|
"IsUnstructured": {
|
@@ -2683,7 +2883,7 @@
|
|
2683
2883
|
}
|
2684
2884
|
}
|
2685
2885
|
},
|
2686
|
-
"
|
2886
|
+
"S7g": {
|
2687
2887
|
"type": "structure",
|
2688
2888
|
"members": {
|
2689
2889
|
"Address1": {},
|