@aws-sdk/client-dataexchange 3.437.0 → 3.439.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/README.md +8 -0
- package/dist-cjs/DataExchange.js +2 -0
- package/dist-cjs/commands/SendDataSetNotificationCommand.js +51 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoint/endpointResolver.js +1 -1
- package/dist-cjs/index.js +1 -0
- package/dist-cjs/models/models_0.js +12 -1
- package/dist-cjs/protocols/Aws_restJson1.js +97 -2
- package/dist-es/DataExchange.js +2 -0
- package/dist-es/commands/SendDataSetNotificationCommand.js +47 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/index.js +1 -0
- package/dist-es/models/models_0.js +11 -0
- package/dist-es/protocols/Aws_restJson1.js +93 -0
- package/dist-types/DataExchange.d.ts +7 -0
- package/dist-types/DataExchangeClient.d.ts +3 -2
- package/dist-types/commands/SendDataSetNotificationCommand.d.ts +138 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +285 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/DataExchange.d.ts +17 -0
- package/dist-types/ts3.4/DataExchangeClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +65 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +9 -6
|
@@ -91,6 +91,10 @@ import {
|
|
|
91
91
|
SendApiAssetCommandInput,
|
|
92
92
|
SendApiAssetCommandOutput,
|
|
93
93
|
} from "../commands/SendApiAssetCommand";
|
|
94
|
+
import {
|
|
95
|
+
SendDataSetNotificationCommandInput,
|
|
96
|
+
SendDataSetNotificationCommandOutput,
|
|
97
|
+
} from "../commands/SendDataSetNotificationCommand";
|
|
94
98
|
import {
|
|
95
99
|
StartJobCommandInput,
|
|
96
100
|
StartJobCommandOutput,
|
|
@@ -207,6 +211,10 @@ export declare const se_SendApiAssetCommand: (
|
|
|
207
211
|
input: SendApiAssetCommandInput,
|
|
208
212
|
context: __SerdeContext
|
|
209
213
|
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const se_SendDataSetNotificationCommand: (
|
|
215
|
+
input: SendDataSetNotificationCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
210
218
|
export declare const se_StartJobCommand: (
|
|
211
219
|
input: StartJobCommandInput,
|
|
212
220
|
context: __SerdeContext
|
|
@@ -323,6 +331,10 @@ export declare const de_SendApiAssetCommand: (
|
|
|
323
331
|
output: __HttpResponse,
|
|
324
332
|
context: __SerdeContext
|
|
325
333
|
) => Promise<SendApiAssetCommandOutput>;
|
|
334
|
+
export declare const de_SendDataSetNotificationCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<SendDataSetNotificationCommandOutput>;
|
|
326
338
|
export declare const de_StartJobCommand: (
|
|
327
339
|
output: __HttpResponse,
|
|
328
340
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dataexchange",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dataexchange Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.439.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.438.0",
|
|
25
25
|
"@aws-sdk/core": "3.436.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.438.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.433.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.433.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.433.0",
|
|
30
30
|
"@aws-sdk/middleware-signing": "3.433.0",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.438.0",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "3.433.0",
|
|
33
33
|
"@aws-sdk/types": "3.433.0",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.438.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.433.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-node": "3.437.0",
|
|
37
37
|
"@smithy/config-resolver": "^2.0.16",
|
|
@@ -54,14 +54,17 @@
|
|
|
54
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
55
|
"@smithy/util-defaults-mode-browser": "^2.0.16",
|
|
56
56
|
"@smithy/util-defaults-mode-node": "^2.0.21",
|
|
57
|
+
"@smithy/util-endpoints": "^1.0.2",
|
|
57
58
|
"@smithy/util-retry": "^2.0.5",
|
|
58
59
|
"@smithy/util-utf8": "^2.0.0",
|
|
59
|
-
"tslib": "^2.5.0"
|
|
60
|
+
"tslib": "^2.5.0",
|
|
61
|
+
"uuid": "^8.3.2"
|
|
60
62
|
},
|
|
61
63
|
"devDependencies": {
|
|
62
64
|
"@smithy/service-client-documentation-generator": "^2.0.0",
|
|
63
65
|
"@tsconfig/node14": "1.0.3",
|
|
64
66
|
"@types/node": "^14.14.31",
|
|
67
|
+
"@types/uuid": "^8.3.0",
|
|
65
68
|
"concurrently": "7.0.0",
|
|
66
69
|
"downlevel-dts": "0.10.1",
|
|
67
70
|
"rimraf": "3.0.2",
|