@aws-sdk/client-comprehendmedical 3.306.0 → 3.310.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 (57) hide show
  1. package/dist-cjs/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -2
  2. package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +2 -2
  3. package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -2
  6. package/dist-cjs/commands/DetectEntitiesCommand.js +2 -2
  7. package/dist-cjs/commands/DetectEntitiesV2Command.js +2 -2
  8. package/dist-cjs/commands/DetectPHICommand.js +2 -2
  9. package/dist-cjs/commands/InferICD10CMCommand.js +2 -2
  10. package/dist-cjs/commands/InferRxNormCommand.js +2 -2
  11. package/dist-cjs/commands/InferSNOMEDCTCommand.js +2 -2
  12. package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +2 -2
  13. package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +2 -2
  14. package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +2 -2
  15. package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +2 -2
  16. package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -2
  17. package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +2 -2
  18. package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +2 -2
  19. package/dist-cjs/commands/StartPHIDetectionJobCommand.js +2 -2
  20. package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +2 -2
  21. package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +2 -2
  22. package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +2 -2
  23. package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +2 -2
  24. package/dist-cjs/commands/StopPHIDetectionJobCommand.js +2 -2
  25. package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +2 -2
  26. package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +2 -2
  27. package/dist-cjs/protocols/Aws_json1_1.js +510 -548
  28. package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +3 -3
  29. package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +3 -3
  30. package/dist-es/commands/DescribePHIDetectionJobCommand.js +3 -3
  31. package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +3 -3
  32. package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +3 -3
  33. package/dist-es/commands/DetectEntitiesCommand.js +3 -3
  34. package/dist-es/commands/DetectEntitiesV2Command.js +3 -3
  35. package/dist-es/commands/DetectPHICommand.js +3 -3
  36. package/dist-es/commands/InferICD10CMCommand.js +3 -3
  37. package/dist-es/commands/InferRxNormCommand.js +3 -3
  38. package/dist-es/commands/InferSNOMEDCTCommand.js +3 -3
  39. package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +3 -3
  40. package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +3 -3
  41. package/dist-es/commands/ListPHIDetectionJobsCommand.js +3 -3
  42. package/dist-es/commands/ListRxNormInferenceJobsCommand.js +3 -3
  43. package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +3 -3
  44. package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +3 -3
  45. package/dist-es/commands/StartICD10CMInferenceJobCommand.js +3 -3
  46. package/dist-es/commands/StartPHIDetectionJobCommand.js +3 -3
  47. package/dist-es/commands/StartRxNormInferenceJobCommand.js +3 -3
  48. package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +3 -3
  49. package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +3 -3
  50. package/dist-es/commands/StopICD10CMInferenceJobCommand.js +3 -3
  51. package/dist-es/commands/StopPHIDetectionJobCommand.js +3 -3
  52. package/dist-es/commands/StopRxNormInferenceJobCommand.js +3 -3
  53. package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +3 -3
  54. package/dist-es/protocols/Aws_json1_1.js +456 -494
  55. package/dist-types/protocols/Aws_json1_1.d.ts +208 -52
  56. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +52 -52
  57. package/package.json +35 -35
@@ -26,55 +26,211 @@ import { StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutp
26
26
  import { StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput } from "../commands/StopPHIDetectionJobCommand";
27
27
  import { StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput } from "../commands/StopRxNormInferenceJobCommand";
28
28
  import { StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput } from "../commands/StopSNOMEDCTInferenceJobCommand";
29
- export declare const serializeAws_json1_1DescribeEntitiesDetectionV2JobCommand: (input: DescribeEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_1DescribeICD10CMInferenceJobCommand: (input: DescribeICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_1DescribePHIDetectionJobCommand: (input: DescribePHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_1DescribeRxNormInferenceJobCommand: (input: DescribeRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand: (input: DescribeSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_1DetectEntitiesCommand: (input: DetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_1DetectEntitiesV2Command: (input: DetectEntitiesV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_1DetectPHICommand: (input: DetectPHICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_1InferICD10CMCommand: (input: InferICD10CMCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1InferRxNormCommand: (input: InferRxNormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1InferSNOMEDCTCommand: (input: InferSNOMEDCTCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1ListEntitiesDetectionV2JobsCommand: (input: ListEntitiesDetectionV2JobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1ListICD10CMInferenceJobsCommand: (input: ListICD10CMInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1ListPHIDetectionJobsCommand: (input: ListPHIDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1ListRxNormInferenceJobsCommand: (input: ListRxNormInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1ListSNOMEDCTInferenceJobsCommand: (input: ListSNOMEDCTInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1StartEntitiesDetectionV2JobCommand: (input: StartEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1StartICD10CMInferenceJobCommand: (input: StartICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1StartPHIDetectionJobCommand: (input: StartPHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1StartRxNormInferenceJobCommand: (input: StartRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1StartSNOMEDCTInferenceJobCommand: (input: StartSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1StopEntitiesDetectionV2JobCommand: (input: StopEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1StopICD10CMInferenceJobCommand: (input: StopICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1StopPHIDetectionJobCommand: (input: StopPHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1StopRxNormInferenceJobCommand: (input: StopRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1StopSNOMEDCTInferenceJobCommand: (input: StopSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const deserializeAws_json1_1DescribeEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntitiesDetectionV2JobCommandOutput>;
56
- export declare const deserializeAws_json1_1DescribeICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeICD10CMInferenceJobCommandOutput>;
57
- export declare const deserializeAws_json1_1DescribePHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePHIDetectionJobCommandOutput>;
58
- export declare const deserializeAws_json1_1DescribeRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRxNormInferenceJobCommandOutput>;
59
- export declare const deserializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSNOMEDCTInferenceJobCommandOutput>;
60
- export declare const deserializeAws_json1_1DetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesCommandOutput>;
61
- export declare const deserializeAws_json1_1DetectEntitiesV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesV2CommandOutput>;
62
- export declare const deserializeAws_json1_1DetectPHICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectPHICommandOutput>;
63
- export declare const deserializeAws_json1_1InferICD10CMCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferICD10CMCommandOutput>;
64
- export declare const deserializeAws_json1_1InferRxNormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferRxNormCommandOutput>;
65
- export declare const deserializeAws_json1_1InferSNOMEDCTCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferSNOMEDCTCommandOutput>;
66
- export declare const deserializeAws_json1_1ListEntitiesDetectionV2JobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesDetectionV2JobsCommandOutput>;
67
- export declare const deserializeAws_json1_1ListICD10CMInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListICD10CMInferenceJobsCommandOutput>;
68
- export declare const deserializeAws_json1_1ListPHIDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPHIDetectionJobsCommandOutput>;
69
- export declare const deserializeAws_json1_1ListRxNormInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRxNormInferenceJobsCommandOutput>;
70
- export declare const deserializeAws_json1_1ListSNOMEDCTInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
71
- export declare const deserializeAws_json1_1StartEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEntitiesDetectionV2JobCommandOutput>;
72
- export declare const deserializeAws_json1_1StartICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartICD10CMInferenceJobCommandOutput>;
73
- export declare const deserializeAws_json1_1StartPHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPHIDetectionJobCommandOutput>;
74
- export declare const deserializeAws_json1_1StartRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRxNormInferenceJobCommandOutput>;
75
- export declare const deserializeAws_json1_1StartSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSNOMEDCTInferenceJobCommandOutput>;
76
- export declare const deserializeAws_json1_1StopEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEntitiesDetectionV2JobCommandOutput>;
77
- export declare const deserializeAws_json1_1StopICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopICD10CMInferenceJobCommandOutput>;
78
- export declare const deserializeAws_json1_1StopPHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPHIDetectionJobCommandOutput>;
79
- export declare const deserializeAws_json1_1StopRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRxNormInferenceJobCommandOutput>;
80
- export declare const deserializeAws_json1_1StopSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSNOMEDCTInferenceJobCommandOutput>;
29
+ /**
30
+ * serializeAws_json1_1DescribeEntitiesDetectionV2JobCommand
31
+ */
32
+ export declare const se_DescribeEntitiesDetectionV2JobCommand: (input: DescribeEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
+ /**
34
+ * serializeAws_json1_1DescribeICD10CMInferenceJobCommand
35
+ */
36
+ export declare const se_DescribeICD10CMInferenceJobCommand: (input: DescribeICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ /**
38
+ * serializeAws_json1_1DescribePHIDetectionJobCommand
39
+ */
40
+ export declare const se_DescribePHIDetectionJobCommand: (input: DescribePHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ /**
42
+ * serializeAws_json1_1DescribeRxNormInferenceJobCommand
43
+ */
44
+ export declare const se_DescribeRxNormInferenceJobCommand: (input: DescribeRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ /**
46
+ * serializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand
47
+ */
48
+ export declare const se_DescribeSNOMEDCTInferenceJobCommand: (input: DescribeSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ /**
50
+ * serializeAws_json1_1DetectEntitiesCommand
51
+ */
52
+ export declare const se_DetectEntitiesCommand: (input: DetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ /**
54
+ * serializeAws_json1_1DetectEntitiesV2Command
55
+ */
56
+ export declare const se_DetectEntitiesV2Command: (input: DetectEntitiesV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_json1_1DetectPHICommand
59
+ */
60
+ export declare const se_DetectPHICommand: (input: DetectPHICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ /**
62
+ * serializeAws_json1_1InferICD10CMCommand
63
+ */
64
+ export declare const se_InferICD10CMCommand: (input: InferICD10CMCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_json1_1InferRxNormCommand
67
+ */
68
+ export declare const se_InferRxNormCommand: (input: InferRxNormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_json1_1InferSNOMEDCTCommand
71
+ */
72
+ export declare const se_InferSNOMEDCTCommand: (input: InferSNOMEDCTCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_json1_1ListEntitiesDetectionV2JobsCommand
75
+ */
76
+ export declare const se_ListEntitiesDetectionV2JobsCommand: (input: ListEntitiesDetectionV2JobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_json1_1ListICD10CMInferenceJobsCommand
79
+ */
80
+ export declare const se_ListICD10CMInferenceJobsCommand: (input: ListICD10CMInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_json1_1ListPHIDetectionJobsCommand
83
+ */
84
+ export declare const se_ListPHIDetectionJobsCommand: (input: ListPHIDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_json1_1ListRxNormInferenceJobsCommand
87
+ */
88
+ export declare const se_ListRxNormInferenceJobsCommand: (input: ListRxNormInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_json1_1ListSNOMEDCTInferenceJobsCommand
91
+ */
92
+ export declare const se_ListSNOMEDCTInferenceJobsCommand: (input: ListSNOMEDCTInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_json1_1StartEntitiesDetectionV2JobCommand
95
+ */
96
+ export declare const se_StartEntitiesDetectionV2JobCommand: (input: StartEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_json1_1StartICD10CMInferenceJobCommand
99
+ */
100
+ export declare const se_StartICD10CMInferenceJobCommand: (input: StartICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_json1_1StartPHIDetectionJobCommand
103
+ */
104
+ export declare const se_StartPHIDetectionJobCommand: (input: StartPHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_json1_1StartRxNormInferenceJobCommand
107
+ */
108
+ export declare const se_StartRxNormInferenceJobCommand: (input: StartRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_json1_1StartSNOMEDCTInferenceJobCommand
111
+ */
112
+ export declare const se_StartSNOMEDCTInferenceJobCommand: (input: StartSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_json1_1StopEntitiesDetectionV2JobCommand
115
+ */
116
+ export declare const se_StopEntitiesDetectionV2JobCommand: (input: StopEntitiesDetectionV2JobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_json1_1StopICD10CMInferenceJobCommand
119
+ */
120
+ export declare const se_StopICD10CMInferenceJobCommand: (input: StopICD10CMInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_json1_1StopPHIDetectionJobCommand
123
+ */
124
+ export declare const se_StopPHIDetectionJobCommand: (input: StopPHIDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_json1_1StopRxNormInferenceJobCommand
127
+ */
128
+ export declare const se_StopRxNormInferenceJobCommand: (input: StopRxNormInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_json1_1StopSNOMEDCTInferenceJobCommand
131
+ */
132
+ export declare const se_StopSNOMEDCTInferenceJobCommand: (input: StopSNOMEDCTInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * deserializeAws_json1_1DescribeEntitiesDetectionV2JobCommand
135
+ */
136
+ export declare const de_DescribeEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntitiesDetectionV2JobCommandOutput>;
137
+ /**
138
+ * deserializeAws_json1_1DescribeICD10CMInferenceJobCommand
139
+ */
140
+ export declare const de_DescribeICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeICD10CMInferenceJobCommandOutput>;
141
+ /**
142
+ * deserializeAws_json1_1DescribePHIDetectionJobCommand
143
+ */
144
+ export declare const de_DescribePHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePHIDetectionJobCommandOutput>;
145
+ /**
146
+ * deserializeAws_json1_1DescribeRxNormInferenceJobCommand
147
+ */
148
+ export declare const de_DescribeRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRxNormInferenceJobCommandOutput>;
149
+ /**
150
+ * deserializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand
151
+ */
152
+ export declare const de_DescribeSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSNOMEDCTInferenceJobCommandOutput>;
153
+ /**
154
+ * deserializeAws_json1_1DetectEntitiesCommand
155
+ */
156
+ export declare const de_DetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesCommandOutput>;
157
+ /**
158
+ * deserializeAws_json1_1DetectEntitiesV2Command
159
+ */
160
+ export declare const de_DetectEntitiesV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesV2CommandOutput>;
161
+ /**
162
+ * deserializeAws_json1_1DetectPHICommand
163
+ */
164
+ export declare const de_DetectPHICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectPHICommandOutput>;
165
+ /**
166
+ * deserializeAws_json1_1InferICD10CMCommand
167
+ */
168
+ export declare const de_InferICD10CMCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferICD10CMCommandOutput>;
169
+ /**
170
+ * deserializeAws_json1_1InferRxNormCommand
171
+ */
172
+ export declare const de_InferRxNormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferRxNormCommandOutput>;
173
+ /**
174
+ * deserializeAws_json1_1InferSNOMEDCTCommand
175
+ */
176
+ export declare const de_InferSNOMEDCTCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InferSNOMEDCTCommandOutput>;
177
+ /**
178
+ * deserializeAws_json1_1ListEntitiesDetectionV2JobsCommand
179
+ */
180
+ export declare const de_ListEntitiesDetectionV2JobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesDetectionV2JobsCommandOutput>;
181
+ /**
182
+ * deserializeAws_json1_1ListICD10CMInferenceJobsCommand
183
+ */
184
+ export declare const de_ListICD10CMInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListICD10CMInferenceJobsCommandOutput>;
185
+ /**
186
+ * deserializeAws_json1_1ListPHIDetectionJobsCommand
187
+ */
188
+ export declare const de_ListPHIDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPHIDetectionJobsCommandOutput>;
189
+ /**
190
+ * deserializeAws_json1_1ListRxNormInferenceJobsCommand
191
+ */
192
+ export declare const de_ListRxNormInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRxNormInferenceJobsCommandOutput>;
193
+ /**
194
+ * deserializeAws_json1_1ListSNOMEDCTInferenceJobsCommand
195
+ */
196
+ export declare const de_ListSNOMEDCTInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
197
+ /**
198
+ * deserializeAws_json1_1StartEntitiesDetectionV2JobCommand
199
+ */
200
+ export declare const de_StartEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEntitiesDetectionV2JobCommandOutput>;
201
+ /**
202
+ * deserializeAws_json1_1StartICD10CMInferenceJobCommand
203
+ */
204
+ export declare const de_StartICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartICD10CMInferenceJobCommandOutput>;
205
+ /**
206
+ * deserializeAws_json1_1StartPHIDetectionJobCommand
207
+ */
208
+ export declare const de_StartPHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPHIDetectionJobCommandOutput>;
209
+ /**
210
+ * deserializeAws_json1_1StartRxNormInferenceJobCommand
211
+ */
212
+ export declare const de_StartRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRxNormInferenceJobCommandOutput>;
213
+ /**
214
+ * deserializeAws_json1_1StartSNOMEDCTInferenceJobCommand
215
+ */
216
+ export declare const de_StartSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSNOMEDCTInferenceJobCommandOutput>;
217
+ /**
218
+ * deserializeAws_json1_1StopEntitiesDetectionV2JobCommand
219
+ */
220
+ export declare const de_StopEntitiesDetectionV2JobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEntitiesDetectionV2JobCommandOutput>;
221
+ /**
222
+ * deserializeAws_json1_1StopICD10CMInferenceJobCommand
223
+ */
224
+ export declare const de_StopICD10CMInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopICD10CMInferenceJobCommandOutput>;
225
+ /**
226
+ * deserializeAws_json1_1StopPHIDetectionJobCommand
227
+ */
228
+ export declare const de_StopPHIDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPHIDetectionJobCommandOutput>;
229
+ /**
230
+ * deserializeAws_json1_1StopRxNormInferenceJobCommand
231
+ */
232
+ export declare const de_StopRxNormInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRxNormInferenceJobCommandOutput>;
233
+ /**
234
+ * deserializeAws_json1_1StopSNOMEDCTInferenceJobCommand
235
+ */
236
+ export declare const de_StopSNOMEDCTInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSNOMEDCTInferenceJobCommandOutput>;
@@ -107,211 +107,211 @@ import {
107
107
  StopSNOMEDCTInferenceJobCommandInput,
108
108
  StopSNOMEDCTInferenceJobCommandOutput,
109
109
  } from "../commands/StopSNOMEDCTInferenceJobCommand";
110
- export declare const serializeAws_json1_1DescribeEntitiesDetectionV2JobCommand: (
110
+ export declare const se_DescribeEntitiesDetectionV2JobCommand: (
111
111
  input: DescribeEntitiesDetectionV2JobCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1DescribeICD10CMInferenceJobCommand: (
114
+ export declare const se_DescribeICD10CMInferenceJobCommand: (
115
115
  input: DescribeICD10CMInferenceJobCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1DescribePHIDetectionJobCommand: (
118
+ export declare const se_DescribePHIDetectionJobCommand: (
119
119
  input: DescribePHIDetectionJobCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1DescribeRxNormInferenceJobCommand: (
122
+ export declare const se_DescribeRxNormInferenceJobCommand: (
123
123
  input: DescribeRxNormInferenceJobCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand: (
126
+ export declare const se_DescribeSNOMEDCTInferenceJobCommand: (
127
127
  input: DescribeSNOMEDCTInferenceJobCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1DetectEntitiesCommand: (
130
+ export declare const se_DetectEntitiesCommand: (
131
131
  input: DetectEntitiesCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_1DetectEntitiesV2Command: (
134
+ export declare const se_DetectEntitiesV2Command: (
135
135
  input: DetectEntitiesV2CommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_1DetectPHICommand: (
138
+ export declare const se_DetectPHICommand: (
139
139
  input: DetectPHICommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_1InferICD10CMCommand: (
142
+ export declare const se_InferICD10CMCommand: (
143
143
  input: InferICD10CMCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_1InferRxNormCommand: (
146
+ export declare const se_InferRxNormCommand: (
147
147
  input: InferRxNormCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_1InferSNOMEDCTCommand: (
150
+ export declare const se_InferSNOMEDCTCommand: (
151
151
  input: InferSNOMEDCTCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_1ListEntitiesDetectionV2JobsCommand: (
154
+ export declare const se_ListEntitiesDetectionV2JobsCommand: (
155
155
  input: ListEntitiesDetectionV2JobsCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_json1_1ListICD10CMInferenceJobsCommand: (
158
+ export declare const se_ListICD10CMInferenceJobsCommand: (
159
159
  input: ListICD10CMInferenceJobsCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_json1_1ListPHIDetectionJobsCommand: (
162
+ export declare const se_ListPHIDetectionJobsCommand: (
163
163
  input: ListPHIDetectionJobsCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_json1_1ListRxNormInferenceJobsCommand: (
166
+ export declare const se_ListRxNormInferenceJobsCommand: (
167
167
  input: ListRxNormInferenceJobsCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_json1_1ListSNOMEDCTInferenceJobsCommand: (
170
+ export declare const se_ListSNOMEDCTInferenceJobsCommand: (
171
171
  input: ListSNOMEDCTInferenceJobsCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_json1_1StartEntitiesDetectionV2JobCommand: (
174
+ export declare const se_StartEntitiesDetectionV2JobCommand: (
175
175
  input: StartEntitiesDetectionV2JobCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_json1_1StartICD10CMInferenceJobCommand: (
178
+ export declare const se_StartICD10CMInferenceJobCommand: (
179
179
  input: StartICD10CMInferenceJobCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_json1_1StartPHIDetectionJobCommand: (
182
+ export declare const se_StartPHIDetectionJobCommand: (
183
183
  input: StartPHIDetectionJobCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_json1_1StartRxNormInferenceJobCommand: (
186
+ export declare const se_StartRxNormInferenceJobCommand: (
187
187
  input: StartRxNormInferenceJobCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_json1_1StartSNOMEDCTInferenceJobCommand: (
190
+ export declare const se_StartSNOMEDCTInferenceJobCommand: (
191
191
  input: StartSNOMEDCTInferenceJobCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_json1_1StopEntitiesDetectionV2JobCommand: (
194
+ export declare const se_StopEntitiesDetectionV2JobCommand: (
195
195
  input: StopEntitiesDetectionV2JobCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_json1_1StopICD10CMInferenceJobCommand: (
198
+ export declare const se_StopICD10CMInferenceJobCommand: (
199
199
  input: StopICD10CMInferenceJobCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_json1_1StopPHIDetectionJobCommand: (
202
+ export declare const se_StopPHIDetectionJobCommand: (
203
203
  input: StopPHIDetectionJobCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_json1_1StopRxNormInferenceJobCommand: (
206
+ export declare const se_StopRxNormInferenceJobCommand: (
207
207
  input: StopRxNormInferenceJobCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_json1_1StopSNOMEDCTInferenceJobCommand: (
210
+ export declare const se_StopSNOMEDCTInferenceJobCommand: (
211
211
  input: StopSNOMEDCTInferenceJobCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const deserializeAws_json1_1DescribeEntitiesDetectionV2JobCommand: (
214
+ export declare const de_DescribeEntitiesDetectionV2JobCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<DescribeEntitiesDetectionV2JobCommandOutput>;
218
- export declare const deserializeAws_json1_1DescribeICD10CMInferenceJobCommand: (
218
+ export declare const de_DescribeICD10CMInferenceJobCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<DescribeICD10CMInferenceJobCommandOutput>;
222
- export declare const deserializeAws_json1_1DescribePHIDetectionJobCommand: (
222
+ export declare const de_DescribePHIDetectionJobCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<DescribePHIDetectionJobCommandOutput>;
226
- export declare const deserializeAws_json1_1DescribeRxNormInferenceJobCommand: (
226
+ export declare const de_DescribeRxNormInferenceJobCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<DescribeRxNormInferenceJobCommandOutput>;
230
- export declare const deserializeAws_json1_1DescribeSNOMEDCTInferenceJobCommand: (
230
+ export declare const de_DescribeSNOMEDCTInferenceJobCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<DescribeSNOMEDCTInferenceJobCommandOutput>;
234
- export declare const deserializeAws_json1_1DetectEntitiesCommand: (
234
+ export declare const de_DetectEntitiesCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<DetectEntitiesCommandOutput>;
238
- export declare const deserializeAws_json1_1DetectEntitiesV2Command: (
238
+ export declare const de_DetectEntitiesV2Command: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<DetectEntitiesV2CommandOutput>;
242
- export declare const deserializeAws_json1_1DetectPHICommand: (
242
+ export declare const de_DetectPHICommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<DetectPHICommandOutput>;
246
- export declare const deserializeAws_json1_1InferICD10CMCommand: (
246
+ export declare const de_InferICD10CMCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<InferICD10CMCommandOutput>;
250
- export declare const deserializeAws_json1_1InferRxNormCommand: (
250
+ export declare const de_InferRxNormCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<InferRxNormCommandOutput>;
254
- export declare const deserializeAws_json1_1InferSNOMEDCTCommand: (
254
+ export declare const de_InferSNOMEDCTCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<InferSNOMEDCTCommandOutput>;
258
- export declare const deserializeAws_json1_1ListEntitiesDetectionV2JobsCommand: (
258
+ export declare const de_ListEntitiesDetectionV2JobsCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<ListEntitiesDetectionV2JobsCommandOutput>;
262
- export declare const deserializeAws_json1_1ListICD10CMInferenceJobsCommand: (
262
+ export declare const de_ListICD10CMInferenceJobsCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<ListICD10CMInferenceJobsCommandOutput>;
266
- export declare const deserializeAws_json1_1ListPHIDetectionJobsCommand: (
266
+ export declare const de_ListPHIDetectionJobsCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<ListPHIDetectionJobsCommandOutput>;
270
- export declare const deserializeAws_json1_1ListRxNormInferenceJobsCommand: (
270
+ export declare const de_ListRxNormInferenceJobsCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<ListRxNormInferenceJobsCommandOutput>;
274
- export declare const deserializeAws_json1_1ListSNOMEDCTInferenceJobsCommand: (
274
+ export declare const de_ListSNOMEDCTInferenceJobsCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<ListSNOMEDCTInferenceJobsCommandOutput>;
278
- export declare const deserializeAws_json1_1StartEntitiesDetectionV2JobCommand: (
278
+ export declare const de_StartEntitiesDetectionV2JobCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<StartEntitiesDetectionV2JobCommandOutput>;
282
- export declare const deserializeAws_json1_1StartICD10CMInferenceJobCommand: (
282
+ export declare const de_StartICD10CMInferenceJobCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<StartICD10CMInferenceJobCommandOutput>;
286
- export declare const deserializeAws_json1_1StartPHIDetectionJobCommand: (
286
+ export declare const de_StartPHIDetectionJobCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<StartPHIDetectionJobCommandOutput>;
290
- export declare const deserializeAws_json1_1StartRxNormInferenceJobCommand: (
290
+ export declare const de_StartRxNormInferenceJobCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<StartRxNormInferenceJobCommandOutput>;
294
- export declare const deserializeAws_json1_1StartSNOMEDCTInferenceJobCommand: (
294
+ export declare const de_StartSNOMEDCTInferenceJobCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<StartSNOMEDCTInferenceJobCommandOutput>;
298
- export declare const deserializeAws_json1_1StopEntitiesDetectionV2JobCommand: (
298
+ export declare const de_StopEntitiesDetectionV2JobCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<StopEntitiesDetectionV2JobCommandOutput>;
302
- export declare const deserializeAws_json1_1StopICD10CMInferenceJobCommand: (
302
+ export declare const de_StopICD10CMInferenceJobCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<StopICD10CMInferenceJobCommandOutput>;
306
- export declare const deserializeAws_json1_1StopPHIDetectionJobCommand: (
306
+ export declare const de_StopPHIDetectionJobCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<StopPHIDetectionJobCommandOutput>;
310
- export declare const deserializeAws_json1_1StopRxNormInferenceJobCommand: (
310
+ export declare const de_StopRxNormInferenceJobCommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<StopRxNormInferenceJobCommandOutput>;
314
- export declare const deserializeAws_json1_1StopSNOMEDCTInferenceJobCommand: (
314
+ export declare const de_StopSNOMEDCTInferenceJobCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<StopSNOMEDCTInferenceJobCommandOutput>;
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.306.0",
4
+ "version": "3.310.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",
@@ -21,43 +21,43 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.306.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
48
- "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-user-agent-browser": "3.306.0",
54
- "@aws-sdk/util-user-agent-node": "3.306.0",
55
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
29
+ "@aws-sdk/invalid-dependency": "3.310.0",
30
+ "@aws-sdk/middleware-content-length": "3.310.0",
31
+ "@aws-sdk/middleware-endpoint": "3.310.0",
32
+ "@aws-sdk/middleware-host-header": "3.310.0",
33
+ "@aws-sdk/middleware-logger": "3.310.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
+ "@aws-sdk/middleware-retry": "3.310.0",
36
+ "@aws-sdk/middleware-serde": "3.310.0",
37
+ "@aws-sdk/middleware-signing": "3.310.0",
38
+ "@aws-sdk/middleware-stack": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
54
+ "@aws-sdk/util-user-agent-node": "3.310.0",
55
+ "@aws-sdk/util-utf8": "3.310.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"
58
58
  },
59
59
  "devDependencies": {
60
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
60
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
61
61
  "@tsconfig/node14": "1.0.3",
62
62
  "@types/node": "^14.14.31",
63
63
  "@types/uuid": "^8.3.0",
@@ -78,7 +78,7 @@
78
78
  }
79
79
  },
80
80
  "files": [
81
- "dist-*"
81
+ "dist-*/**"
82
82
  ],
83
83
  "author": {
84
84
  "name": "AWS SDK for JavaScript Team",