@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,97 @@
1
+ import { NodeHttp2Handler as RequestHandler } from "@smithy/node-http-handler";
2
+ import { ConnectHealthClientConfig } from "./ConnectHealthClient";
3
+ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
4
+ runtime: string;
5
+ defaultsMode: import("@smithy/types").Provider<
6
+ import("@smithy/smithy-client").ResolvedDefaultsMode
7
+ >;
8
+ authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
9
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
+ credentialDefaultProvider:
11
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
+ | ((
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
+ ) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
+ defaultUserAgentProvider: (
16
+ config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved
17
+ ) => Promise<import("@smithy/types").UserAgent>;
18
+ eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
19
+ eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
20
+ maxAttempts: number | import("@smithy/types").Provider<number>;
21
+ region: string | import("@smithy/types").Provider<string>;
22
+ requestHandler:
23
+ | RequestHandler
24
+ | import("@smithy/protocol-http").HttpHandler<any>;
25
+ retryMode: string | import("@smithy/types").Provider<string>;
26
+ sha256: import("@smithy/types").HashConstructor;
27
+ streamCollector: import("@smithy/types").StreamCollector;
28
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
30
+ userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
31
+ cacheMiddleware?: boolean | undefined;
32
+ protocol:
33
+ | import("@smithy/types").ClientProtocol<any, any>
34
+ | import("@smithy/types").ClientProtocolCtor<any, any>
35
+ | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
36
+ protocolSettings: {
37
+ defaultNamespace?: string;
38
+ [setting: string]: unknown;
39
+ };
40
+ apiVersion: string;
41
+ urlParser: import("@smithy/types").UrlParser;
42
+ base64Decoder: import("@smithy/types").Decoder;
43
+ base64Encoder: (_input: Uint8Array | string) => string;
44
+ utf8Decoder: import("@smithy/types").Decoder;
45
+ utf8Encoder: (input: Uint8Array | string) => string;
46
+ disableHostPrefix: boolean;
47
+ serviceId: string;
48
+ profile?: string;
49
+ logger: import("@smithy/types").Logger;
50
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
51
+ customUserAgent?: string | import("@smithy/types").UserAgent;
52
+ retryStrategy?:
53
+ | import("@smithy/types").RetryStrategy
54
+ | import("@smithy/types").RetryStrategyV2;
55
+ endpoint?:
56
+ | ((
57
+ | string
58
+ | import("@smithy/types").Endpoint
59
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
60
+ | import("@smithy/types").EndpointV2
61
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
62
+ ) &
63
+ (
64
+ | string
65
+ | import("@smithy/types").Provider<string>
66
+ | import("@smithy/types").Endpoint
67
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
68
+ | import("@smithy/types").EndpointV2
69
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
70
+ ))
71
+ | undefined;
72
+ endpointProvider: (
73
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
74
+ context?: {
75
+ logger?: import("@smithy/types").Logger;
76
+ }
77
+ ) => import("@smithy/types").EndpointV2;
78
+ tls?: boolean;
79
+ serviceConfiguredEndpoint?: never;
80
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
81
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
82
+ credentials?:
83
+ | import("@smithy/types").AwsCredentialIdentity
84
+ | import("@smithy/types").AwsCredentialIdentityProvider;
85
+ signer?:
86
+ | import("@smithy/types").RequestSigner
87
+ | ((
88
+ authScheme?: import("@smithy/types").AuthScheme
89
+ ) => Promise<import("@smithy/types").RequestSigner>);
90
+ signingEscapePath?: boolean;
91
+ systemClockOffset?: number;
92
+ signingRegion?: string;
93
+ signerConstructor?: new (
94
+ options: import("@smithy/signature-v4").SignatureV4Init &
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit
96
+ ) => import("@smithy/types").RequestSigner;
97
+ };
@@ -0,0 +1,105 @@
1
+ import { ConnectHealthClientConfig } from "./ConnectHealthClient";
2
+ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
3
+ runtime: string;
4
+ eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
5
+ sha256: import("@smithy/types").HashConstructor;
6
+ requestHandler:
7
+ | import("@smithy/types").NodeHttpHandlerOptions
8
+ | import("@smithy/types").FetchHttpHandlerOptions
9
+ | Record<string, unknown>
10
+ | import("@smithy/protocol-http").HttpHandler<any>
11
+ | import("@smithy/fetch-http-handler").FetchHttpHandler;
12
+ cacheMiddleware?: boolean;
13
+ protocol:
14
+ | import("@smithy/types").ClientProtocol<any, any>
15
+ | import("@smithy/types").ClientProtocolCtor<any, any>
16
+ | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
17
+ protocolSettings: {
18
+ defaultNamespace?: string;
19
+ [setting: string]: unknown;
20
+ };
21
+ apiVersion: string;
22
+ urlParser: import("@smithy/types").UrlParser;
23
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
24
+ streamCollector: import("@smithy/types").StreamCollector;
25
+ base64Decoder: import("@smithy/types").Decoder;
26
+ base64Encoder: (_input: Uint8Array | string) => string;
27
+ utf8Decoder: import("@smithy/types").Decoder;
28
+ utf8Encoder: (input: Uint8Array | string) => string;
29
+ disableHostPrefix: boolean;
30
+ serviceId: string;
31
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
+ useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
+ (boolean | import("@smithy/types").Provider<boolean | undefined>);
34
+ region: string | import("@smithy/types").Provider<any>;
35
+ profile?: string;
36
+ defaultUserAgentProvider: (
37
+ config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
38
+ ) => Promise<import("@smithy/types").UserAgent>;
39
+ credentialDefaultProvider:
40
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
41
+ | ((
42
+ _: unknown
43
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
44
+ maxAttempts: number | import("@smithy/types").Provider<number>;
45
+ retryMode: string | import("@smithy/types").Provider<string>;
46
+ logger: import("@smithy/types").Logger;
47
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
48
+ eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
49
+ defaultsMode:
50
+ | import("@smithy/smithy-client").DefaultsMode
51
+ | import("@smithy/types").Provider<
52
+ import("@smithy/smithy-client").DefaultsMode
53
+ >;
54
+ customUserAgent?: string | import("@smithy/types").UserAgent;
55
+ userAgentAppId?:
56
+ | string
57
+ | undefined
58
+ | import("@smithy/types").Provider<string | undefined>;
59
+ retryStrategy?:
60
+ | import("@smithy/types").RetryStrategy
61
+ | import("@smithy/types").RetryStrategyV2;
62
+ endpoint?:
63
+ | ((
64
+ | string
65
+ | import("@smithy/types").Endpoint
66
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
67
+ | import("@smithy/types").EndpointV2
68
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
69
+ ) &
70
+ (
71
+ | string
72
+ | import("@smithy/types").Provider<string>
73
+ | import("@smithy/types").Endpoint
74
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
75
+ | import("@smithy/types").EndpointV2
76
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
77
+ ))
78
+ | undefined;
79
+ endpointProvider: (
80
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
81
+ context?: {
82
+ logger?: import("@smithy/types").Logger;
83
+ }
84
+ ) => import("@smithy/types").EndpointV2;
85
+ tls?: boolean;
86
+ serviceConfiguredEndpoint?: never;
87
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
88
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
89
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
90
+ credentials?:
91
+ | import("@smithy/types").AwsCredentialIdentity
92
+ | import("@smithy/types").AwsCredentialIdentityProvider;
93
+ signer?:
94
+ | import("@smithy/types").RequestSigner
95
+ | ((
96
+ authScheme?: import("@smithy/types").AuthScheme
97
+ ) => Promise<import("@smithy/types").RequestSigner>);
98
+ signingEscapePath?: boolean;
99
+ systemClockOffset?: number;
100
+ signingRegion?: string;
101
+ signerConstructor?: new (
102
+ options: import("@smithy/signature-v4").SignatureV4Init &
103
+ import("@smithy/signature-v4").SignatureV4CryptoInit
104
+ ) => import("@smithy/types").RequestSigner;
105
+ };
@@ -0,0 +1,30 @@
1
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
2
+ import { ConnectHealthClientConfig } from "./ConnectHealthClient";
3
+ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
4
+ apiVersion: string;
5
+ base64Decoder: import("@smithy/types").Decoder;
6
+ base64Encoder: (_input: Uint8Array | string) => string;
7
+ disableHostPrefix: boolean;
8
+ endpointProvider: (
9
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
+ context?: {
11
+ logger?: import("@smithy/types").Logger;
12
+ }
13
+ ) => import("@smithy/types").EndpointV2;
14
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
15
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
16
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
17
+ logger: import("@smithy/types").Logger;
18
+ protocol:
19
+ | import("@smithy/types").ClientProtocol<any, any>
20
+ | import("@smithy/types").ClientProtocolCtor<any, any>
21
+ | typeof AwsRestJsonProtocol;
22
+ protocolSettings: {
23
+ [setting: string]: unknown;
24
+ defaultNamespace?: string;
25
+ };
26
+ serviceId: string;
27
+ urlParser: import("@smithy/types").UrlParser;
28
+ utf8Decoder: import("@smithy/types").Decoder;
29
+ utf8Encoder: (input: Uint8Array | string) => string;
30
+ };
@@ -0,0 +1,11 @@
1
+ import { ConnectHealthExtensionConfiguration } from "./extensionConfiguration";
2
+ export interface RuntimeExtension {
3
+ configure(extensionConfiguration: ConnectHealthExtensionConfiguration): void;
4
+ }
5
+ export interface RuntimeExtensionsConfig {
6
+ extensions: RuntimeExtension[];
7
+ }
8
+ export declare const resolveRuntimeExtensions: (
9
+ runtimeConfig: any,
10
+ extensions: RuntimeExtension[]
11
+ ) => any;
@@ -0,0 +1,100 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
2
+ import {
3
+ StaticErrorSchema,
4
+ StaticOperationSchema,
5
+ StaticStructureSchema,
6
+ StaticUnionSchema,
7
+ } from "@smithy/types";
8
+ export declare var ConnectHealthServiceException$: StaticErrorSchema;
9
+ export declare var AccessDeniedException$: StaticErrorSchema;
10
+ export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var InternalServerException$: StaticErrorSchema;
12
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
13
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
14
+ export declare var ThrottlingException$: StaticErrorSchema;
15
+ export declare var ValidationException$: StaticErrorSchema;
16
+ export declare const errorTypeRegistries: TypeRegistry[];
17
+ export declare var ActivateSubscriptionInput$: StaticStructureSchema;
18
+ export declare var ActivateSubscriptionOutput$: StaticStructureSchema;
19
+ export declare var ArtifactDetails$: StaticStructureSchema;
20
+ export declare var ClinicalNoteGenerationResult$: StaticStructureSchema;
21
+ export declare var ClinicalNoteGenerationSettings$: StaticStructureSchema;
22
+ export declare var ClinicalNoteGenerationSettingsResponse$: StaticStructureSchema;
23
+ export declare var CreateDomainInput$: StaticStructureSchema;
24
+ export declare var CreateDomainOutput$: StaticStructureSchema;
25
+ export declare var CreateSubscriptionInput$: StaticStructureSchema;
26
+ export declare var CreateSubscriptionOutput$: StaticStructureSchema;
27
+ export declare var CreateWebAppConfiguration$: StaticStructureSchema;
28
+ export declare var CustomTemplate$: StaticStructureSchema;
29
+ export declare var CustomTemplateResponse$: StaticStructureSchema;
30
+ export declare var DeactivateSubscriptionInput$: StaticStructureSchema;
31
+ export declare var DeactivateSubscriptionOutput$: StaticStructureSchema;
32
+ export declare var DeleteDomainInput$: StaticStructureSchema;
33
+ export declare var DeleteDomainOutput$: StaticStructureSchema;
34
+ export declare var DomainSummary$: StaticStructureSchema;
35
+ export declare var EncounterContext$: StaticStructureSchema;
36
+ export declare var EncryptionContext$: StaticStructureSchema;
37
+ export declare var FHIRServer$: StaticStructureSchema;
38
+ export declare var GetDomainInput$: StaticStructureSchema;
39
+ export declare var GetDomainOutput$: StaticStructureSchema;
40
+ export declare var GetMedicalScribeListeningSessionInput$: StaticStructureSchema;
41
+ export declare var GetMedicalScribeListeningSessionOutput$: StaticStructureSchema;
42
+ export declare var GetPatientInsightsJobRequest$: StaticStructureSchema;
43
+ export declare var GetPatientInsightsJobResponse$: StaticStructureSchema;
44
+ export declare var GetSubscriptionInput$: StaticStructureSchema;
45
+ export declare var GetSubscriptionOutput$: StaticStructureSchema;
46
+ export declare var InputDataConfig$: StaticStructureSchema;
47
+ export declare var InsightsContext$: StaticStructureSchema;
48
+ export declare var InsightsOutput$: StaticStructureSchema;
49
+ export declare var ListDomainsInput$: StaticStructureSchema;
50
+ export declare var ListDomainsOutput$: StaticStructureSchema;
51
+ export declare var ListSubscriptionsInput$: StaticStructureSchema;
52
+ export declare var ListSubscriptionsOutput$: StaticStructureSchema;
53
+ export declare var ListTagsForResourceInput$: StaticStructureSchema;
54
+ export declare var ListTagsForResourceOutput$: StaticStructureSchema;
55
+ export declare var ManagedTemplate$: StaticStructureSchema;
56
+ export declare var ManagedTemplateResponse$: StaticStructureSchema;
57
+ export declare var MedicalScribeAudioEvent$: StaticStructureSchema;
58
+ export declare var MedicalScribeChannelDefinition$: StaticStructureSchema;
59
+ export declare var MedicalScribeConfigurationEvent$: StaticStructureSchema;
60
+ export declare var MedicalScribeListeningSessionDetails$: StaticStructureSchema;
61
+ export declare var MedicalScribePostStreamActionSettings$: StaticStructureSchema;
62
+ export declare var MedicalScribePostStreamActionSettingsResponse$: StaticStructureSchema;
63
+ export declare var MedicalScribePostStreamActionsResult$: StaticStructureSchema;
64
+ export declare var MedicalScribeSessionControlEvent$: StaticStructureSchema;
65
+ export declare var MedicalScribeTranscriptEvent$: StaticStructureSchema;
66
+ export declare var MedicalScribeTranscriptSegment$: StaticStructureSchema;
67
+ export declare var OutputDataConfig$: StaticStructureSchema;
68
+ export declare var PatientInsightsEncounterContext$: StaticStructureSchema;
69
+ export declare var PatientInsightsPatientContext$: StaticStructureSchema;
70
+ export declare var S3Source$: StaticStructureSchema;
71
+ export declare var StartMedicalScribeListeningSessionInput$: StaticStructureSchema;
72
+ export declare var StartMedicalScribeListeningSessionOutput$: StaticStructureSchema;
73
+ export declare var StartPatientInsightsJobRequest$: StaticStructureSchema;
74
+ export declare var StartPatientInsightsJobResponse$: StaticStructureSchema;
75
+ export declare var SubscriptionDescription$: StaticStructureSchema;
76
+ export declare var TagResourceInput$: StaticStructureSchema;
77
+ export declare var TemplateSectionInstruction$: StaticStructureSchema;
78
+ export declare var UntagResourceInput$: StaticStructureSchema;
79
+ export declare var UserContext$: StaticStructureSchema;
80
+ export declare var WebAppConfiguration$: StaticStructureSchema;
81
+ export declare var MedicalScribeInputStream$: StaticUnionSchema;
82
+ export declare var MedicalScribeOutputStream$: StaticUnionSchema;
83
+ export declare var NoteTemplateSettings$: StaticUnionSchema;
84
+ export declare var NoteTemplateSettingsResponse$: StaticUnionSchema;
85
+ export declare var ActivateSubscription$: StaticOperationSchema;
86
+ export declare var CreateDomain$: StaticOperationSchema;
87
+ export declare var CreateSubscription$: StaticOperationSchema;
88
+ export declare var DeactivateSubscription$: StaticOperationSchema;
89
+ export declare var DeleteDomain$: StaticOperationSchema;
90
+ export declare var GetDomain$: StaticOperationSchema;
91
+ export declare var GetMedicalScribeListeningSession$: StaticOperationSchema;
92
+ export declare var GetPatientInsightsJob$: StaticOperationSchema;
93
+ export declare var GetSubscription$: StaticOperationSchema;
94
+ export declare var ListDomains$: StaticOperationSchema;
95
+ export declare var ListSubscriptions$: StaticOperationSchema;
96
+ export declare var ListTagsForResource$: StaticOperationSchema;
97
+ export declare var StartMedicalScribeListeningSession$: StaticOperationSchema;
98
+ export declare var StartPatientInsightsJob$: StaticOperationSchema;
99
+ export declare var TagResource$: StaticOperationSchema;
100
+ export declare var UntagResource$: StaticOperationSchema;
package/package.json ADDED
@@ -0,0 +1,105 @@
1
+ {
2
+ "name": "@aws-sdk/client-connecthealth",
3
+ "description": "AWS SDK for JavaScript Connecthealth Client for Node.js, Browser and React Native",
4
+ "version": "3.1003.0",
5
+ "scripts": {
6
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
+ "build:cjs": "node ../../scripts/compilation/inline client-connecthealth",
8
+ "build:es": "tsc -p tsconfig.es.json",
9
+ "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
+ "build:types": "tsc -p tsconfig.types.json",
11
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
13
+ "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs",
14
+ "extract:docs": "api-extractor run --local",
15
+ "generate:client": "node ../../scripts/generate-clients/single-service --solo connecthealth"
16
+ },
17
+ "main": "./dist-cjs/index.js",
18
+ "types": "./dist-types/index.d.ts",
19
+ "module": "./dist-es/index.js",
20
+ "sideEffects": false,
21
+ "dependencies": {
22
+ "@aws-crypto/sha256-browser": "5.2.0",
23
+ "@aws-crypto/sha256-js": "5.2.0",
24
+ "@aws-sdk/core": "^3.973.18",
25
+ "@aws-sdk/credential-provider-node": "^3.972.17",
26
+ "@aws-sdk/eventstream-handler-node": "^3.972.10",
27
+ "@aws-sdk/middleware-eventstream": "^3.972.7",
28
+ "@aws-sdk/middleware-host-header": "^3.972.7",
29
+ "@aws-sdk/middleware-logger": "^3.972.7",
30
+ "@aws-sdk/middleware-recursion-detection": "^3.972.7",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.18",
32
+ "@aws-sdk/region-config-resolver": "^3.972.7",
33
+ "@aws-sdk/types": "^3.973.5",
34
+ "@aws-sdk/util-endpoints": "^3.996.4",
35
+ "@aws-sdk/util-user-agent-browser": "^3.972.7",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.3",
37
+ "@smithy/config-resolver": "^4.4.10",
38
+ "@smithy/core": "^3.23.8",
39
+ "@smithy/eventstream-serde-browser": "^4.2.11",
40
+ "@smithy/eventstream-serde-config-resolver": "^4.3.11",
41
+ "@smithy/eventstream-serde-node": "^4.2.11",
42
+ "@smithy/fetch-http-handler": "^5.3.13",
43
+ "@smithy/hash-node": "^4.2.11",
44
+ "@smithy/invalid-dependency": "^4.2.11",
45
+ "@smithy/middleware-content-length": "^4.2.11",
46
+ "@smithy/middleware-endpoint": "^4.4.22",
47
+ "@smithy/middleware-retry": "^4.4.39",
48
+ "@smithy/middleware-serde": "^4.2.12",
49
+ "@smithy/middleware-stack": "^4.2.11",
50
+ "@smithy/node-config-provider": "^4.3.11",
51
+ "@smithy/node-http-handler": "^4.4.14",
52
+ "@smithy/protocol-http": "^5.3.11",
53
+ "@smithy/smithy-client": "^4.12.2",
54
+ "@smithy/types": "^4.13.0",
55
+ "@smithy/url-parser": "^4.2.11",
56
+ "@smithy/util-base64": "^4.3.2",
57
+ "@smithy/util-body-length-browser": "^4.2.2",
58
+ "@smithy/util-body-length-node": "^4.2.3",
59
+ "@smithy/util-defaults-mode-browser": "^4.3.38",
60
+ "@smithy/util-defaults-mode-node": "^4.2.41",
61
+ "@smithy/util-endpoints": "^3.3.2",
62
+ "@smithy/util-middleware": "^4.2.11",
63
+ "@smithy/util-retry": "^4.2.11",
64
+ "@smithy/util-utf8": "^4.2.2",
65
+ "tslib": "^2.6.2"
66
+ },
67
+ "devDependencies": {
68
+ "@tsconfig/node20": "20.1.8",
69
+ "@types/node": "^20.14.8",
70
+ "concurrently": "7.0.0",
71
+ "downlevel-dts": "0.10.1",
72
+ "premove": "4.0.0",
73
+ "typescript": "~5.8.3"
74
+ },
75
+ "engines": {
76
+ "node": ">=20.0.0"
77
+ },
78
+ "typesVersions": {
79
+ "<4.5": {
80
+ "dist-types/*": [
81
+ "dist-types/ts3.4/*"
82
+ ]
83
+ }
84
+ },
85
+ "files": [
86
+ "dist-*/**"
87
+ ],
88
+ "author": {
89
+ "name": "AWS SDK for JavaScript Team",
90
+ "url": "https://aws.amazon.com/javascript/"
91
+ },
92
+ "license": "Apache-2.0",
93
+ "browser": {
94
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
95
+ },
96
+ "react-native": {
97
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
98
+ },
99
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-connecthealth",
100
+ "repository": {
101
+ "type": "git",
102
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
103
+ "directory": "clients/client-connecthealth"
104
+ }
105
+ }