@aws-sdk/client-connecthealth 3.1019.0 → 3.1020.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.
@@ -8,12 +8,12 @@ import { GetDomainCommand } from "./commands/GetDomainCommand";
8
8
  import { GetMedicalScribeListeningSessionCommand, } from "./commands/GetMedicalScribeListeningSessionCommand";
9
9
  import { GetPatientInsightsJobCommand, } from "./commands/GetPatientInsightsJobCommand";
10
10
  import { GetSubscriptionCommand, } from "./commands/GetSubscriptionCommand";
11
- import { ListDomainsCommand } from "./commands/ListDomainsCommand";
11
+ import { ListDomainsCommand, } from "./commands/ListDomainsCommand";
12
12
  import { ListSubscriptionsCommand, } from "./commands/ListSubscriptionsCommand";
13
13
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
14
14
  import { StartMedicalScribeListeningSessionCommand, } from "./commands/StartMedicalScribeListeningSessionCommand";
15
15
  import { StartPatientInsightsJobCommand, } from "./commands/StartPatientInsightsJobCommand";
16
- import { TagResourceCommand } from "./commands/TagResourceCommand";
16
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
17
17
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
18
18
  import { ConnectHealthClient } from "./ConnectHealthClient";
19
19
  import { paginateListDomains } from "./pagination/ListDomainsPaginator";
@@ -1,20 +1,20 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { ActivateSubscriptionCommandInput, ActivateSubscriptionCommandOutput } from "./commands/ActivateSubscriptionCommand";
3
- import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
4
- import { CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput } from "./commands/CreateSubscriptionCommand";
5
- import { DeactivateSubscriptionCommandInput, DeactivateSubscriptionCommandOutput } from "./commands/DeactivateSubscriptionCommand";
6
- import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
7
- import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
8
- import { GetMedicalScribeListeningSessionCommandInput, GetMedicalScribeListeningSessionCommandOutput } from "./commands/GetMedicalScribeListeningSessionCommand";
9
- import { GetPatientInsightsJobCommandInput, GetPatientInsightsJobCommandOutput } from "./commands/GetPatientInsightsJobCommand";
10
- import { GetSubscriptionCommandInput, GetSubscriptionCommandOutput } from "./commands/GetSubscriptionCommand";
11
- import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
12
- import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
13
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
14
- import { StartMedicalScribeListeningSessionCommandInput, StartMedicalScribeListeningSessionCommandOutput } from "./commands/StartMedicalScribeListeningSessionCommand";
15
- import { StartPatientInsightsJobCommandInput, StartPatientInsightsJobCommandOutput } from "./commands/StartPatientInsightsJobCommand";
16
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
17
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
2
+ import { type ActivateSubscriptionCommandInput, type ActivateSubscriptionCommandOutput } from "./commands/ActivateSubscriptionCommand";
3
+ import { type CreateDomainCommandInput, type CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
4
+ import { type CreateSubscriptionCommandInput, type CreateSubscriptionCommandOutput } from "./commands/CreateSubscriptionCommand";
5
+ import { type DeactivateSubscriptionCommandInput, type DeactivateSubscriptionCommandOutput } from "./commands/DeactivateSubscriptionCommand";
6
+ import { type DeleteDomainCommandInput, type DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
7
+ import { type GetDomainCommandInput, type GetDomainCommandOutput } from "./commands/GetDomainCommand";
8
+ import { type GetMedicalScribeListeningSessionCommandInput, type GetMedicalScribeListeningSessionCommandOutput } from "./commands/GetMedicalScribeListeningSessionCommand";
9
+ import { type GetPatientInsightsJobCommandInput, type GetPatientInsightsJobCommandOutput } from "./commands/GetPatientInsightsJobCommand";
10
+ import { type GetSubscriptionCommandInput, type GetSubscriptionCommandOutput } from "./commands/GetSubscriptionCommand";
11
+ import { type ListDomainsCommandInput, type ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
12
+ import { type ListSubscriptionsCommandInput, type ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
13
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
14
+ import { type StartMedicalScribeListeningSessionCommandInput, type StartMedicalScribeListeningSessionCommandOutput } from "./commands/StartMedicalScribeListeningSessionCommand";
15
+ import { type StartPatientInsightsJobCommandInput, type StartPatientInsightsJobCommandOutput } from "./commands/StartPatientInsightsJobCommand";
16
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
17
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
18
18
  import { ConnectHealthClient } from "./ConnectHealthClient";
19
19
  export interface ConnectHealth {
20
20
  /**
@@ -8,25 +8,25 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
8
8
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
9
9
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
10
10
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
11
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type EventStreamSerdeProvider as __EventStreamSerdeProvider, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
11
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
12
12
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
13
- import { ActivateSubscriptionCommandInput, ActivateSubscriptionCommandOutput } from "./commands/ActivateSubscriptionCommand";
14
- import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
15
- import { CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput } from "./commands/CreateSubscriptionCommand";
16
- import { DeactivateSubscriptionCommandInput, DeactivateSubscriptionCommandOutput } from "./commands/DeactivateSubscriptionCommand";
17
- import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
18
- import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
19
- import { GetMedicalScribeListeningSessionCommandInput, GetMedicalScribeListeningSessionCommandOutput } from "./commands/GetMedicalScribeListeningSessionCommand";
20
- import { GetPatientInsightsJobCommandInput, GetPatientInsightsJobCommandOutput } from "./commands/GetPatientInsightsJobCommand";
21
- import { GetSubscriptionCommandInput, GetSubscriptionCommandOutput } from "./commands/GetSubscriptionCommand";
22
- import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
23
- import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
24
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
25
- import { StartMedicalScribeListeningSessionCommandInput, StartMedicalScribeListeningSessionCommandOutput } from "./commands/StartMedicalScribeListeningSessionCommand";
26
- import { StartPatientInsightsJobCommandInput, StartPatientInsightsJobCommandOutput } from "./commands/StartPatientInsightsJobCommand";
27
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
28
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
29
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
13
+ import type { ActivateSubscriptionCommandInput, ActivateSubscriptionCommandOutput } from "./commands/ActivateSubscriptionCommand";
14
+ import type { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
15
+ import type { CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput } from "./commands/CreateSubscriptionCommand";
16
+ import type { DeactivateSubscriptionCommandInput, DeactivateSubscriptionCommandOutput } from "./commands/DeactivateSubscriptionCommand";
17
+ import type { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
18
+ import type { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
19
+ import type { GetMedicalScribeListeningSessionCommandInput, GetMedicalScribeListeningSessionCommandOutput } from "./commands/GetMedicalScribeListeningSessionCommand";
20
+ import type { GetPatientInsightsJobCommandInput, GetPatientInsightsJobCommandOutput } from "./commands/GetPatientInsightsJobCommand";
21
+ import type { GetSubscriptionCommandInput, GetSubscriptionCommandOutput } from "./commands/GetSubscriptionCommand";
22
+ import type { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
23
+ import type { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
24
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
25
+ import type { StartMedicalScribeListeningSessionCommandInput, StartMedicalScribeListeningSessionCommandOutput } from "./commands/StartMedicalScribeListeningSessionCommand";
26
+ import type { StartPatientInsightsJobCommandInput, StartPatientInsightsJobCommandOutput } from "./commands/StartPatientInsightsJobCommand";
27
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
28
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
29
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
30
30
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
31
31
  export { __Client };
32
32
  /**
@@ -135,7 +135,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
135
135
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
136
136
  * @internal
137
137
  */
138
- defaultUserAgentProvider?: Provider<__UserAgent>;
138
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
139
139
  /**
140
140
  * Default credentials provider; Not available in browser runtime.
141
141
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { ConnectHealthHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export * from "./ConnectHealthClient";
7
7
  export * from "./ConnectHealth";
8
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
8
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { ConnectHealthExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
@@ -1,5 +1,5 @@
1
- import { CustomTemplateBase, DomainStatus, EncryptionType, InsightsType, JobStatus, ManagedNoteTemplate, MedicalScribeLanguageCode, MedicalScribeMediaEncoding, MedicalScribeParticipantRole, MedicalScribeSessionControlEventType, MedicalScribeStreamStatus, PostStreamArtifactGenerationStatus, Pronouns, ProviderRole, Specialty, SubscriptionStatus } from "./enums";
2
- import { InternalServerException, ValidationException } from "./errors";
1
+ import type { CustomTemplateBase, DomainStatus, EncryptionType, InsightsType, JobStatus, ManagedNoteTemplate, MedicalScribeLanguageCode, MedicalScribeMediaEncoding, MedicalScribeParticipantRole, MedicalScribeSessionControlEventType, MedicalScribeStreamStatus, PostStreamArtifactGenerationStatus, Pronouns, ProviderRole, Specialty, SubscriptionStatus } from "./enums";
2
+ import type { InternalServerException, ValidationException } from "./errors";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
3
- import { ConnectHealthPaginationConfiguration } from "./Interfaces";
3
+ import type { ConnectHealthPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "../commands/ListSubscriptionsCommand";
3
- import { ConnectHealthPaginationConfiguration } from "./Interfaces";
3
+ import type { ConnectHealthPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -35,6 +35,7 @@ import {
35
35
  Client as __Client,
36
36
  } from "@smithy/smithy-client";
37
37
  import {
38
+ AwsCredentialIdentityProvider,
38
39
  BodyLengthCalculator as __BodyLengthCalculator,
39
40
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
40
41
  ChecksumConstructor as __ChecksumConstructor,
@@ -47,8 +48,6 @@ import {
47
48
  Provider as __Provider,
48
49
  StreamCollector as __StreamCollector,
49
50
  UrlParser as __UrlParser,
50
- AwsCredentialIdentityProvider,
51
- Provider,
52
51
  UserAgent as __UserAgent,
53
52
  } from "@smithy/types";
54
53
  import {
@@ -178,7 +177,7 @@ export interface ClientDefaults
178
177
  useFipsEndpoint?: boolean | __Provider<boolean>;
179
178
  region?: string | __Provider<string>;
180
179
  profile?: string;
181
- defaultUserAgentProvider?: Provider<__UserAgent>;
180
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
182
181
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
183
182
  maxAttempts?: number | __Provider<number>;
184
183
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { ConnectHealthHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connecthealth",
3
3
  "description": "AWS SDK for JavaScript Connecthealth Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-connecthealth",
@@ -21,21 +21,21 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.28",
26
26
  "@aws-sdk/eventstream-handler-node": "^3.972.12",
27
27
  "@aws-sdk/middleware-eventstream": "^3.972.8",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
31
- "@aws-sdk/middleware-user-agent": "^3.972.26",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.10",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.12",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
37
37
  "@smithy/config-resolver": "^4.4.13",
38
- "@smithy/core": "^3.23.12",
38
+ "@smithy/core": "^3.23.13",
39
39
  "@smithy/eventstream-serde-browser": "^4.2.12",
40
40
  "@smithy/eventstream-serde-config-resolver": "^4.3.12",
41
41
  "@smithy/eventstream-serde-node": "^4.2.12",
@@ -43,21 +43,21 @@
43
43
  "@smithy/hash-node": "^4.2.12",
44
44
  "@smithy/invalid-dependency": "^4.2.12",
45
45
  "@smithy/middleware-content-length": "^4.2.12",
46
- "@smithy/middleware-endpoint": "^4.4.27",
47
- "@smithy/middleware-retry": "^4.4.44",
48
- "@smithy/middleware-serde": "^4.2.15",
46
+ "@smithy/middleware-endpoint": "^4.4.28",
47
+ "@smithy/middleware-retry": "^4.4.45",
48
+ "@smithy/middleware-serde": "^4.2.16",
49
49
  "@smithy/middleware-stack": "^4.2.12",
50
50
  "@smithy/node-config-provider": "^4.3.12",
51
- "@smithy/node-http-handler": "^4.5.0",
51
+ "@smithy/node-http-handler": "^4.5.1",
52
52
  "@smithy/protocol-http": "^5.3.12",
53
- "@smithy/smithy-client": "^4.12.7",
53
+ "@smithy/smithy-client": "^4.12.8",
54
54
  "@smithy/types": "^4.13.1",
55
55
  "@smithy/url-parser": "^4.2.12",
56
56
  "@smithy/util-base64": "^4.3.2",
57
57
  "@smithy/util-body-length-browser": "^4.2.2",
58
58
  "@smithy/util-body-length-node": "^4.2.3",
59
- "@smithy/util-defaults-mode-browser": "^4.3.43",
60
- "@smithy/util-defaults-mode-node": "^4.2.47",
59
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
60
+ "@smithy/util-defaults-mode-node": "^4.2.48",
61
61
  "@smithy/util-endpoints": "^3.3.3",
62
62
  "@smithy/util-middleware": "^4.2.12",
63
63
  "@smithy/util-retry": "^4.2.12",