@aws-sdk/client-connecthealth 3.1077.0 → 3.1079.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.
- package/dist-cjs/index.js +27 -171
- package/dist-es/commandBuilder.js +10 -0
- package/dist-es/commands/ActivateSubscriptionCommand.js +2 -14
- package/dist-es/commands/CreateDomainCommand.js +2 -14
- package/dist-es/commands/CreateSubscriptionCommand.js +2 -14
- package/dist-es/commands/DeactivateSubscriptionCommand.js +2 -14
- package/dist-es/commands/DeleteDomainCommand.js +2 -14
- package/dist-es/commands/GetDomainCommand.js +2 -14
- package/dist-es/commands/GetMedicalScribeListeningSessionCommand.js +2 -14
- package/dist-es/commands/GetPatientInsightsJobCommand.js +2 -14
- package/dist-es/commands/GetSubscriptionCommand.js +2 -14
- package/dist-es/commands/ListDomainsCommand.js +2 -14
- package/dist-es/commands/ListSubscriptionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartMedicalScribeListeningSessionCommand.js +2 -23
- package/dist-es/commands/StartPatientInsightsJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/ActivateSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DeactivateSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
- package/dist-types/commands/GetDomainCommand.d.ts +3 -8
- package/dist-types/commands/GetMedicalScribeListeningSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetPatientInsightsJobCommand.d.ts +3 -8
- package/dist-types/commands/GetSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartMedicalScribeListeningSessionCommand.d.ts +3 -8
- package/dist-types/commands/StartPatientInsightsJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
- package/dist-types/ts3.4/commands/ActivateSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeactivateSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMedicalScribeListeningSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPatientInsightsJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMedicalScribeListeningSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartPatientInsightsJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +11 -11
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.
|
|
4
|
+
"version": "3.1079.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",
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
"module": "./dist-es/index.js",
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@aws-sdk/core": "^3.974.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/eventstream-handler-node": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-eventstream": "^3.972.
|
|
30
|
-
"@aws-sdk/types": "^3.973.
|
|
31
|
-
"@smithy/core": "^3.
|
|
32
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
33
|
-
"@smithy/node-http-handler": "^4.9.
|
|
34
|
-
"@smithy/types": "^4.15.
|
|
26
|
+
"@aws-sdk/core": "^3.974.27",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
28
|
+
"@aws-sdk/eventstream-handler-node": "^3.972.25",
|
|
29
|
+
"@aws-sdk/middleware-eventstream": "^3.972.21",
|
|
30
|
+
"@aws-sdk/types": "^3.973.15",
|
|
31
|
+
"@smithy/core": "^3.29.0",
|
|
32
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
33
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
34
|
+
"@smithy/types": "^4.15.1",
|
|
35
35
|
"tslib": "^2.6.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@smithy/snapshot-testing": "^2.2.
|
|
38
|
+
"@smithy/snapshot-testing": "^2.2.5",
|
|
39
39
|
"@tsconfig/node20": "20.1.8",
|
|
40
40
|
"@types/node": "^20.14.8",
|
|
41
41
|
"concurrently": "7.0.0",
|