@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,8 @@
1
+ import type { PaginationConfiguration } from "@smithy/types";
2
+ import { ConnectHealthClient } from "../ConnectHealthClient";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface ConnectHealthPaginationConfiguration extends PaginationConfiguration {
7
+ client: ConnectHealthClient;
8
+ }
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
3
+ import { ConnectHealthPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListDomains: (config: ConnectHealthPaginationConfiguration, input: ListDomainsCommandInput, ...rest: any[]) => Paginator<ListDomainsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "../commands/ListSubscriptionsCommand";
3
+ import { ConnectHealthPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListSubscriptions: (config: ConnectHealthPaginationConfiguration, input: ListSubscriptionsCommandInput, ...rest: any[]) => Paginator<ListSubscriptionsCommandOutput>;
@@ -0,0 +1,3 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListDomainsPaginator";
3
+ export * from "./ListSubscriptionsPaginator";
@@ -0,0 +1,57 @@
1
+ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
+ import type { ConnectHealthClientConfig } from "./ConnectHealthClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
7
+ runtime: string;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
+ eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
13
+ eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
14
+ maxAttempts: number | import("@smithy/types").Provider<number>;
15
+ region: string | import("@smithy/types").Provider<any>;
16
+ requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
17
+ retryMode: string | import("@smithy/types").Provider<string>;
18
+ sha256: import("@smithy/types").HashConstructor;
19
+ streamCollector: import("@smithy/types").StreamCollector;
20
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
+ useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
22
+ cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
29
+ urlParser: import("@smithy/types").UrlParser;
30
+ base64Decoder: import("@smithy/types").Decoder;
31
+ base64Encoder: (_input: Uint8Array | string) => string;
32
+ utf8Decoder: import("@smithy/types").Decoder;
33
+ utf8Encoder: (input: Uint8Array | string) => string;
34
+ disableHostPrefix: boolean;
35
+ serviceId: string;
36
+ profile?: string;
37
+ logger: import("@smithy/types").Logger;
38
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
39
+ customUserAgent?: string | import("@smithy/types").UserAgent;
40
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
41
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
42
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
43
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
44
+ logger?: import("@smithy/types").Logger;
45
+ }) => import("@smithy/types").EndpointV2;
46
+ tls?: boolean;
47
+ serviceConfiguredEndpoint?: never;
48
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
49
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
50
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
51
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
52
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
53
+ signingEscapePath?: boolean;
54
+ systemClockOffset?: number;
55
+ signingRegion?: string;
56
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
57
+ };
@@ -0,0 +1,57 @@
1
+ import { NodeHttp2Handler as RequestHandler } from "@smithy/node-http-handler";
2
+ import type { ConnectHealthClientConfig } from "./ConnectHealthClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
7
+ runtime: string;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
+ eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
14
+ eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
15
+ maxAttempts: number | import("@smithy/types").Provider<number>;
16
+ region: string | import("@smithy/types").Provider<string>;
17
+ requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
18
+ retryMode: string | import("@smithy/types").Provider<string>;
19
+ sha256: import("@smithy/types").HashConstructor;
20
+ streamCollector: import("@smithy/types").StreamCollector;
21
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
24
+ cacheMiddleware?: boolean | undefined;
25
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
26
+ protocolSettings: {
27
+ defaultNamespace?: string;
28
+ [setting: string]: unknown;
29
+ };
30
+ apiVersion: string;
31
+ urlParser: import("@smithy/types").UrlParser;
32
+ base64Decoder: import("@smithy/types").Decoder;
33
+ base64Encoder: (_input: Uint8Array | string) => string;
34
+ utf8Decoder: import("@smithy/types").Decoder;
35
+ utf8Encoder: (input: Uint8Array | string) => string;
36
+ disableHostPrefix: boolean;
37
+ serviceId: string;
38
+ profile?: string;
39
+ logger: import("@smithy/types").Logger;
40
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ customUserAgent?: string | import("@smithy/types").UserAgent;
42
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
43
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
44
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
45
+ logger?: import("@smithy/types").Logger;
46
+ }) => import("@smithy/types").EndpointV2;
47
+ tls?: boolean;
48
+ serviceConfiguredEndpoint?: never;
49
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
50
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
51
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
52
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
53
+ signingEscapePath?: boolean;
54
+ systemClockOffset?: number;
55
+ signingRegion?: string;
56
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
57
+ };
@@ -0,0 +1,56 @@
1
+ import type { ConnectHealthClientConfig } from "./ConnectHealthClient";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
6
+ runtime: string;
7
+ eventStreamPayloadHandlerProvider: import("@smithy/types").EventStreamPayloadHandlerProvider;
8
+ sha256: import("@smithy/types").HashConstructor;
9
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
10
+ cacheMiddleware?: boolean;
11
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
12
+ protocolSettings: {
13
+ defaultNamespace?: string;
14
+ [setting: string]: unknown;
15
+ };
16
+ apiVersion: string;
17
+ urlParser: import("@smithy/types").UrlParser;
18
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
19
+ streamCollector: import("@smithy/types").StreamCollector;
20
+ base64Decoder: import("@smithy/types").Decoder;
21
+ base64Encoder: (_input: Uint8Array | string) => string;
22
+ utf8Decoder: import("@smithy/types").Decoder;
23
+ utf8Encoder: (input: Uint8Array | string) => string;
24
+ disableHostPrefix: boolean;
25
+ serviceId: string;
26
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
27
+ useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
28
+ region: string | import("@smithy/types").Provider<any>;
29
+ profile?: string;
30
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
31
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
32
+ maxAttempts: number | import("@smithy/types").Provider<number>;
33
+ retryMode: string | import("@smithy/types").Provider<string>;
34
+ logger: import("@smithy/types").Logger;
35
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
36
+ eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
37
+ defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
38
+ customUserAgent?: string | import("@smithy/types").UserAgent;
39
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
40
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
41
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
42
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
43
+ logger?: import("@smithy/types").Logger;
44
+ }) => import("@smithy/types").EndpointV2;
45
+ tls?: boolean;
46
+ serviceConfiguredEndpoint?: never;
47
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
48
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
49
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHealthHttpAuthSchemeProvider;
50
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
51
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
52
+ signingEscapePath?: boolean;
53
+ systemClockOffset?: number;
54
+ signingRegion?: string;
55
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
56
+ };
@@ -0,0 +1,27 @@
1
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
2
+ import type { ConnectHealthClientConfig } from "./ConnectHealthClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: ConnectHealthClientConfig) => {
7
+ apiVersion: string;
8
+ base64Decoder: import("@smithy/types").Decoder;
9
+ base64Encoder: (_input: Uint8Array | string) => string;
10
+ disableHostPrefix: boolean;
11
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
12
+ logger?: import("@smithy/types").Logger;
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: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
23
+ serviceId: string;
24
+ urlParser: import("@smithy/types").UrlParser;
25
+ utf8Decoder: import("@smithy/types").Decoder;
26
+ utf8Encoder: (input: Uint8Array | string) => string;
27
+ };
@@ -0,0 +1,17 @@
1
+ import type { ConnectHealthExtensionConfiguration } from "./extensionConfiguration";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface RuntimeExtension {
6
+ configure(extensionConfiguration: ConnectHealthExtensionConfiguration): void;
7
+ }
8
+ /**
9
+ * @public
10
+ */
11
+ export interface RuntimeExtensionsConfig {
12
+ extensions: RuntimeExtension[];
13
+ }
14
+ /**
15
+ * @internal
16
+ */
17
+ export declare const resolveRuntimeExtensions: (runtimeConfig: any, extensions: RuntimeExtension[]) => any;
@@ -0,0 +1,100 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
2
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var ConnectHealthServiceException$: StaticErrorSchema;
4
+ export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServerException$: StaticErrorSchema;
7
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
8
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
9
+ export declare var ThrottlingException$: StaticErrorSchema;
10
+ export declare var ValidationException$: StaticErrorSchema;
11
+ /**
12
+ * TypeRegistry instances containing modeled errors.
13
+ * @internal
14
+ *
15
+ */
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;
@@ -0,0 +1,304 @@
1
+ import {
2
+ HttpHandlerOptions as __HttpHandlerOptions,
3
+ PaginationConfiguration,
4
+ Paginator,
5
+ } from "@smithy/types";
6
+ import {
7
+ ActivateSubscriptionCommandInput,
8
+ ActivateSubscriptionCommandOutput,
9
+ } from "./commands/ActivateSubscriptionCommand";
10
+ import {
11
+ CreateDomainCommandInput,
12
+ CreateDomainCommandOutput,
13
+ } from "./commands/CreateDomainCommand";
14
+ import {
15
+ CreateSubscriptionCommandInput,
16
+ CreateSubscriptionCommandOutput,
17
+ } from "./commands/CreateSubscriptionCommand";
18
+ import {
19
+ DeactivateSubscriptionCommandInput,
20
+ DeactivateSubscriptionCommandOutput,
21
+ } from "./commands/DeactivateSubscriptionCommand";
22
+ import {
23
+ DeleteDomainCommandInput,
24
+ DeleteDomainCommandOutput,
25
+ } from "./commands/DeleteDomainCommand";
26
+ import {
27
+ GetDomainCommandInput,
28
+ GetDomainCommandOutput,
29
+ } from "./commands/GetDomainCommand";
30
+ import {
31
+ GetMedicalScribeListeningSessionCommandInput,
32
+ GetMedicalScribeListeningSessionCommandOutput,
33
+ } from "./commands/GetMedicalScribeListeningSessionCommand";
34
+ import {
35
+ GetPatientInsightsJobCommandInput,
36
+ GetPatientInsightsJobCommandOutput,
37
+ } from "./commands/GetPatientInsightsJobCommand";
38
+ import {
39
+ GetSubscriptionCommandInput,
40
+ GetSubscriptionCommandOutput,
41
+ } from "./commands/GetSubscriptionCommand";
42
+ import {
43
+ ListDomainsCommandInput,
44
+ ListDomainsCommandOutput,
45
+ } from "./commands/ListDomainsCommand";
46
+ import {
47
+ ListSubscriptionsCommandInput,
48
+ ListSubscriptionsCommandOutput,
49
+ } from "./commands/ListSubscriptionsCommand";
50
+ import {
51
+ ListTagsForResourceCommandInput,
52
+ ListTagsForResourceCommandOutput,
53
+ } from "./commands/ListTagsForResourceCommand";
54
+ import {
55
+ StartMedicalScribeListeningSessionCommandInput,
56
+ StartMedicalScribeListeningSessionCommandOutput,
57
+ } from "./commands/StartMedicalScribeListeningSessionCommand";
58
+ import {
59
+ StartPatientInsightsJobCommandInput,
60
+ StartPatientInsightsJobCommandOutput,
61
+ } from "./commands/StartPatientInsightsJobCommand";
62
+ import {
63
+ TagResourceCommandInput,
64
+ TagResourceCommandOutput,
65
+ } from "./commands/TagResourceCommand";
66
+ import {
67
+ UntagResourceCommandInput,
68
+ UntagResourceCommandOutput,
69
+ } from "./commands/UntagResourceCommand";
70
+ import { ConnectHealthClient } from "./ConnectHealthClient";
71
+ export interface ConnectHealth {
72
+ activateSubscription(
73
+ args: ActivateSubscriptionCommandInput,
74
+ options?: __HttpHandlerOptions
75
+ ): Promise<ActivateSubscriptionCommandOutput>;
76
+ activateSubscription(
77
+ args: ActivateSubscriptionCommandInput,
78
+ cb: (err: any, data?: ActivateSubscriptionCommandOutput) => void
79
+ ): void;
80
+ activateSubscription(
81
+ args: ActivateSubscriptionCommandInput,
82
+ options: __HttpHandlerOptions,
83
+ cb: (err: any, data?: ActivateSubscriptionCommandOutput) => void
84
+ ): void;
85
+ createDomain(
86
+ args: CreateDomainCommandInput,
87
+ options?: __HttpHandlerOptions
88
+ ): Promise<CreateDomainCommandOutput>;
89
+ createDomain(
90
+ args: CreateDomainCommandInput,
91
+ cb: (err: any, data?: CreateDomainCommandOutput) => void
92
+ ): void;
93
+ createDomain(
94
+ args: CreateDomainCommandInput,
95
+ options: __HttpHandlerOptions,
96
+ cb: (err: any, data?: CreateDomainCommandOutput) => void
97
+ ): void;
98
+ createSubscription(
99
+ args: CreateSubscriptionCommandInput,
100
+ options?: __HttpHandlerOptions
101
+ ): Promise<CreateSubscriptionCommandOutput>;
102
+ createSubscription(
103
+ args: CreateSubscriptionCommandInput,
104
+ cb: (err: any, data?: CreateSubscriptionCommandOutput) => void
105
+ ): void;
106
+ createSubscription(
107
+ args: CreateSubscriptionCommandInput,
108
+ options: __HttpHandlerOptions,
109
+ cb: (err: any, data?: CreateSubscriptionCommandOutput) => void
110
+ ): void;
111
+ deactivateSubscription(
112
+ args: DeactivateSubscriptionCommandInput,
113
+ options?: __HttpHandlerOptions
114
+ ): Promise<DeactivateSubscriptionCommandOutput>;
115
+ deactivateSubscription(
116
+ args: DeactivateSubscriptionCommandInput,
117
+ cb: (err: any, data?: DeactivateSubscriptionCommandOutput) => void
118
+ ): void;
119
+ deactivateSubscription(
120
+ args: DeactivateSubscriptionCommandInput,
121
+ options: __HttpHandlerOptions,
122
+ cb: (err: any, data?: DeactivateSubscriptionCommandOutput) => void
123
+ ): void;
124
+ deleteDomain(
125
+ args: DeleteDomainCommandInput,
126
+ options?: __HttpHandlerOptions
127
+ ): Promise<DeleteDomainCommandOutput>;
128
+ deleteDomain(
129
+ args: DeleteDomainCommandInput,
130
+ cb: (err: any, data?: DeleteDomainCommandOutput) => void
131
+ ): void;
132
+ deleteDomain(
133
+ args: DeleteDomainCommandInput,
134
+ options: __HttpHandlerOptions,
135
+ cb: (err: any, data?: DeleteDomainCommandOutput) => void
136
+ ): void;
137
+ getDomain(
138
+ args: GetDomainCommandInput,
139
+ options?: __HttpHandlerOptions
140
+ ): Promise<GetDomainCommandOutput>;
141
+ getDomain(
142
+ args: GetDomainCommandInput,
143
+ cb: (err: any, data?: GetDomainCommandOutput) => void
144
+ ): void;
145
+ getDomain(
146
+ args: GetDomainCommandInput,
147
+ options: __HttpHandlerOptions,
148
+ cb: (err: any, data?: GetDomainCommandOutput) => void
149
+ ): void;
150
+ getMedicalScribeListeningSession(
151
+ args: GetMedicalScribeListeningSessionCommandInput,
152
+ options?: __HttpHandlerOptions
153
+ ): Promise<GetMedicalScribeListeningSessionCommandOutput>;
154
+ getMedicalScribeListeningSession(
155
+ args: GetMedicalScribeListeningSessionCommandInput,
156
+ cb: (err: any, data?: GetMedicalScribeListeningSessionCommandOutput) => void
157
+ ): void;
158
+ getMedicalScribeListeningSession(
159
+ args: GetMedicalScribeListeningSessionCommandInput,
160
+ options: __HttpHandlerOptions,
161
+ cb: (err: any, data?: GetMedicalScribeListeningSessionCommandOutput) => void
162
+ ): void;
163
+ getPatientInsightsJob(
164
+ args: GetPatientInsightsJobCommandInput,
165
+ options?: __HttpHandlerOptions
166
+ ): Promise<GetPatientInsightsJobCommandOutput>;
167
+ getPatientInsightsJob(
168
+ args: GetPatientInsightsJobCommandInput,
169
+ cb: (err: any, data?: GetPatientInsightsJobCommandOutput) => void
170
+ ): void;
171
+ getPatientInsightsJob(
172
+ args: GetPatientInsightsJobCommandInput,
173
+ options: __HttpHandlerOptions,
174
+ cb: (err: any, data?: GetPatientInsightsJobCommandOutput) => void
175
+ ): void;
176
+ getSubscription(
177
+ args: GetSubscriptionCommandInput,
178
+ options?: __HttpHandlerOptions
179
+ ): Promise<GetSubscriptionCommandOutput>;
180
+ getSubscription(
181
+ args: GetSubscriptionCommandInput,
182
+ cb: (err: any, data?: GetSubscriptionCommandOutput) => void
183
+ ): void;
184
+ getSubscription(
185
+ args: GetSubscriptionCommandInput,
186
+ options: __HttpHandlerOptions,
187
+ cb: (err: any, data?: GetSubscriptionCommandOutput) => void
188
+ ): void;
189
+ listDomains(): Promise<ListDomainsCommandOutput>;
190
+ listDomains(
191
+ args: ListDomainsCommandInput,
192
+ options?: __HttpHandlerOptions
193
+ ): Promise<ListDomainsCommandOutput>;
194
+ listDomains(
195
+ args: ListDomainsCommandInput,
196
+ cb: (err: any, data?: ListDomainsCommandOutput) => void
197
+ ): void;
198
+ listDomains(
199
+ args: ListDomainsCommandInput,
200
+ options: __HttpHandlerOptions,
201
+ cb: (err: any, data?: ListDomainsCommandOutput) => void
202
+ ): void;
203
+ listSubscriptions(
204
+ args: ListSubscriptionsCommandInput,
205
+ options?: __HttpHandlerOptions
206
+ ): Promise<ListSubscriptionsCommandOutput>;
207
+ listSubscriptions(
208
+ args: ListSubscriptionsCommandInput,
209
+ cb: (err: any, data?: ListSubscriptionsCommandOutput) => void
210
+ ): void;
211
+ listSubscriptions(
212
+ args: ListSubscriptionsCommandInput,
213
+ options: __HttpHandlerOptions,
214
+ cb: (err: any, data?: ListSubscriptionsCommandOutput) => void
215
+ ): void;
216
+ listTagsForResource(
217
+ args: ListTagsForResourceCommandInput,
218
+ options?: __HttpHandlerOptions
219
+ ): Promise<ListTagsForResourceCommandOutput>;
220
+ listTagsForResource(
221
+ args: ListTagsForResourceCommandInput,
222
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
223
+ ): void;
224
+ listTagsForResource(
225
+ args: ListTagsForResourceCommandInput,
226
+ options: __HttpHandlerOptions,
227
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
228
+ ): void;
229
+ startMedicalScribeListeningSession(
230
+ args: StartMedicalScribeListeningSessionCommandInput,
231
+ options?: __HttpHandlerOptions
232
+ ): Promise<StartMedicalScribeListeningSessionCommandOutput>;
233
+ startMedicalScribeListeningSession(
234
+ args: StartMedicalScribeListeningSessionCommandInput,
235
+ cb: (
236
+ err: any,
237
+ data?: StartMedicalScribeListeningSessionCommandOutput
238
+ ) => void
239
+ ): void;
240
+ startMedicalScribeListeningSession(
241
+ args: StartMedicalScribeListeningSessionCommandInput,
242
+ options: __HttpHandlerOptions,
243
+ cb: (
244
+ err: any,
245
+ data?: StartMedicalScribeListeningSessionCommandOutput
246
+ ) => void
247
+ ): void;
248
+ startPatientInsightsJob(
249
+ args: StartPatientInsightsJobCommandInput,
250
+ options?: __HttpHandlerOptions
251
+ ): Promise<StartPatientInsightsJobCommandOutput>;
252
+ startPatientInsightsJob(
253
+ args: StartPatientInsightsJobCommandInput,
254
+ cb: (err: any, data?: StartPatientInsightsJobCommandOutput) => void
255
+ ): void;
256
+ startPatientInsightsJob(
257
+ args: StartPatientInsightsJobCommandInput,
258
+ options: __HttpHandlerOptions,
259
+ cb: (err: any, data?: StartPatientInsightsJobCommandOutput) => void
260
+ ): void;
261
+ tagResource(
262
+ args: TagResourceCommandInput,
263
+ options?: __HttpHandlerOptions
264
+ ): Promise<TagResourceCommandOutput>;
265
+ tagResource(
266
+ args: TagResourceCommandInput,
267
+ cb: (err: any, data?: TagResourceCommandOutput) => void
268
+ ): void;
269
+ tagResource(
270
+ args: TagResourceCommandInput,
271
+ options: __HttpHandlerOptions,
272
+ cb: (err: any, data?: TagResourceCommandOutput) => void
273
+ ): void;
274
+ untagResource(
275
+ args: UntagResourceCommandInput,
276
+ options?: __HttpHandlerOptions
277
+ ): Promise<UntagResourceCommandOutput>;
278
+ untagResource(
279
+ args: UntagResourceCommandInput,
280
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
281
+ ): void;
282
+ untagResource(
283
+ args: UntagResourceCommandInput,
284
+ options: __HttpHandlerOptions,
285
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
286
+ ): void;
287
+ paginateListDomains(
288
+ args?: ListDomainsCommandInput,
289
+ paginationConfig?: Pick<
290
+ PaginationConfiguration,
291
+ Exclude<keyof PaginationConfiguration, "client">
292
+ >
293
+ ): Paginator<ListDomainsCommandOutput>;
294
+ paginateListSubscriptions(
295
+ args: ListSubscriptionsCommandInput,
296
+ paginationConfig?: Pick<
297
+ PaginationConfiguration,
298
+ Exclude<keyof PaginationConfiguration, "client">
299
+ >
300
+ ): Paginator<ListSubscriptionsCommandOutput>;
301
+ }
302
+ export declare class ConnectHealth
303
+ extends ConnectHealthClient
304
+ implements ConnectHealth {}