@aws-sdk/client-connecthealth 3.1003.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 (134) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +313 -0
  3. package/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
  4. package/dist-cjs/endpoint/endpointResolver.js +18 -0
  5. package/dist-cjs/endpoint/ruleset.js +7 -0
  6. package/dist-cjs/index.js +483 -0
  7. package/dist-cjs/models/ConnectHealthServiceException.js +12 -0
  8. package/dist-cjs/models/errors.js +99 -0
  9. package/dist-cjs/runtimeConfig.browser.js +43 -0
  10. package/dist-cjs/runtimeConfig.js +60 -0
  11. package/dist-cjs/runtimeConfig.native.js +19 -0
  12. package/dist-cjs/runtimeConfig.shared.js +43 -0
  13. package/dist-cjs/schemas/schemas_0.js +691 -0
  14. package/dist-es/ConnectHealth.js +45 -0
  15. package/dist-es/ConnectHealthClient.js +54 -0
  16. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  17. package/dist-es/auth/httpAuthSchemeProvider.js +40 -0
  18. package/dist-es/commands/ActivateSubscriptionCommand.js +16 -0
  19. package/dist-es/commands/CreateDomainCommand.js +16 -0
  20. package/dist-es/commands/CreateSubscriptionCommand.js +16 -0
  21. package/dist-es/commands/DeactivateSubscriptionCommand.js +16 -0
  22. package/dist-es/commands/DeleteDomainCommand.js +16 -0
  23. package/dist-es/commands/GetDomainCommand.js +16 -0
  24. package/dist-es/commands/GetMedicalScribeListeningSessionCommand.js +16 -0
  25. package/dist-es/commands/GetPatientInsightsJobCommand.js +16 -0
  26. package/dist-es/commands/GetSubscriptionCommand.js +16 -0
  27. package/dist-es/commands/ListDomainsCommand.js +16 -0
  28. package/dist-es/commands/ListSubscriptionsCommand.js +16 -0
  29. package/dist-es/commands/ListTagsForResourceCommand.js +16 -0
  30. package/dist-es/commands/StartMedicalScribeListeningSessionCommand.js +25 -0
  31. package/dist-es/commands/StartPatientInsightsJobCommand.js +16 -0
  32. package/dist-es/commands/TagResourceCommand.js +16 -0
  33. package/dist-es/commands/UntagResourceCommand.js +16 -0
  34. package/dist-es/commands/index.js +16 -0
  35. package/dist-es/endpoint/EndpointParameters.js +11 -0
  36. package/dist-es/endpoint/endpointResolver.js +14 -0
  37. package/dist-es/endpoint/ruleset.js +4 -0
  38. package/dist-es/extensionConfiguration.js +1 -0
  39. package/dist-es/index.js +9 -0
  40. package/dist-es/models/ConnectHealthServiceException.js +8 -0
  41. package/dist-es/models/enums.js +76 -0
  42. package/dist-es/models/errors.js +89 -0
  43. package/dist-es/models/models_0.js +1 -0
  44. package/dist-es/pagination/Interfaces.js +1 -0
  45. package/dist-es/pagination/ListDomainsPaginator.js +4 -0
  46. package/dist-es/pagination/ListSubscriptionsPaginator.js +4 -0
  47. package/dist-es/pagination/index.js +3 -0
  48. package/dist-es/runtimeConfig.browser.js +38 -0
  49. package/dist-es/runtimeConfig.js +55 -0
  50. package/dist-es/runtimeConfig.native.js +15 -0
  51. package/dist-es/runtimeConfig.shared.js +39 -0
  52. package/dist-es/runtimeExtensions.js +9 -0
  53. package/dist-es/schemas/schemas_0.js +687 -0
  54. package/dist-types/ConnectHealth.d.ts +137 -0
  55. package/dist-types/ConnectHealthClient.d.ts +215 -0
  56. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  57. package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
  58. package/dist-types/commands/ActivateSubscriptionCommand.d.ts +96 -0
  59. package/dist-types/commands/CreateDomainCommand.d.ts +101 -0
  60. package/dist-types/commands/CreateSubscriptionCommand.d.ts +96 -0
  61. package/dist-types/commands/DeactivateSubscriptionCommand.d.ts +96 -0
  62. package/dist-types/commands/DeleteDomainCommand.d.ts +79 -0
  63. package/dist-types/commands/GetDomainCommand.d.ts +95 -0
  64. package/dist-types/commands/GetMedicalScribeListeningSessionCommand.d.ts +140 -0
  65. package/dist-types/commands/GetPatientInsightsJobCommand.d.ts +128 -0
  66. package/dist-types/commands/GetSubscriptionCommand.d.ts +96 -0
  67. package/dist-types/commands/ListDomainsCommand.d.ts +85 -0
  68. package/dist-types/commands/ListSubscriptionsCommand.d.ts +100 -0
  69. package/dist-types/commands/ListTagsForResourceCommand.d.ts +76 -0
  70. package/dist-types/commands/StartMedicalScribeListeningSessionCommand.d.ts +159 -0
  71. package/dist-types/commands/StartPatientInsightsJobCommand.d.ts +125 -0
  72. package/dist-types/commands/TagResourceCommand.d.ts +75 -0
  73. package/dist-types/commands/UntagResourceCommand.d.ts +75 -0
  74. package/dist-types/commands/index.d.ts +16 -0
  75. package/dist-types/endpoint/EndpointParameters.d.ts +44 -0
  76. package/dist-types/endpoint/endpointResolver.d.ts +8 -0
  77. package/dist-types/endpoint/ruleset.d.ts +2 -0
  78. package/dist-types/extensionConfiguration.d.ts +9 -0
  79. package/dist-types/index.d.ts +17 -0
  80. package/dist-types/models/ConnectHealthServiceException.d.ts +14 -0
  81. package/dist-types/models/enums.d.ts +204 -0
  82. package/dist-types/models/errors.d.ts +90 -0
  83. package/dist-types/models/models_0.d.ts +1519 -0
  84. package/dist-types/pagination/Interfaces.d.ts +8 -0
  85. package/dist-types/pagination/ListDomainsPaginator.d.ts +7 -0
  86. package/dist-types/pagination/ListSubscriptionsPaginator.d.ts +7 -0
  87. package/dist-types/pagination/index.d.ts +3 -0
  88. package/dist-types/runtimeConfig.browser.d.ts +57 -0
  89. package/dist-types/runtimeConfig.d.ts +57 -0
  90. package/dist-types/runtimeConfig.native.d.ts +56 -0
  91. package/dist-types/runtimeConfig.shared.d.ts +27 -0
  92. package/dist-types/runtimeExtensions.d.ts +17 -0
  93. package/dist-types/schemas/schemas_0.d.ts +100 -0
  94. package/dist-types/ts3.4/ConnectHealth.d.ts +304 -0
  95. package/dist-types/ts3.4/ConnectHealthClient.d.ts +232 -0
  96. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  97. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +47 -0
  98. package/dist-types/ts3.4/commands/ActivateSubscriptionCommand.d.ts +51 -0
  99. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +47 -0
  100. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +51 -0
  101. package/dist-types/ts3.4/commands/DeactivateSubscriptionCommand.d.ts +51 -0
  102. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +47 -0
  103. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +47 -0
  104. package/dist-types/ts3.4/commands/GetMedicalScribeListeningSessionCommand.d.ts +51 -0
  105. package/dist-types/ts3.4/commands/GetPatientInsightsJobCommand.d.ts +51 -0
  106. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +50 -0
  107. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +47 -0
  108. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +50 -0
  109. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/StartMedicalScribeListeningSessionCommand.d.ts +51 -0
  111. package/dist-types/ts3.4/commands/StartPatientInsightsJobCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
  113. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
  114. package/dist-types/ts3.4/commands/index.d.ts +16 -0
  115. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
  116. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  117. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  118. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  119. package/dist-types/ts3.4/index.d.ts +12 -0
  120. package/dist-types/ts3.4/models/ConnectHealthServiceException.d.ts +9 -0
  121. package/dist-types/ts3.4/models/enums.d.ts +102 -0
  122. package/dist-types/ts3.4/models/errors.d.ts +53 -0
  123. package/dist-types/ts3.4/models/models_0.d.ts +470 -0
  124. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  125. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -0
  126. package/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +11 -0
  127. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  128. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +101 -0
  129. package/dist-types/ts3.4/runtimeConfig.d.ts +97 -0
  130. package/dist-types/ts3.4/runtimeConfig.native.d.ts +105 -0
  131. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
  132. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  133. package/dist-types/ts3.4/schemas/schemas_0.d.ts +100 -0
  134. package/package.json +105 -0
@@ -0,0 +1,687 @@
1
+ const _AD = "ArtifactDetails";
2
+ const _ADE = "AccessDeniedException";
3
+ const _AS = "ActivateSubscription";
4
+ const _ASI = "ActivateSubscriptionInput";
5
+ const _ASO = "ActivateSubscriptionOutput";
6
+ const _CD = "CreateDomain";
7
+ const _CDI = "CreateDomainInput";
8
+ const _CDO = "CreateDomainOutput";
9
+ const _CE = "ConflictException";
10
+ const _CNGR = "ClinicalNoteGenerationResult";
11
+ const _CNGS = "ClinicalNoteGenerationSettings";
12
+ const _CNGSR = "ClinicalNoteGenerationSettingsResponse";
13
+ const _CS = "CreateSubscription";
14
+ const _CSI = "CreateSubscriptionInput";
15
+ const _CSO = "CreateSubscriptionOutput";
16
+ const _CT = "CustomTemplate";
17
+ const _CTR = "CustomTemplateResponse";
18
+ const _CWAC = "CreateWebAppConfiguration";
19
+ const _DD = "DeleteDomain";
20
+ const _DDI = "DeleteDomainInput";
21
+ const _DDO = "DeleteDomainOutput";
22
+ const _DS = "DomainSummary";
23
+ const _DSI = "DeactivateSubscriptionInput";
24
+ const _DSL = "DomainSummaryList";
25
+ const _DSO = "DeactivateSubscriptionOutput";
26
+ const _DSe = "DeactivateSubscription";
27
+ const _EC = "EncounterContext";
28
+ const _ECn = "EncryptionContext";
29
+ const _FHIRS = "FHIRServer";
30
+ const _GD = "GetDomain";
31
+ const _GDI = "GetDomainInput";
32
+ const _GDO = "GetDomainOutput";
33
+ const _GMSLS = "GetMedicalScribeListeningSession";
34
+ const _GMSLSI = "GetMedicalScribeListeningSessionInput";
35
+ const _GMSLSO = "GetMedicalScribeListeningSessionOutput";
36
+ const _GPIJ = "GetPatientInsightsJob";
37
+ const _GPIJR = "GetPatientInsightsJobRequest";
38
+ const _GPIJRe = "GetPatientInsightsJobResponse";
39
+ const _GS = "GetSubscription";
40
+ const _GSI = "GetSubscriptionInput";
41
+ const _GSO = "GetSubscriptionOutput";
42
+ const _IC = "InsightsContext";
43
+ const _IDC = "InputDataConfig";
44
+ const _IO = "InsightsOutput";
45
+ const _ISE = "InternalServerException";
46
+ const _LD = "ListDomains";
47
+ const _LDI = "ListDomainsInput";
48
+ const _LDO = "ListDomainsOutput";
49
+ const _LS = "ListSubscriptions";
50
+ const _LSI = "ListSubscriptionsInput";
51
+ const _LSO = "ListSubscriptionsOutput";
52
+ const _LTFR = "ListTagsForResource";
53
+ const _LTFRI = "ListTagsForResourceInput";
54
+ const _LTFRO = "ListTagsForResourceOutput";
55
+ const _MSAE = "MedicalScribeAudioEvent";
56
+ const _MSCD = "MedicalScribeChannelDefinition";
57
+ const _MSCDe = "MedicalScribeChannelDefinitions";
58
+ const _MSCE = "MedicalScribeConfigurationEvent";
59
+ const _MSIS = "MedicalScribeInputStream";
60
+ const _MSLSD = "MedicalScribeListeningSessionDetails";
61
+ const _MSOS = "MedicalScribeOutputStream";
62
+ const _MSPSAR = "MedicalScribePostStreamActionsResult";
63
+ const _MSPSAS = "MedicalScribePostStreamActionSettings";
64
+ const _MSPSASR = "MedicalScribePostStreamActionSettingsResponse";
65
+ const _MSSCE = "MedicalScribeSessionControlEvent";
66
+ const _MSTE = "MedicalScribeTranscriptEvent";
67
+ const _MSTS = "MedicalScribeTranscriptSegment";
68
+ const _MT = "ManagedTemplate";
69
+ const _MTR = "ManagedTemplateResponse";
70
+ const _NTS = "NoteTemplateSettings";
71
+ const _NTSR = "NoteTemplateSettingsResponse";
72
+ const _ODC = "OutputDataConfig";
73
+ const _P = "Pronouns";
74
+ const _PIEC = "PatientInsightsEncounterContext";
75
+ const _PIPC = "PatientInsightsPatientContext";
76
+ const _RNFE = "ResourceNotFoundException";
77
+ const _SAS = "SensitiveAlphanumericString";
78
+ const _SD = "SubscriptionDescription";
79
+ const _SIDS = "SensitiveIsoDateString";
80
+ const _SL = "SubscriptionList";
81
+ const _SMS = "SensitiveMarkdownString";
82
+ const _SMSLS = "StartMedicalScribeListeningSession";
83
+ const _SMSLSI = "StartMedicalScribeListeningSessionInput";
84
+ const _SMSLSO = "StartMedicalScribeListeningSessionOutput";
85
+ const _SNES = "SensitiveNonEmptyString";
86
+ const _SPIJ = "StartPatientInsightsJob";
87
+ const _SPIJR = "StartPatientInsightsJobRequest";
88
+ const _SPIJRt = "StartPatientInsightsJobResponse";
89
+ const _SQEE = "ServiceQuotaExceededException";
90
+ const _SS = "S3Source";
91
+ const _SSo = "S3Sources";
92
+ const _TE = "ThrottlingException";
93
+ const _TI = "TemplateInstructions";
94
+ const _TR = "TagResource";
95
+ const _TRI = "TagResourceInput";
96
+ const _TSI = "TemplateSectionInstruction";
97
+ const _UC = "UserContext";
98
+ const _UR = "UntagResource";
99
+ const _URI = "UntagResourceInput";
100
+ const _VE = "ValidationException";
101
+ const _WAC = "WebAppConfiguration";
102
+ const _a = "arn";
103
+ const _aA = "activatedAt";
104
+ const _aBO = "audioBeginOffset";
105
+ const _aC = "audioChunk";
106
+ const _aE = "audioEvent";
107
+ const _aEO = "audioEndOffset";
108
+ const _aVSR = "afterVisitSummaryResult";
109
+ const _c = "client";
110
+ const _cA = "createdAt";
111
+ const _cD = "channelDefinitions";
112
+ const _cE = "configurationEvent";
113
+ const _cI = "channelId";
114
+ const _cNGR = "clinicalNoteGenerationResult";
115
+ const _cNGS = "clinicalNoteGenerationSettings";
116
+ const _cT = "creationTime";
117
+ const _cTl = "clientToken";
118
+ const _cTu = "customTemplate";
119
+ const _co = "content";
120
+ const _d = "domains";
121
+ const _dA = "deactivatedAt";
122
+ const _dI = "domainId";
123
+ const _dOB = "dateOfBirth";
124
+ const _e = "error";
125
+ const _eC = "encryptionContext";
126
+ const _eCP = "encounterContextProvided";
127
+ const _eCn = "encounterContext";
128
+ const _eR = "ehrRole";
129
+ const _eRn = "encounterReason";
130
+ const _eT = "encryptionType";
131
+ const _en = "endpoint";
132
+ const _fE = "fhirEndpoint";
133
+ const _fR = "failureReason";
134
+ const _fS = "fhirServer";
135
+ const _h = "http";
136
+ const _hE = "httpError";
137
+ const _hH = "httpHeader";
138
+ const _hQ = "httpQuery";
139
+ const _iAI = "idcApplicationId";
140
+ const _iC = "insightsContext";
141
+ const _iDC = "inputDataConfig";
142
+ const _iFE = "internalFailureException";
143
+ const _iII = "idcInstanceId";
144
+ const _iO = "insightsOutput";
145
+ const _iP = "isPartial";
146
+ const _iR = "idcRegion";
147
+ const _iS = "inputStream";
148
+ const _iT = "insightsType";
149
+ const _jA = "jobArn";
150
+ const _jI = "jobId";
151
+ const _jS = "jobStatus";
152
+ const _kKA = "kmsKeyArn";
153
+ const _lC = "languageCode";
154
+ const _lUA = "lastUpdatedAt";
155
+ const _m = "message";
156
+ const _mE = "mediaEncoding";
157
+ const _mR = "maxResults";
158
+ const _mSLSD = "medicalScribeListeningSessionDetails";
159
+ const _mSRH = "mediaSampleRateHertz";
160
+ const _mT = "managedTemplate";
161
+ const _n = "name";
162
+ const _nR = "noteResult";
163
+ const _nT = "nextToken";
164
+ const _nTS = "noteTemplateSettings";
165
+ const _oDC = "outputDataConfig";
166
+ const _oL = "outputLocation";
167
+ const _oSU = "outputS3Uri";
168
+ const _oT = "oauthToken";
169
+ const _p = "pronouns";
170
+ const _pC = "patientContext";
171
+ const _pI = "patientId";
172
+ const _pR = "participantRole";
173
+ const _pSAR = "postStreamActionResult";
174
+ const _pSAS = "postStreamActionSettings";
175
+ const _r = "role";
176
+ const _rA = "resourceArn";
177
+ const _rI = "requestId";
178
+ const _rS = "responseStream";
179
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.connecthealth";
180
+ const _sCE = "sessionControlEvent";
181
+ const _sCT = "streamCreationTime";
182
+ const _sD = "statusDetails";
183
+ const _sET = "streamEndTime";
184
+ const _sH = "sectionHeader";
185
+ const _sI = "subscriptionId";
186
+ const _sIe = "sessionId";
187
+ const _sIec = "sectionInstruction";
188
+ const _sIeg = "segmentId";
189
+ const _sOP = "s3OutputPath";
190
+ const _sS = "s3Sources";
191
+ const _sSt = "streamStatus";
192
+ const _se = "server";
193
+ const _sp = "specialty";
194
+ const _st = "status";
195
+ const _str = "streaming";
196
+ const _su = "subscription";
197
+ const _sub = "subscriptions";
198
+ const _t = "tags";
199
+ const _tE = "transcriptEvent";
200
+ const _tI = "templateInstructions";
201
+ const _tK = "tagKeys";
202
+ const _tR = "transcriptResult";
203
+ const _tS = "transcriptSegment";
204
+ const _tT = "templateType";
205
+ const _ty = "type";
206
+ const _u = "uri";
207
+ const _uC = "unstructuredContext";
208
+ const _uCs = "userContext";
209
+ const _uI = "userId";
210
+ const _uT = "updatedTime";
211
+ const _vE = "validationException";
212
+ const _wAC = "webAppConfiguration";
213
+ const _wASC = "webAppSetupConfiguration";
214
+ const _wAU = "webAppUrl";
215
+ const _xamdi = "x-amzn-medscribe-domain-id";
216
+ const _xamlc = "x-amzn-medscribe-language-code";
217
+ const _xamme = "x-amzn-medscribe-media-encoding";
218
+ const _xamsi = "x-amzn-medscribe-session-id";
219
+ const _xamsi_ = "x-amzn-medscribe-subscription-id";
220
+ const _xamsr = "x-amzn-medscribe-sample-rate";
221
+ const _xari = "x-amzn-request-id";
222
+ const n0 = "com.amazonaws.connecthealth";
223
+ import { TypeRegistry } from "@smithy/core/schema";
224
+ import { ConnectHealthServiceException } from "../models/ConnectHealthServiceException";
225
+ import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
226
+ const _s_registry = TypeRegistry.for(_s);
227
+ export var ConnectHealthServiceException$ = [-3, _s, "ConnectHealthServiceException", 0, [], []];
228
+ _s_registry.registerError(ConnectHealthServiceException$, ConnectHealthServiceException);
229
+ const n0_registry = TypeRegistry.for(n0);
230
+ export var AccessDeniedException$ = [-3, n0, _ADE,
231
+ { [_e]: _c, [_hE]: 401 },
232
+ [_m],
233
+ [0]
234
+ ];
235
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
236
+ export var ConflictException$ = [-3, n0, _CE,
237
+ { [_e]: _c, [_hE]: 409 },
238
+ [_m],
239
+ [0]
240
+ ];
241
+ n0_registry.registerError(ConflictException$, ConflictException);
242
+ export var InternalServerException$ = [-3, n0, _ISE,
243
+ { [_e]: _se, [_hE]: 500 },
244
+ [_m],
245
+ [0]
246
+ ];
247
+ n0_registry.registerError(InternalServerException$, InternalServerException);
248
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
249
+ { [_e]: _c, [_hE]: 404 },
250
+ [_m],
251
+ [0]
252
+ ];
253
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
254
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
255
+ { [_e]: _c, [_hE]: 402 },
256
+ [_m],
257
+ [0]
258
+ ];
259
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
260
+ export var ThrottlingException$ = [-3, n0, _TE,
261
+ { [_e]: _c, [_hE]: 429 },
262
+ [_m],
263
+ [0]
264
+ ];
265
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
266
+ export var ValidationException$ = [-3, n0, _VE,
267
+ { [_e]: _c, [_hE]: 400 },
268
+ [_m],
269
+ [0]
270
+ ];
271
+ n0_registry.registerError(ValidationException$, ValidationException);
272
+ export const errorTypeRegistries = [
273
+ _s_registry,
274
+ n0_registry,
275
+ ];
276
+ var Pronouns = [0, n0, _P, 8, 0];
277
+ var SensitiveAlphanumericString = [0, n0, _SAS, 8, 0];
278
+ var SensitiveIsoDateString = [0, n0, _SIDS, 8, 0];
279
+ var SensitiveMarkdownString = [0, n0, _SMS, 8, 0];
280
+ var SensitiveNonEmptyString = [0, n0, _SNES, 8, 0];
281
+ export var ActivateSubscriptionInput$ = [3, n0, _ASI,
282
+ 0,
283
+ [_dI, _sI],
284
+ [[0, 1], [0, 1]], 2
285
+ ];
286
+ export var ActivateSubscriptionOutput$ = [3, n0, _ASO,
287
+ 0,
288
+ [_su],
289
+ [() => SubscriptionDescription$]
290
+ ];
291
+ export var ArtifactDetails$ = [3, n0, _AD,
292
+ 0,
293
+ [_oL, _st, _fR],
294
+ [0, 0, 0]
295
+ ];
296
+ export var ClinicalNoteGenerationResult$ = [3, n0, _CNGR,
297
+ 0,
298
+ [_nR, _tR, _aVSR],
299
+ [() => ArtifactDetails$, () => ArtifactDetails$, () => ArtifactDetails$]
300
+ ];
301
+ export var ClinicalNoteGenerationSettings$ = [3, n0, _CNGS,
302
+ 0,
303
+ [_nTS],
304
+ [[() => NoteTemplateSettings$, 0]], 1
305
+ ];
306
+ export var ClinicalNoteGenerationSettingsResponse$ = [3, n0, _CNGSR,
307
+ 0,
308
+ [_nTS],
309
+ [() => NoteTemplateSettingsResponse$]
310
+ ];
311
+ export var CreateDomainInput$ = [3, n0, _CDI,
312
+ 0,
313
+ [_n, _kKA, _wASC, _t],
314
+ [0, 0, () => CreateWebAppConfiguration$, 128 | 0], 1
315
+ ];
316
+ export var CreateDomainOutput$ = [3, n0, _CDO,
317
+ 0,
318
+ [_dI, _a, _n, _st, _cA, _kKA, _eC, _wAU, _wAC],
319
+ [0, 0, 0, 0, 4, 0, () => EncryptionContext$, 0, () => WebAppConfiguration$], 5
320
+ ];
321
+ export var CreateSubscriptionInput$ = [3, n0, _CSI,
322
+ 0,
323
+ [_dI],
324
+ [[0, 1]], 1
325
+ ];
326
+ export var CreateSubscriptionOutput$ = [3, n0, _CSO,
327
+ 0,
328
+ [_dI, _sI, _a, _st, _cA, _lUA, _aA, _dA],
329
+ [0, 0, 0, 0, 4, 4, 4, 4], 6
330
+ ];
331
+ export var CreateWebAppConfiguration$ = [3, n0, _CWAC,
332
+ 0,
333
+ [_eR, _iII, _iR],
334
+ [0, 0, 0], 3
335
+ ];
336
+ export var CustomTemplate$ = [3, n0, _CT,
337
+ 0,
338
+ [_tT, _tI],
339
+ [0, [() => TemplateInstructions, 0]], 2
340
+ ];
341
+ export var CustomTemplateResponse$ = [3, n0, _CTR,
342
+ 0,
343
+ [_tT],
344
+ [0]
345
+ ];
346
+ export var DeactivateSubscriptionInput$ = [3, n0, _DSI,
347
+ 0,
348
+ [_dI, _sI],
349
+ [[0, 1], [0, 1]], 2
350
+ ];
351
+ export var DeactivateSubscriptionOutput$ = [3, n0, _DSO,
352
+ 0,
353
+ [_su],
354
+ [() => SubscriptionDescription$]
355
+ ];
356
+ export var DeleteDomainInput$ = [3, n0, _DDI,
357
+ 0,
358
+ [_dI],
359
+ [[0, 1]], 1
360
+ ];
361
+ export var DeleteDomainOutput$ = [3, n0, _DDO,
362
+ 0,
363
+ [_dI, _a, _st],
364
+ [0, 0, 0], 3
365
+ ];
366
+ export var DomainSummary$ = [3, n0, _DS,
367
+ 0,
368
+ [_dI, _a, _n, _st, _cA],
369
+ [0, 0, 0, 0, 4], 5
370
+ ];
371
+ export var EncounterContext$ = [3, n0, _EC,
372
+ 0,
373
+ [_uC],
374
+ [[() => SensitiveMarkdownString, 0]]
375
+ ];
376
+ export var EncryptionContext$ = [3, n0, _ECn,
377
+ 0,
378
+ [_eT, _kKA],
379
+ [0, 0], 1
380
+ ];
381
+ export var FHIRServer$ = [3, n0, _FHIRS,
382
+ 0,
383
+ [_fE, _oT],
384
+ [0, [() => SensitiveNonEmptyString, 0]], 1
385
+ ];
386
+ export var GetDomainInput$ = [3, n0, _GDI,
387
+ 0,
388
+ [_dI],
389
+ [[0, 1]], 1
390
+ ];
391
+ export var GetDomainOutput$ = [3, n0, _GDO,
392
+ 0,
393
+ [_dI, _a, _n, _st, _cA, _kKA, _eC, _wAU, _wAC, _t],
394
+ [0, 0, 0, 0, 4, 0, () => EncryptionContext$, 0, () => WebAppConfiguration$, 128 | 0], 5
395
+ ];
396
+ export var GetMedicalScribeListeningSessionInput$ = [3, n0, _GMSLSI,
397
+ 0,
398
+ [_sIe, _dI, _sI],
399
+ [[0, 1], [0, 1], [0, 1]], 3
400
+ ];
401
+ export var GetMedicalScribeListeningSessionOutput$ = [3, n0, _GMSLSO,
402
+ 0,
403
+ [_mSLSD],
404
+ [() => MedicalScribeListeningSessionDetails$]
405
+ ];
406
+ export var GetPatientInsightsJobRequest$ = [3, n0, _GPIJR,
407
+ 0,
408
+ [_dI, _jI],
409
+ [[0, 1], [0, 1]], 2
410
+ ];
411
+ export var GetPatientInsightsJobResponse$ = [3, n0, _GPIJRe,
412
+ 0,
413
+ [_jI, _jA, _jS, _pC, _iC, _eCn, _uCs, _iDC, _oDC, _cT, _uT, _iO, _sD],
414
+ [0, 0, 0, [() => PatientInsightsPatientContext$, 0], () => InsightsContext$, [() => PatientInsightsEncounterContext$, 0], [() => UserContext$, 0], [() => InputDataConfig$, 0], () => OutputDataConfig$, 5, 5, () => InsightsOutput$, 0], 9
415
+ ];
416
+ export var GetSubscriptionInput$ = [3, n0, _GSI,
417
+ 0,
418
+ [_dI, _sI],
419
+ [[0, 1], [0, 1]], 2
420
+ ];
421
+ export var GetSubscriptionOutput$ = [3, n0, _GSO,
422
+ 0,
423
+ [_su],
424
+ [() => SubscriptionDescription$]
425
+ ];
426
+ export var InputDataConfig$ = [3, n0, _IDC,
427
+ 0,
428
+ [_fS, _sS],
429
+ [[() => FHIRServer$, 0], () => S3Sources]
430
+ ];
431
+ export var InsightsContext$ = [3, n0, _IC,
432
+ 0,
433
+ [_iT],
434
+ [0], 1
435
+ ];
436
+ export var InsightsOutput$ = [3, n0, _IO,
437
+ 0,
438
+ [_u],
439
+ [0], 1
440
+ ];
441
+ export var ListDomainsInput$ = [3, n0, _LDI,
442
+ 0,
443
+ [_st, _mR, _nT],
444
+ [[0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
445
+ ];
446
+ export var ListDomainsOutput$ = [3, n0, _LDO,
447
+ 0,
448
+ [_d, _nT],
449
+ [() => DomainSummaryList, 0], 1
450
+ ];
451
+ export var ListSubscriptionsInput$ = [3, n0, _LSI,
452
+ 0,
453
+ [_dI, _mR, _nT],
454
+ [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
455
+ ];
456
+ export var ListSubscriptionsOutput$ = [3, n0, _LSO,
457
+ 0,
458
+ [_sub, _nT],
459
+ [() => SubscriptionList, 0], 1
460
+ ];
461
+ export var ListTagsForResourceInput$ = [3, n0, _LTFRI,
462
+ 0,
463
+ [_rA],
464
+ [[0, 1]], 1
465
+ ];
466
+ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
467
+ 0,
468
+ [_t],
469
+ [128 | 0]
470
+ ];
471
+ export var ManagedTemplate$ = [3, n0, _MT,
472
+ 0,
473
+ [_tT],
474
+ [0], 1
475
+ ];
476
+ export var ManagedTemplateResponse$ = [3, n0, _MTR,
477
+ 0,
478
+ [_tT],
479
+ [0]
480
+ ];
481
+ export var MedicalScribeAudioEvent$ = [3, n0, _MSAE,
482
+ 0,
483
+ [_aC],
484
+ [21], 1
485
+ ];
486
+ export var MedicalScribeChannelDefinition$ = [3, n0, _MSCD,
487
+ 0,
488
+ [_cI, _pR],
489
+ [1, 0], 2
490
+ ];
491
+ export var MedicalScribeConfigurationEvent$ = [3, n0, _MSCE,
492
+ 0,
493
+ [_pSAS, _cD, _eCn],
494
+ [[() => MedicalScribePostStreamActionSettings$, 0], () => MedicalScribeChannelDefinitions, [() => EncounterContext$, 0]], 1
495
+ ];
496
+ export var MedicalScribeListeningSessionDetails$ = [3, n0, _MSLSD,
497
+ 0,
498
+ [_sIe, _dI, _sI, _lC, _mSRH, _mE, _cD, _pSAS, _pSAR, _eCP, _sSt, _sCT, _sET],
499
+ [0, 0, 0, 0, 1, 0, () => MedicalScribeChannelDefinitions, () => MedicalScribePostStreamActionSettingsResponse$, () => MedicalScribePostStreamActionsResult$, 2, 0, 4, 4]
500
+ ];
501
+ export var MedicalScribePostStreamActionSettings$ = [3, n0, _MSPSAS,
502
+ 0,
503
+ [_oSU, _cNGS],
504
+ [0, [() => ClinicalNoteGenerationSettings$, 0]], 2
505
+ ];
506
+ export var MedicalScribePostStreamActionSettingsResponse$ = [3, n0, _MSPSASR,
507
+ 0,
508
+ [_oSU, _cNGS],
509
+ [0, () => ClinicalNoteGenerationSettingsResponse$], 2
510
+ ];
511
+ export var MedicalScribePostStreamActionsResult$ = [3, n0, _MSPSAR,
512
+ 0,
513
+ [_cNGR],
514
+ [() => ClinicalNoteGenerationResult$]
515
+ ];
516
+ export var MedicalScribeSessionControlEvent$ = [3, n0, _MSSCE,
517
+ 0,
518
+ [_ty],
519
+ [0]
520
+ ];
521
+ export var MedicalScribeTranscriptEvent$ = [3, n0, _MSTE,
522
+ 0,
523
+ [_tS],
524
+ [() => MedicalScribeTranscriptSegment$]
525
+ ];
526
+ export var MedicalScribeTranscriptSegment$ = [3, n0, _MSTS,
527
+ 0,
528
+ [_sIeg, _aBO, _aEO, _iP, _cI, _co],
529
+ [0, 1, 1, 2, 0, 0]
530
+ ];
531
+ export var OutputDataConfig$ = [3, n0, _ODC,
532
+ 0,
533
+ [_sOP],
534
+ [0], 1
535
+ ];
536
+ export var PatientInsightsEncounterContext$ = [3, n0, _PIEC,
537
+ 0,
538
+ [_eRn],
539
+ [[() => SensitiveNonEmptyString, 0]], 1
540
+ ];
541
+ export var PatientInsightsPatientContext$ = [3, n0, _PIPC,
542
+ 0,
543
+ [_pI, _dOB, _p],
544
+ [[() => SensitiveNonEmptyString, 0], [() => SensitiveIsoDateString, 0], [() => Pronouns, 0]], 1
545
+ ];
546
+ export var S3Source$ = [3, n0, _SS,
547
+ 0,
548
+ [_u],
549
+ [0], 1
550
+ ];
551
+ export var StartMedicalScribeListeningSessionInput$ = [3, n0, _SMSLSI,
552
+ 0,
553
+ [_sIe, _dI, _sI, _lC, _mSRH, _mE, _iS],
554
+ [[0, { [_hH]: _xamsi }], [0, { [_hH]: _xamdi }], [0, { [_hH]: _xamsi_ }], [0, { [_hH]: _xamlc }], [1, { [_hH]: _xamsr }], [0, { [_hH]: _xamme }], [() => MedicalScribeInputStream$, 16]], 6
555
+ ];
556
+ export var StartMedicalScribeListeningSessionOutput$ = [3, n0, _SMSLSO,
557
+ 0,
558
+ [_sIe, _dI, _sI, _rI, _lC, _mSRH, _mE, _rS],
559
+ [[0, { [_hH]: _xamsi }], [0, { [_hH]: _xamdi }], [0, { [_hH]: _xamsi_ }], [0, { [_hH]: _xari }], [0, { [_hH]: _xamlc }], [1, { [_hH]: _xamsr }], [0, { [_hH]: _xamme }], [() => MedicalScribeOutputStream$, 16]]
560
+ ];
561
+ export var StartPatientInsightsJobRequest$ = [3, n0, _SPIJR,
562
+ 0,
563
+ [_dI, _pC, _iC, _eCn, _uCs, _iDC, _oDC, _cTl],
564
+ [[0, 1], [() => PatientInsightsPatientContext$, 0], () => InsightsContext$, [() => PatientInsightsEncounterContext$, 0], [() => UserContext$, 0], [() => InputDataConfig$, 0], () => OutputDataConfig$, [0, 4]], 7
565
+ ];
566
+ export var StartPatientInsightsJobResponse$ = [3, n0, _SPIJRt,
567
+ 0,
568
+ [_jA, _jI, _cT],
569
+ [0, 0, 5], 2
570
+ ];
571
+ export var SubscriptionDescription$ = [3, n0, _SD,
572
+ 0,
573
+ [_dI, _sI, _a, _st, _cA, _lUA, _aA, _dA],
574
+ [0, 0, 0, 0, 4, 4, 4, 4], 6
575
+ ];
576
+ export var TagResourceInput$ = [3, n0, _TRI,
577
+ 0,
578
+ [_rA, _t],
579
+ [[0, 1], 128 | 0], 2
580
+ ];
581
+ export var TemplateSectionInstruction$ = [3, n0, _TSI,
582
+ 0,
583
+ [_sH, _sIec],
584
+ [[() => SensitiveAlphanumericString, 0], [() => SensitiveMarkdownString, 0]], 2
585
+ ];
586
+ export var UntagResourceInput$ = [3, n0, _URI,
587
+ 0,
588
+ [_rA, _tK],
589
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
590
+ ];
591
+ export var UserContext$ = [3, n0, _UC,
592
+ 0,
593
+ [_r, _uI, _sp],
594
+ [0, [() => SensitiveNonEmptyString, 0], 0], 2
595
+ ];
596
+ export var WebAppConfiguration$ = [3, n0, _WAC,
597
+ 0,
598
+ [_eR, _iAI, _iR],
599
+ [0, 0, 0], 3
600
+ ];
601
+ var __Unit = "unit";
602
+ var DomainSummaryList = [1, n0, _DSL,
603
+ 0, () => DomainSummary$
604
+ ];
605
+ var MedicalScribeChannelDefinitions = [1, n0, _MSCDe,
606
+ 0, () => MedicalScribeChannelDefinition$
607
+ ];
608
+ var S3Sources = [1, n0, _SSo,
609
+ 0, () => S3Source$
610
+ ];
611
+ var SubscriptionList = [1, n0, _SL,
612
+ 0, () => SubscriptionDescription$
613
+ ];
614
+ var TagKeyList = 64 | 0;
615
+ var TemplateInstructions = [1, n0, _TI,
616
+ 0, [() => TemplateSectionInstruction$,
617
+ 0]
618
+ ];
619
+ var TagMap = 128 | 0;
620
+ export var MedicalScribeInputStream$ = [4, n0, _MSIS,
621
+ { [_str]: 1 },
622
+ [_aE, _sCE, _cE],
623
+ [() => MedicalScribeAudioEvent$, () => MedicalScribeSessionControlEvent$, [() => MedicalScribeConfigurationEvent$, 0]]
624
+ ];
625
+ export var MedicalScribeOutputStream$ = [4, n0, _MSOS,
626
+ { [_str]: 1 },
627
+ [_tE, _iFE, _vE],
628
+ [() => MedicalScribeTranscriptEvent$, [() => InternalServerException$, 0], [() => ValidationException$, 0]]
629
+ ];
630
+ export var NoteTemplateSettings$ = [4, n0, _NTS,
631
+ 0,
632
+ [_mT, _cTu],
633
+ [() => ManagedTemplate$, [() => CustomTemplate$, 0]]
634
+ ];
635
+ export var NoteTemplateSettingsResponse$ = [4, n0, _NTSR,
636
+ 0,
637
+ [_mT, _cTu],
638
+ [() => ManagedTemplateResponse$, () => CustomTemplateResponse$]
639
+ ];
640
+ export var ActivateSubscription$ = [9, n0, _AS,
641
+ { [_h]: ["POST", "/domains/{domainId}/subscriptions/{subscriptionId}/activate", 200] }, () => ActivateSubscriptionInput$, () => ActivateSubscriptionOutput$
642
+ ];
643
+ export var CreateDomain$ = [9, n0, _CD,
644
+ { [_h]: ["POST", "/domain", 201] }, () => CreateDomainInput$, () => CreateDomainOutput$
645
+ ];
646
+ export var CreateSubscription$ = [9, n0, _CS,
647
+ { [_h]: ["POST", "/domains/{domainId}/subscriptions", 201] }, () => CreateSubscriptionInput$, () => CreateSubscriptionOutput$
648
+ ];
649
+ export var DeactivateSubscription$ = [9, n0, _DSe,
650
+ { [_h]: ["POST", "/domains/{domainId}/subscriptions/{subscriptionId}/deactivate", 200] }, () => DeactivateSubscriptionInput$, () => DeactivateSubscriptionOutput$
651
+ ];
652
+ export var DeleteDomain$ = [9, n0, _DD,
653
+ { [_h]: ["DELETE", "/domain/{domainId}", 200] }, () => DeleteDomainInput$, () => DeleteDomainOutput$
654
+ ];
655
+ export var GetDomain$ = [9, n0, _GD,
656
+ { [_h]: ["GET", "/domain/{domainId}", 200] }, () => GetDomainInput$, () => GetDomainOutput$
657
+ ];
658
+ export var GetMedicalScribeListeningSession$ = [9, n0, _GMSLS,
659
+ { [_en]: ["streaming."], [_h]: ["GET", "/medical-scribe-stream/domain/{domainId}/subscription/{subscriptionId}/session/{sessionId}", 200] }, () => GetMedicalScribeListeningSessionInput$, () => GetMedicalScribeListeningSessionOutput$
660
+ ];
661
+ export var GetPatientInsightsJob$ = [9, n0, _GPIJ,
662
+ { [_en]: ["runtime."], [_h]: ["GET", "/domain/{domainId}/patient-insights-job/{jobId}", 200] }, () => GetPatientInsightsJobRequest$, () => GetPatientInsightsJobResponse$
663
+ ];
664
+ export var GetSubscription$ = [9, n0, _GS,
665
+ { [_h]: ["GET", "/domains/{domainId}/subscriptions/{subscriptionId}", 200] }, () => GetSubscriptionInput$, () => GetSubscriptionOutput$
666
+ ];
667
+ export var ListDomains$ = [9, n0, _LD,
668
+ { [_h]: ["GET", "/domain", 200] }, () => ListDomainsInput$, () => ListDomainsOutput$
669
+ ];
670
+ export var ListSubscriptions$ = [9, n0, _LS,
671
+ { [_h]: ["GET", "/domains/{domainId}/subscriptions", 200] }, () => ListSubscriptionsInput$, () => ListSubscriptionsOutput$
672
+ ];
673
+ export var ListTagsForResource$ = [9, n0, _LTFR,
674
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
675
+ ];
676
+ export var StartMedicalScribeListeningSession$ = [9, n0, _SMSLS,
677
+ { [_en]: ["streaming."], [_h]: ["POST", "/medical-scribe-stream/", 200] }, () => StartMedicalScribeListeningSessionInput$, () => StartMedicalScribeListeningSessionOutput$
678
+ ];
679
+ export var StartPatientInsightsJob$ = [9, n0, _SPIJ,
680
+ { [_en]: ["runtime."], [_h]: ["POST", "/domain/{domainId}/patient-insights-job", 200] }, () => StartPatientInsightsJobRequest$, () => StartPatientInsightsJobResponse$
681
+ ];
682
+ export var TagResource$ = [9, n0, _TR,
683
+ { [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceInput$, () => __Unit
684
+ ];
685
+ export var UntagResource$ = [9, n0, _UR,
686
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceInput$, () => __Unit
687
+ ];