@aws-sdk/client-comprehendmedical 3.650.0 → 3.654.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 (53) hide show
  1. package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +11 -0
  2. package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +11 -0
  3. package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +11 -0
  4. package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +11 -0
  5. package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +11 -0
  6. package/dist-types/commands/DetectEntitiesCommand.d.ts +11 -0
  7. package/dist-types/commands/DetectEntitiesV2Command.d.ts +11 -0
  8. package/dist-types/commands/DetectPHICommand.d.ts +11 -0
  9. package/dist-types/commands/InferICD10CMCommand.d.ts +11 -0
  10. package/dist-types/commands/InferRxNormCommand.d.ts +11 -0
  11. package/dist-types/commands/InferSNOMEDCTCommand.d.ts +11 -0
  12. package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +11 -0
  13. package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +11 -0
  14. package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +11 -0
  15. package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +11 -0
  16. package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +11 -0
  17. package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +11 -0
  18. package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +11 -0
  19. package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +11 -0
  20. package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +11 -0
  21. package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +11 -0
  22. package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +11 -0
  23. package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +11 -0
  24. package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +11 -0
  25. package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +11 -0
  26. package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +11 -0
  27. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +12 -1
  53. package/package.json +35 -35
@@ -95,4 +95,15 @@ declare const DescribeEntitiesDetectionV2JobCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class DescribeEntitiesDetectionV2JobCommand extends DescribeEntitiesDetectionV2JobCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: DescribeEntitiesDetectionV2JobRequest;
102
+ output: DescribeEntitiesDetectionV2JobResponse;
103
+ };
104
+ sdk: {
105
+ input: DescribeEntitiesDetectionV2JobCommandInput;
106
+ output: DescribeEntitiesDetectionV2JobCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -95,4 +95,15 @@ declare const DescribeICD10CMInferenceJobCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class DescribeICD10CMInferenceJobCommand extends DescribeICD10CMInferenceJobCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: DescribeICD10CMInferenceJobRequest;
102
+ output: DescribeICD10CMInferenceJobResponse;
103
+ };
104
+ sdk: {
105
+ input: DescribeICD10CMInferenceJobCommandInput;
106
+ output: DescribeICD10CMInferenceJobCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -95,4 +95,15 @@ declare const DescribePHIDetectionJobCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class DescribePHIDetectionJobCommand extends DescribePHIDetectionJobCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: DescribePHIDetectionJobRequest;
102
+ output: DescribePHIDetectionJobResponse;
103
+ };
104
+ sdk: {
105
+ input: DescribePHIDetectionJobCommandInput;
106
+ output: DescribePHIDetectionJobCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -95,4 +95,15 @@ declare const DescribeRxNormInferenceJobCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class DescribeRxNormInferenceJobCommand extends DescribeRxNormInferenceJobCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: DescribeRxNormInferenceJobRequest;
102
+ output: DescribeRxNormInferenceJobResponse;
103
+ };
104
+ sdk: {
105
+ input: DescribeRxNormInferenceJobCommandInput;
106
+ output: DescribeRxNormInferenceJobCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -96,4 +96,15 @@ declare const DescribeSNOMEDCTInferenceJobCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DescribeSNOMEDCTInferenceJobCommand extends DescribeSNOMEDCTInferenceJobCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DescribeSNOMEDCTInferenceJobRequest;
103
+ output: DescribeSNOMEDCTInferenceJobResponse;
104
+ };
105
+ sdk: {
106
+ input: DescribeSNOMEDCTInferenceJobCommandInput;
107
+ output: DescribeSNOMEDCTInferenceJobCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -140,4 +140,15 @@ declare const DetectEntitiesCommand_base: {
140
140
  * @public
141
141
  */
142
142
  export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {
143
+ /** @internal type navigation helper, not in runtime. */
144
+ protected static __types: {
145
+ api: {
146
+ input: DetectEntitiesRequest;
147
+ output: DetectEntitiesResponse;
148
+ };
149
+ sdk: {
150
+ input: DetectEntitiesCommandInput;
151
+ output: DetectEntitiesCommandOutput;
152
+ };
153
+ };
143
154
  }
@@ -145,4 +145,15 @@ declare const DetectEntitiesV2Command_base: {
145
145
  * @public
146
146
  */
147
147
  export declare class DetectEntitiesV2Command extends DetectEntitiesV2Command_base {
148
+ /** @internal type navigation helper, not in runtime. */
149
+ protected static __types: {
150
+ api: {
151
+ input: DetectEntitiesV2Request;
152
+ output: DetectEntitiesV2Response;
153
+ };
154
+ sdk: {
155
+ input: DetectEntitiesV2CommandInput;
156
+ output: DetectEntitiesV2CommandOutput;
157
+ };
158
+ };
148
159
  }
@@ -120,4 +120,15 @@ declare const DetectPHICommand_base: {
120
120
  * @public
121
121
  */
122
122
  export declare class DetectPHICommand extends DetectPHICommand_base {
123
+ /** @internal type navigation helper, not in runtime. */
124
+ protected static __types: {
125
+ api: {
126
+ input: DetectPHIRequest;
127
+ output: DetectPHIResponse;
128
+ };
129
+ sdk: {
130
+ input: DetectPHICommandInput;
131
+ output: DetectPHICommandOutput;
132
+ };
133
+ };
123
134
  }
@@ -128,4 +128,15 @@ declare const InferICD10CMCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class InferICD10CMCommand extends InferICD10CMCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: InferICD10CMRequest;
135
+ output: InferICD10CMResponse;
136
+ };
137
+ sdk: {
138
+ input: InferICD10CMCommandInput;
139
+ output: InferICD10CMCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -125,4 +125,15 @@ declare const InferRxNormCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class InferRxNormCommand extends InferRxNormCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: InferRxNormRequest;
132
+ output: InferRxNormResponse;
133
+ };
134
+ sdk: {
135
+ input: InferRxNormCommandInput;
136
+ output: InferRxNormCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -141,4 +141,15 @@ declare const InferSNOMEDCTCommand_base: {
141
141
  * @public
142
142
  */
143
143
  export declare class InferSNOMEDCTCommand extends InferSNOMEDCTCommand_base {
144
+ /** @internal type navigation helper, not in runtime. */
145
+ protected static __types: {
146
+ api: {
147
+ input: InferSNOMEDCTRequest;
148
+ output: InferSNOMEDCTResponse;
149
+ };
150
+ sdk: {
151
+ input: InferSNOMEDCTCommandInput;
152
+ output: InferSNOMEDCTCommandOutput;
153
+ };
154
+ };
144
155
  }
@@ -104,4 +104,15 @@ declare const ListEntitiesDetectionV2JobsCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class ListEntitiesDetectionV2JobsCommand extends ListEntitiesDetectionV2JobsCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: ListEntitiesDetectionV2JobsRequest;
111
+ output: ListEntitiesDetectionV2JobsResponse;
112
+ };
113
+ sdk: {
114
+ input: ListEntitiesDetectionV2JobsCommandInput;
115
+ output: ListEntitiesDetectionV2JobsCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -104,4 +104,15 @@ declare const ListICD10CMInferenceJobsCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class ListICD10CMInferenceJobsCommand extends ListICD10CMInferenceJobsCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: ListICD10CMInferenceJobsRequest;
111
+ output: ListICD10CMInferenceJobsResponse;
112
+ };
113
+ sdk: {
114
+ input: ListICD10CMInferenceJobsCommandInput;
115
+ output: ListICD10CMInferenceJobsCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -105,4 +105,15 @@ declare const ListPHIDetectionJobsCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class ListPHIDetectionJobsCommand extends ListPHIDetectionJobsCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: ListPHIDetectionJobsRequest;
112
+ output: ListPHIDetectionJobsResponse;
113
+ };
114
+ sdk: {
115
+ input: ListPHIDetectionJobsCommandInput;
116
+ output: ListPHIDetectionJobsCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -104,4 +104,15 @@ declare const ListRxNormInferenceJobsCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class ListRxNormInferenceJobsCommand extends ListRxNormInferenceJobsCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: ListRxNormInferenceJobsRequest;
111
+ output: ListRxNormInferenceJobsResponse;
112
+ };
113
+ sdk: {
114
+ input: ListRxNormInferenceJobsCommandInput;
115
+ output: ListRxNormInferenceJobsCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -106,4 +106,15 @@ declare const ListSNOMEDCTInferenceJobsCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class ListSNOMEDCTInferenceJobsCommand extends ListSNOMEDCTInferenceJobsCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: ListSNOMEDCTInferenceJobsRequest;
113
+ output: ListSNOMEDCTInferenceJobsResponse;
114
+ };
115
+ sdk: {
116
+ input: ListSNOMEDCTInferenceJobsCommandInput;
117
+ output: ListSNOMEDCTInferenceJobsCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -86,4 +86,15 @@ declare const StartEntitiesDetectionV2JobCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class StartEntitiesDetectionV2JobCommand extends StartEntitiesDetectionV2JobCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: StartEntitiesDetectionV2JobRequest;
93
+ output: StartEntitiesDetectionV2JobResponse;
94
+ };
95
+ sdk: {
96
+ input: StartEntitiesDetectionV2JobCommandInput;
97
+ output: StartEntitiesDetectionV2JobCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -87,4 +87,15 @@ declare const StartICD10CMInferenceJobCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class StartICD10CMInferenceJobCommand extends StartICD10CMInferenceJobCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: StartICD10CMInferenceJobRequest;
94
+ output: StartICD10CMInferenceJobResponse;
95
+ };
96
+ sdk: {
97
+ input: StartICD10CMInferenceJobCommandInput;
98
+ output: StartICD10CMInferenceJobCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -86,4 +86,15 @@ declare const StartPHIDetectionJobCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class StartPHIDetectionJobCommand extends StartPHIDetectionJobCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: StartPHIDetectionJobRequest;
93
+ output: StartPHIDetectionJobResponse;
94
+ };
95
+ sdk: {
96
+ input: StartPHIDetectionJobCommandInput;
97
+ output: StartPHIDetectionJobCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -87,4 +87,15 @@ declare const StartRxNormInferenceJobCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class StartRxNormInferenceJobCommand extends StartRxNormInferenceJobCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: StartRxNormInferenceJobRequest;
94
+ output: StartRxNormInferenceJobResponse;
95
+ };
96
+ sdk: {
97
+ input: StartRxNormInferenceJobCommandInput;
98
+ output: StartRxNormInferenceJobCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -87,4 +87,15 @@ declare const StartSNOMEDCTInferenceJobCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class StartSNOMEDCTInferenceJobCommand extends StartSNOMEDCTInferenceJobCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: StartSNOMEDCTInferenceJobRequest;
94
+ output: StartSNOMEDCTInferenceJobResponse;
95
+ };
96
+ sdk: {
97
+ input: StartSNOMEDCTInferenceJobCommandInput;
98
+ output: StartSNOMEDCTInferenceJobCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -68,4 +68,15 @@ declare const StopEntitiesDetectionV2JobCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class StopEntitiesDetectionV2JobCommand extends StopEntitiesDetectionV2JobCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: StopEntitiesDetectionV2JobRequest;
75
+ output: StopEntitiesDetectionV2JobResponse;
76
+ };
77
+ sdk: {
78
+ input: StopEntitiesDetectionV2JobCommandInput;
79
+ output: StopEntitiesDetectionV2JobCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -68,4 +68,15 @@ declare const StopICD10CMInferenceJobCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class StopICD10CMInferenceJobCommand extends StopICD10CMInferenceJobCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: StopICD10CMInferenceJobRequest;
75
+ output: StopICD10CMInferenceJobResponse;
76
+ };
77
+ sdk: {
78
+ input: StopICD10CMInferenceJobCommandInput;
79
+ output: StopICD10CMInferenceJobCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -68,4 +68,15 @@ declare const StopPHIDetectionJobCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class StopPHIDetectionJobCommand extends StopPHIDetectionJobCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: StopPHIDetectionJobRequest;
75
+ output: StopPHIDetectionJobResponse;
76
+ };
77
+ sdk: {
78
+ input: StopPHIDetectionJobCommandInput;
79
+ output: StopPHIDetectionJobCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -68,4 +68,15 @@ declare const StopRxNormInferenceJobCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class StopRxNormInferenceJobCommand extends StopRxNormInferenceJobCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: StopRxNormInferenceJobRequest;
75
+ output: StopRxNormInferenceJobResponse;
76
+ };
77
+ sdk: {
78
+ input: StopRxNormInferenceJobCommandInput;
79
+ output: StopRxNormInferenceJobCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -75,4 +75,15 @@ declare const StopSNOMEDCTInferenceJobCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class StopSNOMEDCTInferenceJobCommand extends StopSNOMEDCTInferenceJobCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: StopSNOMEDCTInferenceJobRequest;
82
+ output: StopSNOMEDCTInferenceJobResponse;
83
+ };
84
+ sdk: {
85
+ input: StopSNOMEDCTInferenceJobCommandInput;
86
+ output: StopSNOMEDCTInferenceJobCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -37,4 +37,15 @@ declare const DescribeEntitiesDetectionV2JobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeEntitiesDetectionV2JobCommand extends DescribeEntitiesDetectionV2JobCommand_base {}
40
+ export declare class DescribeEntitiesDetectionV2JobCommand extends DescribeEntitiesDetectionV2JobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeEntitiesDetectionV2JobRequest;
44
+ output: DescribeEntitiesDetectionV2JobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeEntitiesDetectionV2JobCommandInput;
48
+ output: DescribeEntitiesDetectionV2JobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeICD10CMInferenceJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeICD10CMInferenceJobCommand extends DescribeICD10CMInferenceJobCommand_base {}
40
+ export declare class DescribeICD10CMInferenceJobCommand extends DescribeICD10CMInferenceJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeICD10CMInferenceJobRequest;
44
+ output: DescribeICD10CMInferenceJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeICD10CMInferenceJobCommandInput;
48
+ output: DescribeICD10CMInferenceJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribePHIDetectionJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribePHIDetectionJobCommand extends DescribePHIDetectionJobCommand_base {}
40
+ export declare class DescribePHIDetectionJobCommand extends DescribePHIDetectionJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribePHIDetectionJobRequest;
44
+ output: DescribePHIDetectionJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribePHIDetectionJobCommandInput;
48
+ output: DescribePHIDetectionJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeRxNormInferenceJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeRxNormInferenceJobCommand extends DescribeRxNormInferenceJobCommand_base {}
40
+ export declare class DescribeRxNormInferenceJobCommand extends DescribeRxNormInferenceJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeRxNormInferenceJobRequest;
44
+ output: DescribeRxNormInferenceJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeRxNormInferenceJobCommandInput;
48
+ output: DescribeRxNormInferenceJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeSNOMEDCTInferenceJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeSNOMEDCTInferenceJobCommand extends DescribeSNOMEDCTInferenceJobCommand_base {}
40
+ export declare class DescribeSNOMEDCTInferenceJobCommand extends DescribeSNOMEDCTInferenceJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeSNOMEDCTInferenceJobRequest;
44
+ output: DescribeSNOMEDCTInferenceJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeSNOMEDCTInferenceJobCommandInput;
48
+ output: DescribeSNOMEDCTInferenceJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DetectEntitiesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {}
39
+ export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DetectEntitiesRequest;
43
+ output: DetectEntitiesResponse;
44
+ };
45
+ sdk: {
46
+ input: DetectEntitiesCommandInput;
47
+ output: DetectEntitiesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DetectEntitiesV2Command_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DetectEntitiesV2Command extends DetectEntitiesV2Command_base {}
39
+ export declare class DetectEntitiesV2Command extends DetectEntitiesV2Command_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DetectEntitiesV2Request;
43
+ output: DetectEntitiesV2Response;
44
+ };
45
+ sdk: {
46
+ input: DetectEntitiesV2CommandInput;
47
+ output: DetectEntitiesV2CommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DetectPHICommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DetectPHICommand extends DetectPHICommand_base {}
36
+ export declare class DetectPHICommand extends DetectPHICommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DetectPHIRequest;
40
+ output: DetectPHIResponse;
41
+ };
42
+ sdk: {
43
+ input: DetectPHICommandInput;
44
+ output: DetectPHICommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const InferICD10CMCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class InferICD10CMCommand extends InferICD10CMCommand_base {}
36
+ export declare class InferICD10CMCommand extends InferICD10CMCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: InferICD10CMRequest;
40
+ output: InferICD10CMResponse;
41
+ };
42
+ sdk: {
43
+ input: InferICD10CMCommandInput;
44
+ output: InferICD10CMCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const InferRxNormCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class InferRxNormCommand extends InferRxNormCommand_base {}
36
+ export declare class InferRxNormCommand extends InferRxNormCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: InferRxNormRequest;
40
+ output: InferRxNormResponse;
41
+ };
42
+ sdk: {
43
+ input: InferRxNormCommandInput;
44
+ output: InferRxNormCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const InferSNOMEDCTCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class InferSNOMEDCTCommand extends InferSNOMEDCTCommand_base {}
39
+ export declare class InferSNOMEDCTCommand extends InferSNOMEDCTCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: InferSNOMEDCTRequest;
43
+ output: InferSNOMEDCTResponse;
44
+ };
45
+ sdk: {
46
+ input: InferSNOMEDCTCommandInput;
47
+ output: InferSNOMEDCTCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListEntitiesDetectionV2JobsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListEntitiesDetectionV2JobsCommand extends ListEntitiesDetectionV2JobsCommand_base {}
40
+ export declare class ListEntitiesDetectionV2JobsCommand extends ListEntitiesDetectionV2JobsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListEntitiesDetectionV2JobsRequest;
44
+ output: ListEntitiesDetectionV2JobsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListEntitiesDetectionV2JobsCommandInput;
48
+ output: ListEntitiesDetectionV2JobsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListICD10CMInferenceJobsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListICD10CMInferenceJobsCommand extends ListICD10CMInferenceJobsCommand_base {}
40
+ export declare class ListICD10CMInferenceJobsCommand extends ListICD10CMInferenceJobsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListICD10CMInferenceJobsRequest;
44
+ output: ListICD10CMInferenceJobsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListICD10CMInferenceJobsCommandInput;
48
+ output: ListICD10CMInferenceJobsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListPHIDetectionJobsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListPHIDetectionJobsCommand extends ListPHIDetectionJobsCommand_base {}
40
+ export declare class ListPHIDetectionJobsCommand extends ListPHIDetectionJobsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListPHIDetectionJobsRequest;
44
+ output: ListPHIDetectionJobsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListPHIDetectionJobsCommandInput;
48
+ output: ListPHIDetectionJobsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListRxNormInferenceJobsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRxNormInferenceJobsCommand extends ListRxNormInferenceJobsCommand_base {}
40
+ export declare class ListRxNormInferenceJobsCommand extends ListRxNormInferenceJobsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRxNormInferenceJobsRequest;
44
+ output: ListRxNormInferenceJobsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRxNormInferenceJobsCommandInput;
48
+ output: ListRxNormInferenceJobsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListSNOMEDCTInferenceJobsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListSNOMEDCTInferenceJobsCommand extends ListSNOMEDCTInferenceJobsCommand_base {}
40
+ export declare class ListSNOMEDCTInferenceJobsCommand extends ListSNOMEDCTInferenceJobsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListSNOMEDCTInferenceJobsRequest;
44
+ output: ListSNOMEDCTInferenceJobsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListSNOMEDCTInferenceJobsCommandInput;
48
+ output: ListSNOMEDCTInferenceJobsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StartEntitiesDetectionV2JobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartEntitiesDetectionV2JobCommand extends StartEntitiesDetectionV2JobCommand_base {}
40
+ export declare class StartEntitiesDetectionV2JobCommand extends StartEntitiesDetectionV2JobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartEntitiesDetectionV2JobRequest;
44
+ output: StartEntitiesDetectionV2JobResponse;
45
+ };
46
+ sdk: {
47
+ input: StartEntitiesDetectionV2JobCommandInput;
48
+ output: StartEntitiesDetectionV2JobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StartICD10CMInferenceJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartICD10CMInferenceJobCommand extends StartICD10CMInferenceJobCommand_base {}
40
+ export declare class StartICD10CMInferenceJobCommand extends StartICD10CMInferenceJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartICD10CMInferenceJobRequest;
44
+ output: StartICD10CMInferenceJobResponse;
45
+ };
46
+ sdk: {
47
+ input: StartICD10CMInferenceJobCommandInput;
48
+ output: StartICD10CMInferenceJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StartPHIDetectionJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartPHIDetectionJobCommand extends StartPHIDetectionJobCommand_base {}
40
+ export declare class StartPHIDetectionJobCommand extends StartPHIDetectionJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartPHIDetectionJobRequest;
44
+ output: StartPHIDetectionJobResponse;
45
+ };
46
+ sdk: {
47
+ input: StartPHIDetectionJobCommandInput;
48
+ output: StartPHIDetectionJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StartRxNormInferenceJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartRxNormInferenceJobCommand extends StartRxNormInferenceJobCommand_base {}
40
+ export declare class StartRxNormInferenceJobCommand extends StartRxNormInferenceJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartRxNormInferenceJobRequest;
44
+ output: StartRxNormInferenceJobResponse;
45
+ };
46
+ sdk: {
47
+ input: StartRxNormInferenceJobCommandInput;
48
+ output: StartRxNormInferenceJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StartSNOMEDCTInferenceJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartSNOMEDCTInferenceJobCommand extends StartSNOMEDCTInferenceJobCommand_base {}
40
+ export declare class StartSNOMEDCTInferenceJobCommand extends StartSNOMEDCTInferenceJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartSNOMEDCTInferenceJobRequest;
44
+ output: StartSNOMEDCTInferenceJobResponse;
45
+ };
46
+ sdk: {
47
+ input: StartSNOMEDCTInferenceJobCommandInput;
48
+ output: StartSNOMEDCTInferenceJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StopEntitiesDetectionV2JobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StopEntitiesDetectionV2JobCommand extends StopEntitiesDetectionV2JobCommand_base {}
40
+ export declare class StopEntitiesDetectionV2JobCommand extends StopEntitiesDetectionV2JobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StopEntitiesDetectionV2JobRequest;
44
+ output: StopEntitiesDetectionV2JobResponse;
45
+ };
46
+ sdk: {
47
+ input: StopEntitiesDetectionV2JobCommandInput;
48
+ output: StopEntitiesDetectionV2JobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StopICD10CMInferenceJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StopICD10CMInferenceJobCommand extends StopICD10CMInferenceJobCommand_base {}
40
+ export declare class StopICD10CMInferenceJobCommand extends StopICD10CMInferenceJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StopICD10CMInferenceJobRequest;
44
+ output: StopICD10CMInferenceJobResponse;
45
+ };
46
+ sdk: {
47
+ input: StopICD10CMInferenceJobCommandInput;
48
+ output: StopICD10CMInferenceJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StopPHIDetectionJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StopPHIDetectionJobCommand extends StopPHIDetectionJobCommand_base {}
40
+ export declare class StopPHIDetectionJobCommand extends StopPHIDetectionJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StopPHIDetectionJobRequest;
44
+ output: StopPHIDetectionJobResponse;
45
+ };
46
+ sdk: {
47
+ input: StopPHIDetectionJobCommandInput;
48
+ output: StopPHIDetectionJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StopRxNormInferenceJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StopRxNormInferenceJobCommand extends StopRxNormInferenceJobCommand_base {}
40
+ export declare class StopRxNormInferenceJobCommand extends StopRxNormInferenceJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StopRxNormInferenceJobRequest;
44
+ output: StopRxNormInferenceJobResponse;
45
+ };
46
+ sdk: {
47
+ input: StopRxNormInferenceJobCommandInput;
48
+ output: StopRxNormInferenceJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const StopSNOMEDCTInferenceJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StopSNOMEDCTInferenceJobCommand extends StopSNOMEDCTInferenceJobCommand_base {}
40
+ export declare class StopSNOMEDCTInferenceJobCommand extends StopSNOMEDCTInferenceJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StopSNOMEDCTInferenceJobRequest;
44
+ output: StopSNOMEDCTInferenceJobResponse;
45
+ };
46
+ sdk: {
47
+ input: StopSNOMEDCTInferenceJobCommandInput;
48
+ output: StopSNOMEDCTInferenceJobCommandOutput;
49
+ };
50
+ };
51
+ }
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.650.0",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-comprehendmedical",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"