aws-sdk 2.1044.0 → 2.1045.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 +9 -1
- package/README.md +1 -1
- package/apis/comprehendmedical-2018-10-30.min.json +244 -29
- package/apis/iot-2015-05-28.min.json +280 -271
- package/apis/logs-2014-03-28.min.json +4 -1
- package/apis/lookoutvision-2020-11-20.min.json +208 -11
- package/apis/lookoutvision-2020-11-20.paginators.json +6 -0
- package/apis/outposts-2019-12-03.min.json +29 -0
- package/apis/sagemaker-2017-07-24.min.json +31 -28
- package/clients/cloudwatchlogs.d.ts +6 -1
- package/clients/comprehendmedical.d.ts +306 -25
- package/clients/health.d.ts +2 -2
- package/clients/iot.d.ts +13 -0
- package/clients/lookoutvision.d.ts +293 -23
- package/clients/outposts.d.ts +47 -3
- package/clients/sagemaker.d.ts +3 -1
- package/clients/support.d.ts +62 -62
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +531 -304
- package/dist/aws-sdk.min.js +74 -74
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1045.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1045.0
|
|
6
|
+
* feature: CloudWatchLogs: This release adds AWS Organizations support as condition key in destination policy for cross account Subscriptions in CloudWatch Logs.
|
|
7
|
+
* feature: ComprehendMedical: This release adds a new set of APIs (synchronous and batch) to support the SNOMED-CT ontology.
|
|
8
|
+
* feature: Iot: This release allows customer to enable caching of custom authorizer on HTTP protocol for clients that use persistent or Keep-Alive connection in order to reduce the number of Lambda invocations.
|
|
9
|
+
* feature: LookoutVision: This release adds new APIs for packaging an Amazon Lookout for Vision model as an AWS IoT Greengrass component.
|
|
10
|
+
* feature: Outposts: This release adds the UpdateOutpost API.
|
|
11
|
+
* feature: SageMaker: This release added a new Ambarella device(amba_cv2) compilation support for Sagemaker Neo.
|
|
12
|
+
|
|
5
13
|
## 2.1044.0
|
|
6
14
|
* feature: AppSync: AWS AppSync now supports custom domain names, allowing you to associate a domain name that you own with an AppSync API in your account.
|
|
7
15
|
* feature: Location: This release adds support for Accuracy position filtering, position metadata and autocomplete for addresses and points of interest based on partial or misspelled free-form text.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1045.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -90,6 +90,25 @@
|
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
|
+
"DescribeSNOMEDCTInferenceJob": {
|
|
94
|
+
"input": {
|
|
95
|
+
"type": "structure",
|
|
96
|
+
"required": [
|
|
97
|
+
"JobId"
|
|
98
|
+
],
|
|
99
|
+
"members": {
|
|
100
|
+
"JobId": {}
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"output": {
|
|
104
|
+
"type": "structure",
|
|
105
|
+
"members": {
|
|
106
|
+
"ComprehendMedicalAsyncJobProperties": {
|
|
107
|
+
"shape": "S4"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
93
112
|
"DetectEntities": {
|
|
94
113
|
"input": {
|
|
95
114
|
"type": "structure",
|
|
@@ -108,10 +127,10 @@
|
|
|
108
127
|
],
|
|
109
128
|
"members": {
|
|
110
129
|
"Entities": {
|
|
111
|
-
"shape": "
|
|
130
|
+
"shape": "St"
|
|
112
131
|
},
|
|
113
132
|
"UnmappedAttributes": {
|
|
114
|
-
"shape": "
|
|
133
|
+
"shape": "S16"
|
|
115
134
|
},
|
|
116
135
|
"PaginationToken": {},
|
|
117
136
|
"ModelVersion": {}
|
|
@@ -138,10 +157,10 @@
|
|
|
138
157
|
],
|
|
139
158
|
"members": {
|
|
140
159
|
"Entities": {
|
|
141
|
-
"shape": "
|
|
160
|
+
"shape": "St"
|
|
142
161
|
},
|
|
143
162
|
"UnmappedAttributes": {
|
|
144
|
-
"shape": "
|
|
163
|
+
"shape": "S16"
|
|
145
164
|
},
|
|
146
165
|
"PaginationToken": {},
|
|
147
166
|
"ModelVersion": {}
|
|
@@ -166,7 +185,7 @@
|
|
|
166
185
|
],
|
|
167
186
|
"members": {
|
|
168
187
|
"Entities": {
|
|
169
|
-
"shape": "
|
|
188
|
+
"shape": "St"
|
|
170
189
|
},
|
|
171
190
|
"PaginationToken": {},
|
|
172
191
|
"ModelVersion": {}
|
|
@@ -232,7 +251,7 @@
|
|
|
232
251
|
},
|
|
233
252
|
"Text": {},
|
|
234
253
|
"Traits": {
|
|
235
|
-
"shape": "
|
|
254
|
+
"shape": "S1m"
|
|
236
255
|
},
|
|
237
256
|
"Category": {},
|
|
238
257
|
"RelationshipType": {}
|
|
@@ -240,7 +259,7 @@
|
|
|
240
259
|
}
|
|
241
260
|
},
|
|
242
261
|
"Traits": {
|
|
243
|
-
"shape": "
|
|
262
|
+
"shape": "S1m"
|
|
244
263
|
},
|
|
245
264
|
"ICD10CMConcepts": {
|
|
246
265
|
"type": "list",
|
|
@@ -322,13 +341,13 @@
|
|
|
322
341
|
},
|
|
323
342
|
"Text": {},
|
|
324
343
|
"Traits": {
|
|
325
|
-
"shape": "
|
|
344
|
+
"shape": "S21"
|
|
326
345
|
}
|
|
327
346
|
}
|
|
328
347
|
}
|
|
329
348
|
},
|
|
330
349
|
"Traits": {
|
|
331
|
-
"shape": "
|
|
350
|
+
"shape": "S21"
|
|
332
351
|
},
|
|
333
352
|
"RxNormConcepts": {
|
|
334
353
|
"type": "list",
|
|
@@ -351,12 +370,111 @@
|
|
|
351
370
|
}
|
|
352
371
|
}
|
|
353
372
|
},
|
|
373
|
+
"InferSNOMEDCT": {
|
|
374
|
+
"input": {
|
|
375
|
+
"type": "structure",
|
|
376
|
+
"required": [
|
|
377
|
+
"Text"
|
|
378
|
+
],
|
|
379
|
+
"members": {
|
|
380
|
+
"Text": {}
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
"output": {
|
|
384
|
+
"type": "structure",
|
|
385
|
+
"required": [
|
|
386
|
+
"Entities"
|
|
387
|
+
],
|
|
388
|
+
"members": {
|
|
389
|
+
"Entities": {
|
|
390
|
+
"type": "list",
|
|
391
|
+
"member": {
|
|
392
|
+
"type": "structure",
|
|
393
|
+
"members": {
|
|
394
|
+
"Id": {
|
|
395
|
+
"type": "integer"
|
|
396
|
+
},
|
|
397
|
+
"Text": {},
|
|
398
|
+
"Category": {},
|
|
399
|
+
"Type": {},
|
|
400
|
+
"Score": {
|
|
401
|
+
"type": "float"
|
|
402
|
+
},
|
|
403
|
+
"BeginOffset": {
|
|
404
|
+
"type": "integer"
|
|
405
|
+
},
|
|
406
|
+
"EndOffset": {
|
|
407
|
+
"type": "integer"
|
|
408
|
+
},
|
|
409
|
+
"Attributes": {
|
|
410
|
+
"type": "list",
|
|
411
|
+
"member": {
|
|
412
|
+
"type": "structure",
|
|
413
|
+
"members": {
|
|
414
|
+
"Category": {},
|
|
415
|
+
"Type": {},
|
|
416
|
+
"Score": {
|
|
417
|
+
"type": "float"
|
|
418
|
+
},
|
|
419
|
+
"RelationshipScore": {
|
|
420
|
+
"type": "float"
|
|
421
|
+
},
|
|
422
|
+
"RelationshipType": {},
|
|
423
|
+
"Id": {
|
|
424
|
+
"type": "integer"
|
|
425
|
+
},
|
|
426
|
+
"BeginOffset": {
|
|
427
|
+
"type": "integer"
|
|
428
|
+
},
|
|
429
|
+
"EndOffset": {
|
|
430
|
+
"type": "integer"
|
|
431
|
+
},
|
|
432
|
+
"Text": {},
|
|
433
|
+
"Traits": {
|
|
434
|
+
"shape": "S2g"
|
|
435
|
+
},
|
|
436
|
+
"SNOMEDCTConcepts": {
|
|
437
|
+
"shape": "S2j"
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"Traits": {
|
|
443
|
+
"shape": "S2g"
|
|
444
|
+
},
|
|
445
|
+
"SNOMEDCTConcepts": {
|
|
446
|
+
"shape": "S2j"
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
"PaginationToken": {},
|
|
452
|
+
"ModelVersion": {},
|
|
453
|
+
"SNOMEDCTDetails": {
|
|
454
|
+
"type": "structure",
|
|
455
|
+
"members": {
|
|
456
|
+
"Edition": {},
|
|
457
|
+
"Language": {},
|
|
458
|
+
"VersionDate": {}
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
"Characters": {
|
|
462
|
+
"type": "structure",
|
|
463
|
+
"members": {
|
|
464
|
+
"OriginalTextCharacters": {
|
|
465
|
+
"type": "integer"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
},
|
|
354
472
|
"ListEntitiesDetectionV2Jobs": {
|
|
355
473
|
"input": {
|
|
356
474
|
"type": "structure",
|
|
357
475
|
"members": {
|
|
358
476
|
"Filter": {
|
|
359
|
-
"shape": "
|
|
477
|
+
"shape": "S2o"
|
|
360
478
|
},
|
|
361
479
|
"NextToken": {},
|
|
362
480
|
"MaxResults": {
|
|
@@ -368,7 +486,7 @@
|
|
|
368
486
|
"type": "structure",
|
|
369
487
|
"members": {
|
|
370
488
|
"ComprehendMedicalAsyncJobPropertiesList": {
|
|
371
|
-
"shape": "
|
|
489
|
+
"shape": "S2r"
|
|
372
490
|
},
|
|
373
491
|
"NextToken": {}
|
|
374
492
|
}
|
|
@@ -379,7 +497,7 @@
|
|
|
379
497
|
"type": "structure",
|
|
380
498
|
"members": {
|
|
381
499
|
"Filter": {
|
|
382
|
-
"shape": "
|
|
500
|
+
"shape": "S2o"
|
|
383
501
|
},
|
|
384
502
|
"NextToken": {},
|
|
385
503
|
"MaxResults": {
|
|
@@ -391,7 +509,7 @@
|
|
|
391
509
|
"type": "structure",
|
|
392
510
|
"members": {
|
|
393
511
|
"ComprehendMedicalAsyncJobPropertiesList": {
|
|
394
|
-
"shape": "
|
|
512
|
+
"shape": "S2r"
|
|
395
513
|
},
|
|
396
514
|
"NextToken": {}
|
|
397
515
|
}
|
|
@@ -402,7 +520,7 @@
|
|
|
402
520
|
"type": "structure",
|
|
403
521
|
"members": {
|
|
404
522
|
"Filter": {
|
|
405
|
-
"shape": "
|
|
523
|
+
"shape": "S2o"
|
|
406
524
|
},
|
|
407
525
|
"NextToken": {},
|
|
408
526
|
"MaxResults": {
|
|
@@ -414,7 +532,7 @@
|
|
|
414
532
|
"type": "structure",
|
|
415
533
|
"members": {
|
|
416
534
|
"ComprehendMedicalAsyncJobPropertiesList": {
|
|
417
|
-
"shape": "
|
|
535
|
+
"shape": "S2r"
|
|
418
536
|
},
|
|
419
537
|
"NextToken": {}
|
|
420
538
|
}
|
|
@@ -425,7 +543,30 @@
|
|
|
425
543
|
"type": "structure",
|
|
426
544
|
"members": {
|
|
427
545
|
"Filter": {
|
|
428
|
-
"shape": "
|
|
546
|
+
"shape": "S2o"
|
|
547
|
+
},
|
|
548
|
+
"NextToken": {},
|
|
549
|
+
"MaxResults": {
|
|
550
|
+
"type": "integer"
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
"output": {
|
|
555
|
+
"type": "structure",
|
|
556
|
+
"members": {
|
|
557
|
+
"ComprehendMedicalAsyncJobPropertiesList": {
|
|
558
|
+
"shape": "S2r"
|
|
559
|
+
},
|
|
560
|
+
"NextToken": {}
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
"ListSNOMEDCTInferenceJobs": {
|
|
565
|
+
"input": {
|
|
566
|
+
"type": "structure",
|
|
567
|
+
"members": {
|
|
568
|
+
"Filter": {
|
|
569
|
+
"shape": "S2o"
|
|
429
570
|
},
|
|
430
571
|
"NextToken": {},
|
|
431
572
|
"MaxResults": {
|
|
@@ -437,7 +578,7 @@
|
|
|
437
578
|
"type": "structure",
|
|
438
579
|
"members": {
|
|
439
580
|
"ComprehendMedicalAsyncJobPropertiesList": {
|
|
440
|
-
"shape": "
|
|
581
|
+
"shape": "S2r"
|
|
441
582
|
},
|
|
442
583
|
"NextToken": {}
|
|
443
584
|
}
|
|
@@ -571,6 +712,38 @@
|
|
|
571
712
|
}
|
|
572
713
|
}
|
|
573
714
|
},
|
|
715
|
+
"StartSNOMEDCTInferenceJob": {
|
|
716
|
+
"input": {
|
|
717
|
+
"type": "structure",
|
|
718
|
+
"required": [
|
|
719
|
+
"InputDataConfig",
|
|
720
|
+
"OutputDataConfig",
|
|
721
|
+
"DataAccessRoleArn",
|
|
722
|
+
"LanguageCode"
|
|
723
|
+
],
|
|
724
|
+
"members": {
|
|
725
|
+
"InputDataConfig": {
|
|
726
|
+
"shape": "S9"
|
|
727
|
+
},
|
|
728
|
+
"OutputDataConfig": {
|
|
729
|
+
"shape": "Sc"
|
|
730
|
+
},
|
|
731
|
+
"DataAccessRoleArn": {},
|
|
732
|
+
"JobName": {},
|
|
733
|
+
"ClientRequestToken": {
|
|
734
|
+
"idempotencyToken": true
|
|
735
|
+
},
|
|
736
|
+
"KMSKey": {},
|
|
737
|
+
"LanguageCode": {}
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
"output": {
|
|
741
|
+
"type": "structure",
|
|
742
|
+
"members": {
|
|
743
|
+
"JobId": {}
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
},
|
|
574
747
|
"StopEntitiesDetectionV2Job": {
|
|
575
748
|
"input": {
|
|
576
749
|
"type": "structure",
|
|
@@ -638,6 +811,23 @@
|
|
|
638
811
|
"JobId": {}
|
|
639
812
|
}
|
|
640
813
|
}
|
|
814
|
+
},
|
|
815
|
+
"StopSNOMEDCTInferenceJob": {
|
|
816
|
+
"input": {
|
|
817
|
+
"type": "structure",
|
|
818
|
+
"required": [
|
|
819
|
+
"JobId"
|
|
820
|
+
],
|
|
821
|
+
"members": {
|
|
822
|
+
"JobId": {}
|
|
823
|
+
}
|
|
824
|
+
},
|
|
825
|
+
"output": {
|
|
826
|
+
"type": "structure",
|
|
827
|
+
"members": {
|
|
828
|
+
"JobId": {}
|
|
829
|
+
}
|
|
830
|
+
}
|
|
641
831
|
}
|
|
642
832
|
},
|
|
643
833
|
"shapes": {
|
|
@@ -690,7 +880,7 @@
|
|
|
690
880
|
"S3Key": {}
|
|
691
881
|
}
|
|
692
882
|
},
|
|
693
|
-
"
|
|
883
|
+
"St": {
|
|
694
884
|
"type": "list",
|
|
695
885
|
"member": {
|
|
696
886
|
"type": "structure",
|
|
@@ -711,18 +901,18 @@
|
|
|
711
901
|
"Category": {},
|
|
712
902
|
"Type": {},
|
|
713
903
|
"Traits": {
|
|
714
|
-
"shape": "
|
|
904
|
+
"shape": "S10"
|
|
715
905
|
},
|
|
716
906
|
"Attributes": {
|
|
717
907
|
"type": "list",
|
|
718
908
|
"member": {
|
|
719
|
-
"shape": "
|
|
909
|
+
"shape": "S14"
|
|
720
910
|
}
|
|
721
911
|
}
|
|
722
912
|
}
|
|
723
913
|
}
|
|
724
914
|
},
|
|
725
|
-
"
|
|
915
|
+
"S10": {
|
|
726
916
|
"type": "list",
|
|
727
917
|
"member": {
|
|
728
918
|
"type": "structure",
|
|
@@ -734,7 +924,7 @@
|
|
|
734
924
|
}
|
|
735
925
|
}
|
|
736
926
|
},
|
|
737
|
-
"
|
|
927
|
+
"S14": {
|
|
738
928
|
"type": "structure",
|
|
739
929
|
"members": {
|
|
740
930
|
"Type": {},
|
|
@@ -757,23 +947,23 @@
|
|
|
757
947
|
"Text": {},
|
|
758
948
|
"Category": {},
|
|
759
949
|
"Traits": {
|
|
760
|
-
"shape": "
|
|
950
|
+
"shape": "S10"
|
|
761
951
|
}
|
|
762
952
|
}
|
|
763
953
|
},
|
|
764
|
-
"
|
|
954
|
+
"S16": {
|
|
765
955
|
"type": "list",
|
|
766
956
|
"member": {
|
|
767
957
|
"type": "structure",
|
|
768
958
|
"members": {
|
|
769
959
|
"Type": {},
|
|
770
960
|
"Attribute": {
|
|
771
|
-
"shape": "
|
|
961
|
+
"shape": "S14"
|
|
772
962
|
}
|
|
773
963
|
}
|
|
774
964
|
}
|
|
775
965
|
},
|
|
776
|
-
"
|
|
966
|
+
"S1m": {
|
|
777
967
|
"type": "list",
|
|
778
968
|
"member": {
|
|
779
969
|
"type": "structure",
|
|
@@ -785,7 +975,7 @@
|
|
|
785
975
|
}
|
|
786
976
|
}
|
|
787
977
|
},
|
|
788
|
-
"
|
|
978
|
+
"S21": {
|
|
789
979
|
"type": "list",
|
|
790
980
|
"member": {
|
|
791
981
|
"type": "structure",
|
|
@@ -797,7 +987,32 @@
|
|
|
797
987
|
}
|
|
798
988
|
}
|
|
799
989
|
},
|
|
800
|
-
"
|
|
990
|
+
"S2g": {
|
|
991
|
+
"type": "list",
|
|
992
|
+
"member": {
|
|
993
|
+
"type": "structure",
|
|
994
|
+
"members": {
|
|
995
|
+
"Name": {},
|
|
996
|
+
"Score": {
|
|
997
|
+
"type": "float"
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
"S2j": {
|
|
1003
|
+
"type": "list",
|
|
1004
|
+
"member": {
|
|
1005
|
+
"type": "structure",
|
|
1006
|
+
"members": {
|
|
1007
|
+
"Description": {},
|
|
1008
|
+
"Code": {},
|
|
1009
|
+
"Score": {
|
|
1010
|
+
"type": "float"
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
"S2o": {
|
|
801
1016
|
"type": "structure",
|
|
802
1017
|
"members": {
|
|
803
1018
|
"JobName": {},
|
|
@@ -810,7 +1025,7 @@
|
|
|
810
1025
|
}
|
|
811
1026
|
}
|
|
812
1027
|
},
|
|
813
|
-
"
|
|
1028
|
+
"S2r": {
|
|
814
1029
|
"type": "list",
|
|
815
1030
|
"member": {
|
|
816
1031
|
"shape": "S4"
|