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.
Files changed (56) hide show
  1. package/CHANGELOG.md +22 -1
  2. package/README.md +1 -1
  3. package/apis/billingconductor-2021-07-30.min.json +96 -68
  4. package/apis/customer-profiles-2020-08-15.min.json +253 -57
  5. package/apis/datasync-2018-11-09.min.json +198 -102
  6. package/apis/ec2-2016-11-15.min.json +300 -278
  7. package/apis/emr-serverless-2021-07-13.min.json +25 -3
  8. package/apis/entityresolution-2018-05-10.examples.json +5 -0
  9. package/apis/entityresolution-2018-05-10.min.json +823 -0
  10. package/apis/entityresolution-2018-05-10.paginators.json +22 -0
  11. package/apis/glue-2017-03-31.min.json +390 -318
  12. package/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
  13. package/apis/managedblockchain-query-2023-05-04.min.json +438 -0
  14. package/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
  15. package/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
  16. package/apis/metadata.json +7 -0
  17. package/apis/rds-2014-10-31.min.json +2 -1
  18. package/apis/sagemaker-2017-07-24.min.json +4 -0
  19. package/apis/securityhub-2018-10-26.min.json +145 -108
  20. package/apis/sts-2011-06-15.min.json +21 -11
  21. package/apis/transfer-2018-11-05.min.json +117 -73
  22. package/apis/wisdom-2020-10-19.min.json +77 -59
  23. package/clients/all.d.ts +2 -0
  24. package/clients/all.js +3 -1
  25. package/clients/billingconductor.d.ts +102 -69
  26. package/clients/cloudcontrol.d.ts +1 -1
  27. package/clients/customerprofiles.d.ts +204 -4
  28. package/clients/datasync.d.ts +171 -27
  29. package/clients/dynamodb.d.ts +4 -4
  30. package/clients/ec2.d.ts +26 -0
  31. package/clients/emrserverless.d.ts +33 -2
  32. package/clients/entityresolution.d.ts +815 -0
  33. package/clients/entityresolution.js +18 -0
  34. package/clients/glue.d.ts +123 -1
  35. package/clients/healthlake.d.ts +70 -70
  36. package/clients/lambda.d.ts +1 -1
  37. package/clients/managedblockchainquery.d.ts +494 -0
  38. package/clients/managedblockchainquery.js +19 -0
  39. package/clients/mediaconvert.d.ts +421 -414
  40. package/clients/opensearchserverless.d.ts +1 -1
  41. package/clients/polly.d.ts +2 -2
  42. package/clients/rds.d.ts +14 -10
  43. package/clients/route53.d.ts +13 -13
  44. package/clients/sagemaker.d.ts +4 -4
  45. package/clients/securityhub.d.ts +69 -10
  46. package/clients/sts.d.ts +17 -1
  47. package/clients/transfer.d.ts +85 -19
  48. package/clients/wisdom.d.ts +24 -0
  49. package/dist/aws-sdk-core-react-native.js +2 -2
  50. package/dist/aws-sdk-react-native.js +97 -16
  51. package/dist/aws-sdk.js +333 -293
  52. package/dist/aws-sdk.min.js +67 -67
  53. package/lib/config_service_placeholders.d.ts +4 -0
  54. package/lib/core.js +1 -1
  55. package/lib/dynamodb/document_client.d.ts +2 -2
  56. package/package.json +1 -1
@@ -0,0 +1,823 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2018-05-10",
5
+ "endpointPrefix": "entityresolution",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceAbbreviation": "AWSEntityResolution",
9
+ "serviceFullName": "AWS EntityResolution",
10
+ "serviceId": "EntityResolution",
11
+ "signatureVersion": "v4",
12
+ "signingName": "entityresolution",
13
+ "uid": "entityresolution-2018-05-10"
14
+ },
15
+ "operations": {
16
+ "CreateMatchingWorkflow": {
17
+ "http": {
18
+ "requestUri": "/matchingworkflows",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "inputSourceConfig",
25
+ "outputSourceConfig",
26
+ "resolutionTechniques",
27
+ "roleArn",
28
+ "workflowName"
29
+ ],
30
+ "members": {
31
+ "description": {},
32
+ "incrementalRunConfig": {
33
+ "shape": "S3"
34
+ },
35
+ "inputSourceConfig": {
36
+ "shape": "S5"
37
+ },
38
+ "outputSourceConfig": {
39
+ "shape": "Sa"
40
+ },
41
+ "resolutionTechniques": {
42
+ "shape": "Sh"
43
+ },
44
+ "roleArn": {},
45
+ "tags": {
46
+ "shape": "Sq"
47
+ },
48
+ "workflowName": {}
49
+ }
50
+ },
51
+ "output": {
52
+ "type": "structure",
53
+ "required": [
54
+ "inputSourceConfig",
55
+ "outputSourceConfig",
56
+ "resolutionTechniques",
57
+ "roleArn",
58
+ "workflowArn",
59
+ "workflowName"
60
+ ],
61
+ "members": {
62
+ "description": {},
63
+ "incrementalRunConfig": {
64
+ "shape": "S3"
65
+ },
66
+ "inputSourceConfig": {
67
+ "shape": "S5"
68
+ },
69
+ "outputSourceConfig": {
70
+ "shape": "Sa"
71
+ },
72
+ "resolutionTechniques": {
73
+ "shape": "Sh"
74
+ },
75
+ "roleArn": {},
76
+ "workflowArn": {},
77
+ "workflowName": {}
78
+ }
79
+ }
80
+ },
81
+ "CreateSchemaMapping": {
82
+ "http": {
83
+ "requestUri": "/schemas",
84
+ "responseCode": 200
85
+ },
86
+ "input": {
87
+ "type": "structure",
88
+ "required": [
89
+ "schemaName"
90
+ ],
91
+ "members": {
92
+ "description": {},
93
+ "mappedInputFields": {
94
+ "shape": "Sw"
95
+ },
96
+ "schemaName": {},
97
+ "tags": {
98
+ "shape": "Sq"
99
+ }
100
+ }
101
+ },
102
+ "output": {
103
+ "type": "structure",
104
+ "required": [
105
+ "description",
106
+ "mappedInputFields",
107
+ "schemaArn",
108
+ "schemaName"
109
+ ],
110
+ "members": {
111
+ "description": {},
112
+ "mappedInputFields": {
113
+ "shape": "Sw"
114
+ },
115
+ "schemaArn": {},
116
+ "schemaName": {}
117
+ }
118
+ }
119
+ },
120
+ "DeleteMatchingWorkflow": {
121
+ "http": {
122
+ "method": "DELETE",
123
+ "requestUri": "/matchingworkflows/{workflowName}",
124
+ "responseCode": 200
125
+ },
126
+ "input": {
127
+ "type": "structure",
128
+ "required": [
129
+ "workflowName"
130
+ ],
131
+ "members": {
132
+ "workflowName": {
133
+ "location": "uri",
134
+ "locationName": "workflowName"
135
+ }
136
+ }
137
+ },
138
+ "output": {
139
+ "type": "structure",
140
+ "required": [
141
+ "message"
142
+ ],
143
+ "members": {
144
+ "message": {}
145
+ }
146
+ },
147
+ "idempotent": true
148
+ },
149
+ "DeleteSchemaMapping": {
150
+ "http": {
151
+ "method": "DELETE",
152
+ "requestUri": "/schemas/{schemaName}",
153
+ "responseCode": 200
154
+ },
155
+ "input": {
156
+ "type": "structure",
157
+ "required": [
158
+ "schemaName"
159
+ ],
160
+ "members": {
161
+ "schemaName": {
162
+ "location": "uri",
163
+ "locationName": "schemaName"
164
+ }
165
+ }
166
+ },
167
+ "output": {
168
+ "type": "structure",
169
+ "required": [
170
+ "message"
171
+ ],
172
+ "members": {
173
+ "message": {}
174
+ }
175
+ },
176
+ "idempotent": true
177
+ },
178
+ "GetMatchId": {
179
+ "http": {
180
+ "requestUri": "/matchingworkflows/{workflowName}/matches",
181
+ "responseCode": 200
182
+ },
183
+ "input": {
184
+ "type": "structure",
185
+ "required": [
186
+ "record",
187
+ "workflowName"
188
+ ],
189
+ "members": {
190
+ "record": {
191
+ "type": "map",
192
+ "key": {},
193
+ "value": {},
194
+ "sensitive": true
195
+ },
196
+ "workflowName": {
197
+ "location": "uri",
198
+ "locationName": "workflowName"
199
+ }
200
+ }
201
+ },
202
+ "output": {
203
+ "type": "structure",
204
+ "members": {
205
+ "matchId": {}
206
+ }
207
+ }
208
+ },
209
+ "GetMatchingJob": {
210
+ "http": {
211
+ "method": "GET",
212
+ "requestUri": "/matchingworkflows/{workflowName}/jobs/{jobId}",
213
+ "responseCode": 200
214
+ },
215
+ "input": {
216
+ "type": "structure",
217
+ "required": [
218
+ "jobId",
219
+ "workflowName"
220
+ ],
221
+ "members": {
222
+ "jobId": {
223
+ "location": "uri",
224
+ "locationName": "jobId"
225
+ },
226
+ "workflowName": {
227
+ "location": "uri",
228
+ "locationName": "workflowName"
229
+ }
230
+ }
231
+ },
232
+ "output": {
233
+ "type": "structure",
234
+ "required": [
235
+ "jobId",
236
+ "startTime",
237
+ "status"
238
+ ],
239
+ "members": {
240
+ "endTime": {
241
+ "type": "timestamp"
242
+ },
243
+ "errorDetails": {
244
+ "type": "structure",
245
+ "members": {
246
+ "errorMessage": {}
247
+ }
248
+ },
249
+ "jobId": {},
250
+ "metrics": {
251
+ "type": "structure",
252
+ "members": {
253
+ "inputRecords": {
254
+ "type": "integer"
255
+ },
256
+ "matchIDs": {
257
+ "type": "integer"
258
+ },
259
+ "recordsNotProcessed": {
260
+ "type": "integer"
261
+ },
262
+ "totalRecordsProcessed": {
263
+ "type": "integer"
264
+ }
265
+ }
266
+ },
267
+ "startTime": {
268
+ "type": "timestamp"
269
+ },
270
+ "status": {}
271
+ }
272
+ }
273
+ },
274
+ "GetMatchingWorkflow": {
275
+ "http": {
276
+ "method": "GET",
277
+ "requestUri": "/matchingworkflows/{workflowName}",
278
+ "responseCode": 200
279
+ },
280
+ "input": {
281
+ "type": "structure",
282
+ "required": [
283
+ "workflowName"
284
+ ],
285
+ "members": {
286
+ "workflowName": {
287
+ "location": "uri",
288
+ "locationName": "workflowName"
289
+ }
290
+ }
291
+ },
292
+ "output": {
293
+ "type": "structure",
294
+ "required": [
295
+ "createdAt",
296
+ "inputSourceConfig",
297
+ "outputSourceConfig",
298
+ "resolutionTechniques",
299
+ "roleArn",
300
+ "updatedAt",
301
+ "workflowArn",
302
+ "workflowName"
303
+ ],
304
+ "members": {
305
+ "createdAt": {
306
+ "type": "timestamp"
307
+ },
308
+ "description": {},
309
+ "incrementalRunConfig": {
310
+ "shape": "S3"
311
+ },
312
+ "inputSourceConfig": {
313
+ "shape": "S5"
314
+ },
315
+ "outputSourceConfig": {
316
+ "shape": "Sa"
317
+ },
318
+ "resolutionTechniques": {
319
+ "shape": "Sh"
320
+ },
321
+ "roleArn": {},
322
+ "tags": {
323
+ "shape": "Sq"
324
+ },
325
+ "updatedAt": {
326
+ "type": "timestamp"
327
+ },
328
+ "workflowArn": {},
329
+ "workflowName": {}
330
+ }
331
+ }
332
+ },
333
+ "GetSchemaMapping": {
334
+ "http": {
335
+ "method": "GET",
336
+ "requestUri": "/schemas/{schemaName}",
337
+ "responseCode": 200
338
+ },
339
+ "input": {
340
+ "type": "structure",
341
+ "required": [
342
+ "schemaName"
343
+ ],
344
+ "members": {
345
+ "schemaName": {
346
+ "location": "uri",
347
+ "locationName": "schemaName"
348
+ }
349
+ }
350
+ },
351
+ "output": {
352
+ "type": "structure",
353
+ "required": [
354
+ "createdAt",
355
+ "mappedInputFields",
356
+ "schemaArn",
357
+ "schemaName",
358
+ "updatedAt"
359
+ ],
360
+ "members": {
361
+ "createdAt": {
362
+ "type": "timestamp"
363
+ },
364
+ "description": {},
365
+ "mappedInputFields": {
366
+ "shape": "Sw"
367
+ },
368
+ "schemaArn": {},
369
+ "schemaName": {},
370
+ "tags": {
371
+ "shape": "Sq"
372
+ },
373
+ "updatedAt": {
374
+ "type": "timestamp"
375
+ }
376
+ }
377
+ }
378
+ },
379
+ "ListMatchingJobs": {
380
+ "http": {
381
+ "method": "GET",
382
+ "requestUri": "/matchingworkflows/{workflowName}/jobs",
383
+ "responseCode": 200
384
+ },
385
+ "input": {
386
+ "type": "structure",
387
+ "required": [
388
+ "workflowName"
389
+ ],
390
+ "members": {
391
+ "maxResults": {
392
+ "location": "querystring",
393
+ "locationName": "maxResults",
394
+ "type": "integer"
395
+ },
396
+ "nextToken": {
397
+ "location": "querystring",
398
+ "locationName": "nextToken"
399
+ },
400
+ "workflowName": {
401
+ "location": "uri",
402
+ "locationName": "workflowName"
403
+ }
404
+ }
405
+ },
406
+ "output": {
407
+ "type": "structure",
408
+ "members": {
409
+ "jobs": {
410
+ "type": "list",
411
+ "member": {
412
+ "type": "structure",
413
+ "required": [
414
+ "jobId",
415
+ "startTime",
416
+ "status"
417
+ ],
418
+ "members": {
419
+ "endTime": {
420
+ "type": "timestamp"
421
+ },
422
+ "jobId": {},
423
+ "startTime": {
424
+ "type": "timestamp"
425
+ },
426
+ "status": {}
427
+ }
428
+ }
429
+ },
430
+ "nextToken": {}
431
+ }
432
+ }
433
+ },
434
+ "ListMatchingWorkflows": {
435
+ "http": {
436
+ "method": "GET",
437
+ "requestUri": "/matchingworkflows",
438
+ "responseCode": 200
439
+ },
440
+ "input": {
441
+ "type": "structure",
442
+ "members": {
443
+ "maxResults": {
444
+ "location": "querystring",
445
+ "locationName": "maxResults",
446
+ "type": "integer"
447
+ },
448
+ "nextToken": {
449
+ "location": "querystring",
450
+ "locationName": "nextToken"
451
+ }
452
+ }
453
+ },
454
+ "output": {
455
+ "type": "structure",
456
+ "members": {
457
+ "nextToken": {},
458
+ "workflowSummaries": {
459
+ "type": "list",
460
+ "member": {
461
+ "type": "structure",
462
+ "required": [
463
+ "createdAt",
464
+ "updatedAt",
465
+ "workflowArn",
466
+ "workflowName"
467
+ ],
468
+ "members": {
469
+ "createdAt": {
470
+ "type": "timestamp"
471
+ },
472
+ "updatedAt": {
473
+ "type": "timestamp"
474
+ },
475
+ "workflowArn": {},
476
+ "workflowName": {}
477
+ }
478
+ }
479
+ }
480
+ }
481
+ }
482
+ },
483
+ "ListSchemaMappings": {
484
+ "http": {
485
+ "method": "GET",
486
+ "requestUri": "/schemas",
487
+ "responseCode": 200
488
+ },
489
+ "input": {
490
+ "type": "structure",
491
+ "members": {
492
+ "maxResults": {
493
+ "location": "querystring",
494
+ "locationName": "maxResults",
495
+ "type": "integer"
496
+ },
497
+ "nextToken": {
498
+ "location": "querystring",
499
+ "locationName": "nextToken"
500
+ }
501
+ }
502
+ },
503
+ "output": {
504
+ "type": "structure",
505
+ "members": {
506
+ "nextToken": {},
507
+ "schemaList": {
508
+ "type": "list",
509
+ "member": {
510
+ "type": "structure",
511
+ "required": [
512
+ "createdAt",
513
+ "schemaArn",
514
+ "schemaName",
515
+ "updatedAt"
516
+ ],
517
+ "members": {
518
+ "createdAt": {
519
+ "type": "timestamp"
520
+ },
521
+ "schemaArn": {},
522
+ "schemaName": {},
523
+ "updatedAt": {
524
+ "type": "timestamp"
525
+ }
526
+ }
527
+ }
528
+ }
529
+ }
530
+ }
531
+ },
532
+ "ListTagsForResource": {
533
+ "http": {
534
+ "method": "GET",
535
+ "requestUri": "/tags/{resourceArn}",
536
+ "responseCode": 200
537
+ },
538
+ "input": {
539
+ "type": "structure",
540
+ "required": [
541
+ "resourceArn"
542
+ ],
543
+ "members": {
544
+ "resourceArn": {
545
+ "location": "uri",
546
+ "locationName": "resourceArn"
547
+ }
548
+ }
549
+ },
550
+ "output": {
551
+ "type": "structure",
552
+ "required": [
553
+ "tags"
554
+ ],
555
+ "members": {
556
+ "tags": {
557
+ "shape": "Sq"
558
+ }
559
+ }
560
+ }
561
+ },
562
+ "StartMatchingJob": {
563
+ "http": {
564
+ "requestUri": "/matchingworkflows/{workflowName}/jobs",
565
+ "responseCode": 200
566
+ },
567
+ "input": {
568
+ "type": "structure",
569
+ "required": [
570
+ "workflowName"
571
+ ],
572
+ "members": {
573
+ "workflowName": {
574
+ "location": "uri",
575
+ "locationName": "workflowName"
576
+ }
577
+ }
578
+ },
579
+ "output": {
580
+ "type": "structure",
581
+ "required": [
582
+ "jobId"
583
+ ],
584
+ "members": {
585
+ "jobId": {}
586
+ }
587
+ }
588
+ },
589
+ "TagResource": {
590
+ "http": {
591
+ "requestUri": "/tags/{resourceArn}",
592
+ "responseCode": 200
593
+ },
594
+ "input": {
595
+ "type": "structure",
596
+ "required": [
597
+ "resourceArn",
598
+ "tags"
599
+ ],
600
+ "members": {
601
+ "resourceArn": {
602
+ "location": "uri",
603
+ "locationName": "resourceArn"
604
+ },
605
+ "tags": {
606
+ "shape": "Sq"
607
+ }
608
+ }
609
+ },
610
+ "output": {
611
+ "type": "structure",
612
+ "members": {}
613
+ }
614
+ },
615
+ "UntagResource": {
616
+ "http": {
617
+ "method": "DELETE",
618
+ "requestUri": "/tags/{resourceArn}",
619
+ "responseCode": 200
620
+ },
621
+ "input": {
622
+ "type": "structure",
623
+ "required": [
624
+ "resourceArn",
625
+ "tagKeys"
626
+ ],
627
+ "members": {
628
+ "resourceArn": {
629
+ "location": "uri",
630
+ "locationName": "resourceArn"
631
+ },
632
+ "tagKeys": {
633
+ "location": "querystring",
634
+ "locationName": "tagKeys",
635
+ "type": "list",
636
+ "member": {}
637
+ }
638
+ }
639
+ },
640
+ "output": {
641
+ "type": "structure",
642
+ "members": {}
643
+ },
644
+ "idempotent": true
645
+ },
646
+ "UpdateMatchingWorkflow": {
647
+ "http": {
648
+ "method": "PUT",
649
+ "requestUri": "/matchingworkflows/{workflowName}",
650
+ "responseCode": 200
651
+ },
652
+ "input": {
653
+ "type": "structure",
654
+ "required": [
655
+ "inputSourceConfig",
656
+ "outputSourceConfig",
657
+ "resolutionTechniques",
658
+ "roleArn",
659
+ "workflowName"
660
+ ],
661
+ "members": {
662
+ "description": {},
663
+ "incrementalRunConfig": {
664
+ "shape": "S3"
665
+ },
666
+ "inputSourceConfig": {
667
+ "shape": "S5"
668
+ },
669
+ "outputSourceConfig": {
670
+ "shape": "Sa"
671
+ },
672
+ "resolutionTechniques": {
673
+ "shape": "Sh"
674
+ },
675
+ "roleArn": {},
676
+ "workflowName": {
677
+ "location": "uri",
678
+ "locationName": "workflowName"
679
+ }
680
+ }
681
+ },
682
+ "output": {
683
+ "type": "structure",
684
+ "required": [
685
+ "inputSourceConfig",
686
+ "outputSourceConfig",
687
+ "resolutionTechniques",
688
+ "roleArn",
689
+ "workflowName"
690
+ ],
691
+ "members": {
692
+ "description": {},
693
+ "incrementalRunConfig": {
694
+ "shape": "S3"
695
+ },
696
+ "inputSourceConfig": {
697
+ "shape": "S5"
698
+ },
699
+ "outputSourceConfig": {
700
+ "shape": "Sa"
701
+ },
702
+ "resolutionTechniques": {
703
+ "shape": "Sh"
704
+ },
705
+ "roleArn": {},
706
+ "workflowName": {}
707
+ }
708
+ },
709
+ "idempotent": true
710
+ }
711
+ },
712
+ "shapes": {
713
+ "S3": {
714
+ "type": "structure",
715
+ "members": {
716
+ "incrementalRunType": {}
717
+ }
718
+ },
719
+ "S5": {
720
+ "type": "list",
721
+ "member": {
722
+ "type": "structure",
723
+ "required": [
724
+ "inputSourceARN",
725
+ "schemaName"
726
+ ],
727
+ "members": {
728
+ "applyNormalization": {
729
+ "type": "boolean"
730
+ },
731
+ "inputSourceARN": {},
732
+ "schemaName": {}
733
+ }
734
+ }
735
+ },
736
+ "Sa": {
737
+ "type": "list",
738
+ "member": {
739
+ "type": "structure",
740
+ "required": [
741
+ "output",
742
+ "outputS3Path"
743
+ ],
744
+ "members": {
745
+ "KMSArn": {},
746
+ "applyNormalization": {
747
+ "type": "boolean"
748
+ },
749
+ "output": {
750
+ "type": "list",
751
+ "member": {
752
+ "type": "structure",
753
+ "required": [
754
+ "name"
755
+ ],
756
+ "members": {
757
+ "hashed": {
758
+ "type": "boolean"
759
+ },
760
+ "name": {}
761
+ }
762
+ }
763
+ },
764
+ "outputS3Path": {}
765
+ }
766
+ }
767
+ },
768
+ "Sh": {
769
+ "type": "structure",
770
+ "members": {
771
+ "resolutionType": {},
772
+ "ruleBasedProperties": {
773
+ "type": "structure",
774
+ "required": [
775
+ "attributeMatchingModel",
776
+ "rules"
777
+ ],
778
+ "members": {
779
+ "attributeMatchingModel": {},
780
+ "rules": {
781
+ "type": "list",
782
+ "member": {
783
+ "type": "structure",
784
+ "required": [
785
+ "matchingKeys",
786
+ "ruleName"
787
+ ],
788
+ "members": {
789
+ "matchingKeys": {
790
+ "type": "list",
791
+ "member": {}
792
+ },
793
+ "ruleName": {}
794
+ }
795
+ }
796
+ }
797
+ }
798
+ }
799
+ }
800
+ },
801
+ "Sq": {
802
+ "type": "map",
803
+ "key": {},
804
+ "value": {}
805
+ },
806
+ "Sw": {
807
+ "type": "list",
808
+ "member": {
809
+ "type": "structure",
810
+ "required": [
811
+ "fieldName",
812
+ "type"
813
+ ],
814
+ "members": {
815
+ "fieldName": {},
816
+ "groupName": {},
817
+ "matchKey": {},
818
+ "type": {}
819
+ }
820
+ }
821
+ }
822
+ }
823
+ }