@aws-sdk/client-comprehendmedical 3.296.0 → 3.298.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 (86) hide show
  1. package/dist-cjs/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -3
  2. package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +2 -3
  3. package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +2 -3
  4. package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +2 -3
  5. package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -3
  6. package/dist-cjs/commands/DetectEntitiesCommand.js +2 -3
  7. package/dist-cjs/commands/DetectEntitiesV2Command.js +2 -3
  8. package/dist-cjs/commands/DetectPHICommand.js +2 -3
  9. package/dist-cjs/commands/InferICD10CMCommand.js +2 -3
  10. package/dist-cjs/commands/InferRxNormCommand.js +2 -3
  11. package/dist-cjs/commands/InferSNOMEDCTCommand.js +2 -3
  12. package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +2 -3
  13. package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +2 -3
  14. package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +2 -3
  15. package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +2 -3
  16. package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -3
  17. package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +2 -3
  18. package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +2 -3
  19. package/dist-cjs/commands/StartPHIDetectionJobCommand.js +2 -3
  20. package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +2 -3
  21. package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +2 -3
  22. package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +2 -3
  23. package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +2 -3
  24. package/dist-cjs/commands/StopPHIDetectionJobCommand.js +2 -3
  25. package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +2 -3
  26. package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +1 -299
  28. package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -3
  29. package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +2 -3
  30. package/dist-es/commands/DescribePHIDetectionJobCommand.js +2 -3
  31. package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +2 -3
  32. package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -3
  33. package/dist-es/commands/DetectEntitiesCommand.js +2 -3
  34. package/dist-es/commands/DetectEntitiesV2Command.js +2 -3
  35. package/dist-es/commands/DetectPHICommand.js +2 -3
  36. package/dist-es/commands/InferICD10CMCommand.js +2 -3
  37. package/dist-es/commands/InferRxNormCommand.js +2 -3
  38. package/dist-es/commands/InferSNOMEDCTCommand.js +2 -3
  39. package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +2 -3
  40. package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +2 -3
  41. package/dist-es/commands/ListPHIDetectionJobsCommand.js +2 -3
  42. package/dist-es/commands/ListRxNormInferenceJobsCommand.js +2 -3
  43. package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -3
  44. package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +2 -3
  45. package/dist-es/commands/StartICD10CMInferenceJobCommand.js +2 -3
  46. package/dist-es/commands/StartPHIDetectionJobCommand.js +2 -3
  47. package/dist-es/commands/StartRxNormInferenceJobCommand.js +2 -3
  48. package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +2 -3
  49. package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +2 -3
  50. package/dist-es/commands/StopICD10CMInferenceJobCommand.js +2 -3
  51. package/dist-es/commands/StopPHIDetectionJobCommand.js +2 -3
  52. package/dist-es/commands/StopRxNormInferenceJobCommand.js +2 -3
  53. package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +2 -3
  54. package/dist-es/models/models_0.js +0 -222
  55. package/dist-types/ComprehendMedical.d.ts +27 -0
  56. package/dist-types/ComprehendMedicalClient.d.ts +24 -4
  57. package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +16 -0
  61. package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +16 -0
  62. package/dist-types/commands/DetectEntitiesCommand.d.ts +16 -0
  63. package/dist-types/commands/DetectEntitiesV2Command.d.ts +16 -0
  64. package/dist-types/commands/DetectPHICommand.d.ts +16 -0
  65. package/dist-types/commands/InferICD10CMCommand.d.ts +16 -0
  66. package/dist-types/commands/InferRxNormCommand.d.ts +16 -0
  67. package/dist-types/commands/InferSNOMEDCTCommand.d.ts +16 -0
  68. package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +16 -0
  69. package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +16 -0
  70. package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +16 -0
  72. package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +16 -0
  73. package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +16 -0
  74. package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +16 -0
  75. package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +16 -0
  76. package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +16 -0
  77. package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +16 -0
  78. package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +16 -0
  79. package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +16 -0
  80. package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +16 -0
  81. package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +16 -0
  82. package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +16 -0
  83. package/dist-types/models/ComprehendMedicalServiceException.d.ts +2 -0
  84. package/dist-types/models/models_0.d.ts +246 -296
  85. package/dist-types/ts3.4/models/models_0.d.ts +0 -208
  86. package/package.json +4 -3
@@ -635,211 +635,3 @@ export interface StopSNOMEDCTInferenceJobRequest {
635
635
  export interface StopSNOMEDCTInferenceJobResponse {
636
636
  JobId?: string;
637
637
  }
638
- export declare const TraitFilterSensitiveLog: (obj: Trait) => any;
639
- export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
640
- export declare const CharactersFilterSensitiveLog: (obj: Characters) => any;
641
- export declare const DescribeEntitiesDetectionV2JobRequestFilterSensitiveLog: (
642
- obj: DescribeEntitiesDetectionV2JobRequest
643
- ) => any;
644
- export declare const InputDataConfigFilterSensitiveLog: (
645
- obj: InputDataConfig
646
- ) => any;
647
- export declare const OutputDataConfigFilterSensitiveLog: (
648
- obj: OutputDataConfig
649
- ) => any;
650
- export declare const ComprehendMedicalAsyncJobPropertiesFilterSensitiveLog: (
651
- obj: ComprehendMedicalAsyncJobProperties
652
- ) => any;
653
- export declare const DescribeEntitiesDetectionV2JobResponseFilterSensitiveLog: (
654
- obj: DescribeEntitiesDetectionV2JobResponse
655
- ) => any;
656
- export declare const DescribeICD10CMInferenceJobRequestFilterSensitiveLog: (
657
- obj: DescribeICD10CMInferenceJobRequest
658
- ) => any;
659
- export declare const DescribeICD10CMInferenceJobResponseFilterSensitiveLog: (
660
- obj: DescribeICD10CMInferenceJobResponse
661
- ) => any;
662
- export declare const DescribePHIDetectionJobRequestFilterSensitiveLog: (
663
- obj: DescribePHIDetectionJobRequest
664
- ) => any;
665
- export declare const DescribePHIDetectionJobResponseFilterSensitiveLog: (
666
- obj: DescribePHIDetectionJobResponse
667
- ) => any;
668
- export declare const DescribeRxNormInferenceJobRequestFilterSensitiveLog: (
669
- obj: DescribeRxNormInferenceJobRequest
670
- ) => any;
671
- export declare const DescribeRxNormInferenceJobResponseFilterSensitiveLog: (
672
- obj: DescribeRxNormInferenceJobResponse
673
- ) => any;
674
- export declare const DescribeSNOMEDCTInferenceJobRequestFilterSensitiveLog: (
675
- obj: DescribeSNOMEDCTInferenceJobRequest
676
- ) => any;
677
- export declare const DescribeSNOMEDCTInferenceJobResponseFilterSensitiveLog: (
678
- obj: DescribeSNOMEDCTInferenceJobResponse
679
- ) => any;
680
- export declare const DetectEntitiesRequestFilterSensitiveLog: (
681
- obj: DetectEntitiesRequest
682
- ) => any;
683
- export declare const EntityFilterSensitiveLog: (obj: Entity) => any;
684
- export declare const UnmappedAttributeFilterSensitiveLog: (
685
- obj: UnmappedAttribute
686
- ) => any;
687
- export declare const DetectEntitiesResponseFilterSensitiveLog: (
688
- obj: DetectEntitiesResponse
689
- ) => any;
690
- export declare const DetectEntitiesV2RequestFilterSensitiveLog: (
691
- obj: DetectEntitiesV2Request
692
- ) => any;
693
- export declare const DetectEntitiesV2ResponseFilterSensitiveLog: (
694
- obj: DetectEntitiesV2Response
695
- ) => any;
696
- export declare const DetectPHIRequestFilterSensitiveLog: (
697
- obj: DetectPHIRequest
698
- ) => any;
699
- export declare const DetectPHIResponseFilterSensitiveLog: (
700
- obj: DetectPHIResponse
701
- ) => any;
702
- export declare const InferICD10CMRequestFilterSensitiveLog: (
703
- obj: InferICD10CMRequest
704
- ) => any;
705
- export declare const ICD10CMTraitFilterSensitiveLog: (obj: ICD10CMTrait) => any;
706
- export declare const ICD10CMAttributeFilterSensitiveLog: (
707
- obj: ICD10CMAttribute
708
- ) => any;
709
- export declare const ICD10CMConceptFilterSensitiveLog: (
710
- obj: ICD10CMConcept
711
- ) => any;
712
- export declare const ICD10CMEntityFilterSensitiveLog: (
713
- obj: ICD10CMEntity
714
- ) => any;
715
- export declare const InferICD10CMResponseFilterSensitiveLog: (
716
- obj: InferICD10CMResponse
717
- ) => any;
718
- export declare const InferRxNormRequestFilterSensitiveLog: (
719
- obj: InferRxNormRequest
720
- ) => any;
721
- export declare const RxNormTraitFilterSensitiveLog: (obj: RxNormTrait) => any;
722
- export declare const RxNormAttributeFilterSensitiveLog: (
723
- obj: RxNormAttribute
724
- ) => any;
725
- export declare const RxNormConceptFilterSensitiveLog: (
726
- obj: RxNormConcept
727
- ) => any;
728
- export declare const RxNormEntityFilterSensitiveLog: (obj: RxNormEntity) => any;
729
- export declare const InferRxNormResponseFilterSensitiveLog: (
730
- obj: InferRxNormResponse
731
- ) => any;
732
- export declare const InferSNOMEDCTRequestFilterSensitiveLog: (
733
- obj: InferSNOMEDCTRequest
734
- ) => any;
735
- export declare const SNOMEDCTConceptFilterSensitiveLog: (
736
- obj: SNOMEDCTConcept
737
- ) => any;
738
- export declare const SNOMEDCTTraitFilterSensitiveLog: (
739
- obj: SNOMEDCTTrait
740
- ) => any;
741
- export declare const SNOMEDCTAttributeFilterSensitiveLog: (
742
- obj: SNOMEDCTAttribute
743
- ) => any;
744
- export declare const SNOMEDCTEntityFilterSensitiveLog: (
745
- obj: SNOMEDCTEntity
746
- ) => any;
747
- export declare const SNOMEDCTDetailsFilterSensitiveLog: (
748
- obj: SNOMEDCTDetails
749
- ) => any;
750
- export declare const InferSNOMEDCTResponseFilterSensitiveLog: (
751
- obj: InferSNOMEDCTResponse
752
- ) => any;
753
- export declare const ComprehendMedicalAsyncJobFilterFilterSensitiveLog: (
754
- obj: ComprehendMedicalAsyncJobFilter
755
- ) => any;
756
- export declare const ListEntitiesDetectionV2JobsRequestFilterSensitiveLog: (
757
- obj: ListEntitiesDetectionV2JobsRequest
758
- ) => any;
759
- export declare const ListEntitiesDetectionV2JobsResponseFilterSensitiveLog: (
760
- obj: ListEntitiesDetectionV2JobsResponse
761
- ) => any;
762
- export declare const ListICD10CMInferenceJobsRequestFilterSensitiveLog: (
763
- obj: ListICD10CMInferenceJobsRequest
764
- ) => any;
765
- export declare const ListICD10CMInferenceJobsResponseFilterSensitiveLog: (
766
- obj: ListICD10CMInferenceJobsResponse
767
- ) => any;
768
- export declare const ListPHIDetectionJobsRequestFilterSensitiveLog: (
769
- obj: ListPHIDetectionJobsRequest
770
- ) => any;
771
- export declare const ListPHIDetectionJobsResponseFilterSensitiveLog: (
772
- obj: ListPHIDetectionJobsResponse
773
- ) => any;
774
- export declare const ListRxNormInferenceJobsRequestFilterSensitiveLog: (
775
- obj: ListRxNormInferenceJobsRequest
776
- ) => any;
777
- export declare const ListRxNormInferenceJobsResponseFilterSensitiveLog: (
778
- obj: ListRxNormInferenceJobsResponse
779
- ) => any;
780
- export declare const ListSNOMEDCTInferenceJobsRequestFilterSensitiveLog: (
781
- obj: ListSNOMEDCTInferenceJobsRequest
782
- ) => any;
783
- export declare const ListSNOMEDCTInferenceJobsResponseFilterSensitiveLog: (
784
- obj: ListSNOMEDCTInferenceJobsResponse
785
- ) => any;
786
- export declare const StartEntitiesDetectionV2JobRequestFilterSensitiveLog: (
787
- obj: StartEntitiesDetectionV2JobRequest
788
- ) => any;
789
- export declare const StartEntitiesDetectionV2JobResponseFilterSensitiveLog: (
790
- obj: StartEntitiesDetectionV2JobResponse
791
- ) => any;
792
- export declare const StartICD10CMInferenceJobRequestFilterSensitiveLog: (
793
- obj: StartICD10CMInferenceJobRequest
794
- ) => any;
795
- export declare const StartICD10CMInferenceJobResponseFilterSensitiveLog: (
796
- obj: StartICD10CMInferenceJobResponse
797
- ) => any;
798
- export declare const StartPHIDetectionJobRequestFilterSensitiveLog: (
799
- obj: StartPHIDetectionJobRequest
800
- ) => any;
801
- export declare const StartPHIDetectionJobResponseFilterSensitiveLog: (
802
- obj: StartPHIDetectionJobResponse
803
- ) => any;
804
- export declare const StartRxNormInferenceJobRequestFilterSensitiveLog: (
805
- obj: StartRxNormInferenceJobRequest
806
- ) => any;
807
- export declare const StartRxNormInferenceJobResponseFilterSensitiveLog: (
808
- obj: StartRxNormInferenceJobResponse
809
- ) => any;
810
- export declare const StartSNOMEDCTInferenceJobRequestFilterSensitiveLog: (
811
- obj: StartSNOMEDCTInferenceJobRequest
812
- ) => any;
813
- export declare const StartSNOMEDCTInferenceJobResponseFilterSensitiveLog: (
814
- obj: StartSNOMEDCTInferenceJobResponse
815
- ) => any;
816
- export declare const StopEntitiesDetectionV2JobRequestFilterSensitiveLog: (
817
- obj: StopEntitiesDetectionV2JobRequest
818
- ) => any;
819
- export declare const StopEntitiesDetectionV2JobResponseFilterSensitiveLog: (
820
- obj: StopEntitiesDetectionV2JobResponse
821
- ) => any;
822
- export declare const StopICD10CMInferenceJobRequestFilterSensitiveLog: (
823
- obj: StopICD10CMInferenceJobRequest
824
- ) => any;
825
- export declare const StopICD10CMInferenceJobResponseFilterSensitiveLog: (
826
- obj: StopICD10CMInferenceJobResponse
827
- ) => any;
828
- export declare const StopPHIDetectionJobRequestFilterSensitiveLog: (
829
- obj: StopPHIDetectionJobRequest
830
- ) => any;
831
- export declare const StopPHIDetectionJobResponseFilterSensitiveLog: (
832
- obj: StopPHIDetectionJobResponse
833
- ) => any;
834
- export declare const StopRxNormInferenceJobRequestFilterSensitiveLog: (
835
- obj: StopRxNormInferenceJobRequest
836
- ) => any;
837
- export declare const StopRxNormInferenceJobResponseFilterSensitiveLog: (
838
- obj: StopRxNormInferenceJobResponse
839
- ) => any;
840
- export declare const StopSNOMEDCTInferenceJobRequestFilterSensitiveLog: (
841
- obj: StopSNOMEDCTInferenceJobRequest
842
- ) => any;
843
- export declare const StopSNOMEDCTInferenceJobResponseFilterSensitiveLog: (
844
- obj: StopSNOMEDCTInferenceJobResponse
845
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-comprehendmedical",
3
3
  "description": "AWS SDK for JavaScript Comprehendmedical Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo comprehendmedical"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",