aws-sdk 2.1430.0 → 2.1432.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.
@@ -2019,16 +2019,7 @@
2019
2019
  "members": {
2020
2020
  "ReplicationGroupId": {},
2021
2021
  "CustomerNodeEndpointList": {
2022
- "type": "list",
2023
- "member": {
2024
- "type": "structure",
2025
- "members": {
2026
- "Address": {},
2027
- "Port": {
2028
- "type": "integer"
2029
- }
2030
- }
2031
- }
2022
+ "shape": "S85"
2032
2023
  }
2033
2024
  }
2034
2025
  },
@@ -2063,6 +2054,30 @@
2063
2054
  }
2064
2055
  }
2065
2056
  }
2057
+ },
2058
+ "TestMigration": {
2059
+ "input": {
2060
+ "type": "structure",
2061
+ "required": [
2062
+ "ReplicationGroupId",
2063
+ "CustomerNodeEndpointList"
2064
+ ],
2065
+ "members": {
2066
+ "ReplicationGroupId": {},
2067
+ "CustomerNodeEndpointList": {
2068
+ "shape": "S85"
2069
+ }
2070
+ }
2071
+ },
2072
+ "output": {
2073
+ "resultWrapper": "TestMigrationResult",
2074
+ "type": "structure",
2075
+ "members": {
2076
+ "ReplicationGroup": {
2077
+ "shape": "So"
2078
+ }
2079
+ }
2080
+ }
2066
2081
  }
2067
2082
  },
2068
2083
  "shapes": {
@@ -2988,6 +3003,18 @@
2988
3003
  "members": {
2989
3004
  "CacheParameterGroupName": {}
2990
3005
  }
3006
+ },
3007
+ "S85": {
3008
+ "type": "list",
3009
+ "member": {
3010
+ "type": "structure",
3011
+ "members": {
3012
+ "Address": {},
3013
+ "Port": {
3014
+ "type": "integer"
3015
+ }
3016
+ }
3017
+ }
2991
3018
  }
2992
3019
  }
2993
3020
  }
@@ -163,7 +163,6 @@
163
163
  "ImageSelectorType",
164
164
  "StartTimestamp",
165
165
  "EndTimestamp",
166
- "SamplingInterval",
167
166
  "Format"
168
167
  ],
169
168
  "members": {
@@ -127,7 +127,7 @@
127
127
  "output": {
128
128
  }
129
129
  },
130
- "description": "This operation copies a version of an Amazon Rekognition Custom Labels model from a source project to a destination project.",
130
+ "description": "Copies a version of an Amazon Rekognition Custom Labels model from a source project to a destination project.",
131
131
  "id": "copyprojectversion-1658203943815",
132
132
  "title": "CopyProjectVersion"
133
133
  }
@@ -152,6 +152,75 @@
152
152
  "title": "To create a collection"
153
153
  }
154
154
  ],
155
+ "CreateDataset": [
156
+ {
157
+ "input": {
158
+ "DatasetSource": {
159
+ "GroundTruthManifest": {
160
+ "S3Object": {
161
+ "Bucket": "my-bucket",
162
+ "Name": "datasets/flowers_training/manifests/output/output.manifest"
163
+ }
164
+ }
165
+ },
166
+ "DatasetType": "TRAIN",
167
+ "ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/1690474772815"
168
+ },
169
+ "output": {
170
+ "DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/dataset/train/1690476084535"
171
+ },
172
+ "comments": {
173
+ "input": {
174
+ },
175
+ "output": {
176
+ }
177
+ },
178
+ "description": "Creates an Amazon Rekognition Custom Labels dataset with a manifest file stored in an Amazon S3 bucket.",
179
+ "id": "to-create-an-amazon-rekognition-custom-labels-dataset-1690476237145",
180
+ "title": "To create an Amazon Rekognition Custom Labels dataset"
181
+ }
182
+ ],
183
+ "CreateProject": [
184
+ {
185
+ "input": {
186
+ "ProjectName": "my-project"
187
+ },
188
+ "output": {
189
+ "ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/1690405809285"
190
+ },
191
+ "comments": {
192
+ "input": {
193
+ },
194
+ "output": {
195
+ }
196
+ },
197
+ "description": "Creates an Amazon Rekognition Custom Labels project.",
198
+ "id": "to-create-an-amazon-rekognition-custom-labels-project-1690405898597",
199
+ "title": "To create an Amazon Rekognition Custom Labels project"
200
+ }
201
+ ],
202
+ "CreateProjectVersion": [
203
+ {
204
+ "input": {
205
+ "OutputConfig": {
206
+ "S3Bucket": "output_bucket",
207
+ "S3KeyPrefix": "output_folder"
208
+ },
209
+ "ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/1690474772815",
210
+ "VersionName": "1"
211
+ },
212
+ "output": {
213
+ "ProjectVersionArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/1/1690556751958"
214
+ },
215
+ "comments": {
216
+ "input": {
217
+ }
218
+ },
219
+ "description": "Trains a version of an Amazon Rekognition Custom Labels model.",
220
+ "id": "to-train-an-amazon-rekognition-custom-labels-model-1690555832843",
221
+ "title": "To train an Amazon Rekognition Custom Labels model"
222
+ }
223
+ ],
155
224
  "CreateUser": [
156
225
  {
157
226
  "input": {
@@ -188,6 +257,24 @@
188
257
  "title": "To delete a collection"
189
258
  }
190
259
  ],
260
+ "DeleteDataset": [
261
+ {
262
+ "input": {
263
+ "DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/dataset/test/1690556733321"
264
+ },
265
+ "output": {
266
+ },
267
+ "comments": {
268
+ "input": {
269
+ },
270
+ "output": {
271
+ }
272
+ },
273
+ "description": "Deletes an Amazon Rekognition Custom Labels dataset.",
274
+ "id": "to-delete-an-amazon-rekognition-custom-labels-dataset-1690826556349",
275
+ "title": "To delete an Amazon Rekognition Custom Labels dataset"
276
+ }
277
+ ],
191
278
  "DeleteFaces": [
192
279
  {
193
280
  "input": {
@@ -212,6 +299,25 @@
212
299
  "title": "To delete a face"
213
300
  }
214
301
  ],
302
+ "DeleteProject": [
303
+ {
304
+ "input": {
305
+ "ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/1690405809285"
306
+ },
307
+ "output": {
308
+ "Status": "DELETING"
309
+ },
310
+ "comments": {
311
+ "input": {
312
+ },
313
+ "output": {
314
+ }
315
+ },
316
+ "description": "Deletes an Amazon Rekognition Custom Labels projects.",
317
+ "id": "to-delete-an-amazon-rekognition-custom-labels-project-1690409093478",
318
+ "title": "To delete an Amazon Rekognition Custom Labels project"
319
+ }
320
+ ],
215
321
  "DeleteProjectPolicy": [
216
322
  {
217
323
  "input": {
@@ -232,6 +338,25 @@
232
338
  "title": "DeleteProjectPolicy"
233
339
  }
234
340
  ],
341
+ "DeleteProjectVersion": [
342
+ {
343
+ "input": {
344
+ "ProjectVersionArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/1/1690556751958"
345
+ },
346
+ "output": {
347
+ "Status": "DELETING"
348
+ },
349
+ "comments": {
350
+ "input": {
351
+ },
352
+ "output": {
353
+ }
354
+ },
355
+ "description": "Deletes a version of an Amazon Rekognition Custom Labels model.",
356
+ "id": "to-delete-an-amazon-rekognition-custom-labels-model-1690827562055",
357
+ "title": "To delete an Amazon Rekognition Custom Labels model"
358
+ }
359
+ ],
235
360
  "DeleteUser": [
236
361
  {
237
362
  "input": {
@@ -250,6 +375,225 @@
250
375
  "title": "DeleteUser"
251
376
  }
252
377
  ],
378
+ "DescribeDataset": [
379
+ {
380
+ "input": {
381
+ "DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/dataset/train/1690476084535"
382
+ },
383
+ "output": {
384
+ "DatasetDescription": {
385
+ "CreationTimestamp": "2023-07-27T09:41:24.738000-07:00",
386
+ "DatasetStats": {
387
+ "ErrorEntries": 0,
388
+ "LabeledEntries": 15,
389
+ "TotalEntries": 15,
390
+ "TotalLabels": 9
391
+ },
392
+ "LastUpdatedTimestamp": "2023-07-28T09:46:45.406000-07:00",
393
+ "Status": "UPDATE_FAILED",
394
+ "StatusMessage": "The manifest file contains images from multiple S3 buckets.",
395
+ "StatusMessageCode": "CLIENT_ERROR"
396
+ }
397
+ },
398
+ "comments": {
399
+ "input": {
400
+ },
401
+ "output": {
402
+ }
403
+ },
404
+ "description": "Describes an Amazon Rekognition Custom Labels dataset.",
405
+ "id": "to-describe-an-amazon-rekognition-custom-labels-dataset-1690827075604",
406
+ "title": "To describe an Amazon Rekognition Custom Labels dataset"
407
+ }
408
+ ],
409
+ "DescribeProjectVersions": [
410
+ {
411
+ "input": {
412
+ "ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/1690474772815",
413
+ "VersionNames": [
414
+ "1"
415
+ ]
416
+ },
417
+ "output": {
418
+ "NextToken": "",
419
+ "ProjectVersionDescriptions": [
420
+ {
421
+ "BillableTrainingTimeInSeconds": 1899,
422
+ "CreationTimestamp": "2023-07-28T08:05:51.958000-07:00",
423
+ "EvaluationResult": {
424
+ "F1Score": 1,
425
+ "Summary": {
426
+ "S3Object": {
427
+ "Bucket": "custom-labels-console-us-east-1-111111111",
428
+ "Name": "my-model-output/EvaluationResultSummary-my-project-1.json"
429
+ }
430
+ }
431
+ },
432
+ "ManifestSummary": {
433
+ "S3Object": {
434
+ "Bucket": "custom-labels-console-us-east-1-111111111",
435
+ "Name": "my-model-output/ManifestSummary-my-project-1.json"
436
+ }
437
+ },
438
+ "OutputConfig": {
439
+ "S3Bucket": "custom-labels-console-us-east-1-111111111",
440
+ "S3KeyPrefix": "my-model-output"
441
+ },
442
+ "ProjectVersionArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/1/1690556751958",
443
+ "Status": "TRAINING_COMPLETED",
444
+ "StatusMessage": "The model is ready to run.",
445
+ "TestingDataResult": {
446
+ "Input": {
447
+ "AutoCreate": false
448
+ },
449
+ "Output": {
450
+ "Assets": [
451
+ {
452
+ "GroundTruthManifest": {
453
+ "S3Object": {
454
+ "Bucket": "custom-labels-console-us-east-1-111111111",
455
+ "Name": "my-model-output/TestingGroundTruth-my-project-1.json"
456
+ }
457
+ }
458
+ }
459
+ ],
460
+ "AutoCreate": false
461
+ },
462
+ "Validation": {
463
+ "Assets": [
464
+ {
465
+ "GroundTruthManifest": {
466
+ "S3Object": {
467
+ "Bucket": "custom-labels-console-us-east-1-111111111",
468
+ "Name": "my-model-output/TestingManifestWithValidation-my-project-1.json"
469
+ }
470
+ }
471
+ }
472
+ ]
473
+ }
474
+ },
475
+ "TrainingDataResult": {
476
+ "Input": {
477
+ },
478
+ "Output": {
479
+ "Assets": [
480
+ {
481
+ "GroundTruthManifest": {
482
+ "S3Object": {
483
+ "Bucket": "custom-labels-console-us-east-1-111111111",
484
+ "Name": "my-model-output/TrainingGroundTruth-my-project-1.json"
485
+ }
486
+ }
487
+ }
488
+ ]
489
+ },
490
+ "Validation": {
491
+ "Assets": [
492
+ {
493
+ "GroundTruthManifest": {
494
+ "S3Object": {
495
+ "Bucket": "custom-labels-console-us-east-1-111111111",
496
+ "Name": "my-model-output/TrainingManifestWithValidation-my-project-1.json"
497
+ }
498
+ }
499
+ }
500
+ ]
501
+ }
502
+ },
503
+ "TrainingEndTimestamp": "2023-07-28T08:33:10.827000-07:00"
504
+ }
505
+ ]
506
+ },
507
+ "comments": {
508
+ "input": {
509
+ }
510
+ },
511
+ "description": "Describes a version of an Amazon Rekognition Custom Labels model.",
512
+ "id": "to-describes-an-amazon-rekognition-custom-labels-model-1690558265950",
513
+ "title": "To describe an Amazon Rekognition Custom Labels model"
514
+ }
515
+ ],
516
+ "DescribeProjects": [
517
+ {
518
+ "input": {
519
+ "ProjectNames": [
520
+ "my-project"
521
+ ]
522
+ },
523
+ "output": {
524
+ "ProjectDescriptions": [
525
+ {
526
+ "CreationTimestamp": "2022-06-13T15:16:00.634000-07:00",
527
+ "Datasets": [
528
+ {
529
+ "CreationTimestamp": "2022-06-13T15:17:34.620000-07:00",
530
+ "DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/dataset/test/1655158654491",
531
+ "DatasetType": "TEST",
532
+ "Status": "CREATE_COMPLETE",
533
+ "StatusMessage": "The dataset was successfully created from the manifest file.",
534
+ "StatusMessageCode": "SUCCESS"
535
+ },
536
+ {
537
+ "CreationTimestamp": "2022-06-13T15:17:50.118000-07:00",
538
+ "DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/dataset/train/1655158669954",
539
+ "DatasetType": "TRAIN",
540
+ "Status": "CREATE_COMPLETE",
541
+ "StatusMessage": "The dataset was successfully created from the manifest file.",
542
+ "StatusMessageCode": "SUCCESS"
543
+ }
544
+ ],
545
+ "ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/1655158560634",
546
+ "Status": "CREATED"
547
+ }
548
+ ]
549
+ },
550
+ "comments": {
551
+ "input": {
552
+ },
553
+ "output": {
554
+ }
555
+ },
556
+ "description": "Describes an Amazon Rekognition Custom Labels projects.",
557
+ "id": "to-describe-an-amazon-rekognition-custom-labels-project-1690400952376",
558
+ "title": "To describe an Amazon Rekognition Custom Labels project."
559
+ }
560
+ ],
561
+ "DetectCustomLabels": [
562
+ {
563
+ "input": {
564
+ "Image": {
565
+ "S3Object": {
566
+ "Bucket": "custom-labels-console-us-east-1-1111111111",
567
+ "Name": "assets/flowers_1_test_dataset/camellia4.jpg"
568
+ }
569
+ },
570
+ "MaxResults": 100,
571
+ "MinConfidence": 50,
572
+ "ProjectVersionArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/my-project.2023-07-31T11.49.37/1690829378219"
573
+ },
574
+ "output": {
575
+ "CustomLabels": [
576
+ {
577
+ "Confidence": 67.56399536132812,
578
+ "Name": "with_leaves"
579
+ },
580
+ {
581
+ "Confidence": 50.65699768066406,
582
+ "Name": "without_leaves"
583
+ }
584
+ ]
585
+ },
586
+ "comments": {
587
+ "input": {
588
+ },
589
+ "output": {
590
+ }
591
+ },
592
+ "description": "Detects custom labels in an image with an Amazon Rekognition Custom Labels model",
593
+ "id": "to-detect-custom-labels-in-images-with-an-amazon-rekognition-custom-labels-model-1690832037913",
594
+ "title": "To detect custom labels in an image with an Amazon Rekognition Custom Labels model"
595
+ }
596
+ ],
253
597
  "DetectFaces": [
254
598
  {
255
599
  "input": {
@@ -395,6 +739,31 @@
395
739
  "title": "DisassociateFaces"
396
740
  }
397
741
  ],
742
+ "DistributeDatasetEntries": [
743
+ {
744
+ "input": {
745
+ "Datasets": [
746
+ {
747
+ "Arn": "arn:aws:rekognition:us-east-1:111122223333:project/my-proj-2/dataset/train/1690564858106"
748
+ },
749
+ {
750
+ "Arn": "arn:aws:rekognition:us-east-1:111122223333:project/my-proj-2/dataset/test/1690564858106"
751
+ }
752
+ ]
753
+ },
754
+ "output": {
755
+ },
756
+ "comments": {
757
+ "input": {
758
+ },
759
+ "output": {
760
+ }
761
+ },
762
+ "description": "Distributes an Amazon Rekognition Custom Labels training dataset to a test dataset.",
763
+ "id": "to-distribute-to-an-amazon-rekognition-custom-labels-dataset-1690816977073",
764
+ "title": "To distribute an Amazon Rekognition Custom Labels dataset"
765
+ }
766
+ ],
398
767
  "IndexFaces": [
399
768
  {
400
769
  "input": {
@@ -562,6 +931,76 @@
562
931
  "title": "To list the collections"
563
932
  }
564
933
  ],
934
+ "ListDatasetEntries": [
935
+ {
936
+ "input": {
937
+ "ContainsLabels": [
938
+ "camellia"
939
+ ],
940
+ "DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-proj-2/dataset/train/1690564858106",
941
+ "HasErrors": true,
942
+ "Labeled": true,
943
+ "MaxResults": 100,
944
+ "NextToken": "",
945
+ "SourceRefContains": "camellia4.jpg"
946
+ },
947
+ "output": {
948
+ "DatasetEntries": [
949
+ "{\"source-ref\":\"s3://custom-labels-console-us-east-1-1111111111/assets/flowers_1_train_dataset/camellia4.jpg\",\"camellia\":1,\"camellia-metadata\":{\"confidence\":1,\"job-name\":\"labeling-job/camellia\",\"class-name\":\"camellia\",\"human-annotated\":\"yes\",\"creation-date\":\"2021-07-11T03:32:13.456Z\",\"type\":\"groundtruth/image-classification\"},\"with_leaves\":1,\"with_leaves-metadata\":{\"confidence\":1,\"job-name\":\"labeling-job/with_leaves\",\"class-name\":\"with_leaves\",\"human-annotated\":\"yes\",\"creation-date\":\"2021-07-11T03:32:13.456Z\",\"type\":\"groundtruth/image-classification\"},\"cl-metadata\":{\"is_labeled\":true}}"
950
+ ],
951
+ "NextToken": ""
952
+ },
953
+ "comments": {
954
+ "input": {
955
+ },
956
+ "output": {
957
+ }
958
+ },
959
+ "description": "Lists the JSON line entries in an Amazon Rekognition Custom Labels dataset.",
960
+ "id": "to-list-the-entries-in-an-amazon-rekognition-custom-labels-dataset-1690823292345",
961
+ "title": "To list the entries in an Amazon Rekognition Custom Labels dataset"
962
+ }
963
+ ],
964
+ "ListDatasetLabels": [
965
+ {
966
+ "input": {
967
+ "DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-proj-2/dataset/train/1690564858106",
968
+ "MaxResults": 100,
969
+ "NextToken": ""
970
+ },
971
+ "output": {
972
+ "DatasetLabelDescriptions": [
973
+ {
974
+ "LabelName": "camellia",
975
+ "LabelStats": {
976
+ "EntryCount": 1
977
+ }
978
+ },
979
+ {
980
+ "LabelName": "with_leaves",
981
+ "LabelStats": {
982
+ "EntryCount": 2
983
+ }
984
+ },
985
+ {
986
+ "LabelName": "mediterranean_spurge",
987
+ "LabelStats": {
988
+ "EntryCount": 1
989
+ }
990
+ }
991
+ ]
992
+ },
993
+ "comments": {
994
+ "input": {
995
+ },
996
+ "output": {
997
+ }
998
+ },
999
+ "description": "Lists the JSON line entries in an Amazon Rekognition Custom Labels dataset.",
1000
+ "id": "to-list-the-entries-in-an-amazon-rekognition-custom-labels-dataset-1690823292345",
1001
+ "title": "To list the entries in an Amazon Rekognition Custom Labels dataset"
1002
+ }
1003
+ ],
565
1004
  "ListFaces": [
566
1005
  {
567
1006
  "input": {
@@ -926,6 +1365,67 @@
926
1365
  "id": "searchusersbyimage-1686183178610",
927
1366
  "title": "SearchUsersByImage"
928
1367
  }
1368
+ ],
1369
+ "StartProjectVersion": [
1370
+ {
1371
+ "input": {
1372
+ "MaxInferenceUnits": 1,
1373
+ "MinInferenceUnits": 1,
1374
+ "ProjectVersionArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/1/1690556751958"
1375
+ },
1376
+ "output": {
1377
+ "Status": "STARTING"
1378
+ },
1379
+ "comments": {
1380
+ "input": {
1381
+ },
1382
+ "output": {
1383
+ }
1384
+ },
1385
+ "description": "Starts a version of an Amazon Rekognition Custom Labels model.",
1386
+ "id": "to-start-an-amazon-rekognition-custom-labels-model-1690559168398",
1387
+ "title": "To start an Amazon Rekognition Custom Labels model"
1388
+ }
1389
+ ],
1390
+ "StopProjectVersion": [
1391
+ {
1392
+ "input": {
1393
+ "ProjectVersionArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/1/1690556751958"
1394
+ },
1395
+ "output": {
1396
+ "Status": "STOPPING"
1397
+ },
1398
+ "comments": {
1399
+ "input": {
1400
+ },
1401
+ "output": {
1402
+ }
1403
+ },
1404
+ "description": "Stops a version of an Amazon Rekognition Custom Labels model.",
1405
+ "id": "to-stop-an-amazon-rekognition-custom-labels-model-1690561110698",
1406
+ "title": "To stop an Amazon Rekognition Custom Labels model."
1407
+ }
1408
+ ],
1409
+ "UpdateDatasetEntries": [
1410
+ {
1411
+ "input": {
1412
+ "Changes": {
1413
+ "GroundTruth": "{\"source-ref\":\"s3://custom-labels-console-us-east-1-111111111/assets/flowers_1_test_dataset/mediterranean_spurge4.jpg\",\"mediterranean_spurge\":1,\"mediterranean_spurge-metadata\":{\"confidence\":1,\"job-name\":\"labeling-job/mediterranean_spurge\",\"class-name\":\"mediterranean_spurge\",\"human-annotated\":\"yes\",\"creation-date\":\"2021-07-11T03:33:42.025Z\",\"type\":\"groundtruth/image-classification\"},\"with_leaves\":1,\"with_leaves-metadata\":{\"confidence\":1,\"job-name\":\"labeling-job/with_leaves\",\"class-name\":\"with_leaves\",\"human-annotated\":\"yes\",\"creation-date\":\"2021-07-11T03:33:42.025Z\",\"type\":\"groundtruth/image-classification\"}}"
1414
+ },
1415
+ "DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-proj-2/dataset/train/1690564858106"
1416
+ },
1417
+ "output": {
1418
+ },
1419
+ "comments": {
1420
+ "input": {
1421
+ },
1422
+ "output": {
1423
+ }
1424
+ },
1425
+ "description": "Adds dataset entries to an Amazon Rekognition Custom Labels dataset.",
1426
+ "id": "to-add-dataset-entries-to-an-amazon-rekognition-custom-labels-dataset-1690816977073",
1427
+ "title": "To-add dataset entries to an Amazon Rekognition Custom Labels dataset"
1428
+ }
929
1429
  ]
930
1430
  }
931
1431
  }