@aws-sdk/client-pipes 3.929.0 → 3.931.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
CHANGED
|
@@ -164,14 +164,6 @@ const S3OutputFormat = {
|
|
|
164
164
|
PLAIN: "plain",
|
|
165
165
|
W3C: "w3c",
|
|
166
166
|
};
|
|
167
|
-
exports.MQBrokerAccessCredentials = void 0;
|
|
168
|
-
(function (MQBrokerAccessCredentials) {
|
|
169
|
-
MQBrokerAccessCredentials.visit = (value, visitor) => {
|
|
170
|
-
if (value.BasicAuth !== undefined)
|
|
171
|
-
return visitor.BasicAuth(value.BasicAuth);
|
|
172
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
173
|
-
};
|
|
174
|
-
})(exports.MQBrokerAccessCredentials || (exports.MQBrokerAccessCredentials = {}));
|
|
175
167
|
const OnPartialBatchItemFailureStreams = {
|
|
176
168
|
AUTOMATIC_BISECT: "AUTOMATIC_BISECT",
|
|
177
169
|
};
|
|
@@ -184,34 +176,10 @@ const KinesisStreamStartPosition = {
|
|
|
184
176
|
LATEST: "LATEST",
|
|
185
177
|
TRIM_HORIZON: "TRIM_HORIZON",
|
|
186
178
|
};
|
|
187
|
-
exports.MSKAccessCredentials = void 0;
|
|
188
|
-
(function (MSKAccessCredentials) {
|
|
189
|
-
MSKAccessCredentials.visit = (value, visitor) => {
|
|
190
|
-
if (value.SaslScram512Auth !== undefined)
|
|
191
|
-
return visitor.SaslScram512Auth(value.SaslScram512Auth);
|
|
192
|
-
if (value.ClientCertificateTlsAuth !== undefined)
|
|
193
|
-
return visitor.ClientCertificateTlsAuth(value.ClientCertificateTlsAuth);
|
|
194
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
195
|
-
};
|
|
196
|
-
})(exports.MSKAccessCredentials || (exports.MSKAccessCredentials = {}));
|
|
197
179
|
const MSKStartPosition = {
|
|
198
180
|
LATEST: "LATEST",
|
|
199
181
|
TRIM_HORIZON: "TRIM_HORIZON",
|
|
200
182
|
};
|
|
201
|
-
exports.SelfManagedKafkaAccessConfigurationCredentials = void 0;
|
|
202
|
-
(function (SelfManagedKafkaAccessConfigurationCredentials) {
|
|
203
|
-
SelfManagedKafkaAccessConfigurationCredentials.visit = (value, visitor) => {
|
|
204
|
-
if (value.BasicAuth !== undefined)
|
|
205
|
-
return visitor.BasicAuth(value.BasicAuth);
|
|
206
|
-
if (value.SaslScram512Auth !== undefined)
|
|
207
|
-
return visitor.SaslScram512Auth(value.SaslScram512Auth);
|
|
208
|
-
if (value.SaslScram256Auth !== undefined)
|
|
209
|
-
return visitor.SaslScram256Auth(value.SaslScram256Auth);
|
|
210
|
-
if (value.ClientCertificateTlsAuth !== undefined)
|
|
211
|
-
return visitor.ClientCertificateTlsAuth(value.ClientCertificateTlsAuth);
|
|
212
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
213
|
-
};
|
|
214
|
-
})(exports.SelfManagedKafkaAccessConfigurationCredentials || (exports.SelfManagedKafkaAccessConfigurationCredentials = {}));
|
|
215
183
|
const SelfManagedKafkaStartPosition = {
|
|
216
184
|
LATEST: "LATEST",
|
|
217
185
|
TRIM_HORIZON: "TRIM_HORIZON",
|
|
@@ -46,14 +46,6 @@ export const S3OutputFormat = {
|
|
|
46
46
|
PLAIN: "plain",
|
|
47
47
|
W3C: "w3c",
|
|
48
48
|
};
|
|
49
|
-
export var MQBrokerAccessCredentials;
|
|
50
|
-
(function (MQBrokerAccessCredentials) {
|
|
51
|
-
MQBrokerAccessCredentials.visit = (value, visitor) => {
|
|
52
|
-
if (value.BasicAuth !== undefined)
|
|
53
|
-
return visitor.BasicAuth(value.BasicAuth);
|
|
54
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
55
|
-
};
|
|
56
|
-
})(MQBrokerAccessCredentials || (MQBrokerAccessCredentials = {}));
|
|
57
49
|
export const OnPartialBatchItemFailureStreams = {
|
|
58
50
|
AUTOMATIC_BISECT: "AUTOMATIC_BISECT",
|
|
59
51
|
};
|
|
@@ -66,34 +58,10 @@ export const KinesisStreamStartPosition = {
|
|
|
66
58
|
LATEST: "LATEST",
|
|
67
59
|
TRIM_HORIZON: "TRIM_HORIZON",
|
|
68
60
|
};
|
|
69
|
-
export var MSKAccessCredentials;
|
|
70
|
-
(function (MSKAccessCredentials) {
|
|
71
|
-
MSKAccessCredentials.visit = (value, visitor) => {
|
|
72
|
-
if (value.SaslScram512Auth !== undefined)
|
|
73
|
-
return visitor.SaslScram512Auth(value.SaslScram512Auth);
|
|
74
|
-
if (value.ClientCertificateTlsAuth !== undefined)
|
|
75
|
-
return visitor.ClientCertificateTlsAuth(value.ClientCertificateTlsAuth);
|
|
76
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
77
|
-
};
|
|
78
|
-
})(MSKAccessCredentials || (MSKAccessCredentials = {}));
|
|
79
61
|
export const MSKStartPosition = {
|
|
80
62
|
LATEST: "LATEST",
|
|
81
63
|
TRIM_HORIZON: "TRIM_HORIZON",
|
|
82
64
|
};
|
|
83
|
-
export var SelfManagedKafkaAccessConfigurationCredentials;
|
|
84
|
-
(function (SelfManagedKafkaAccessConfigurationCredentials) {
|
|
85
|
-
SelfManagedKafkaAccessConfigurationCredentials.visit = (value, visitor) => {
|
|
86
|
-
if (value.BasicAuth !== undefined)
|
|
87
|
-
return visitor.BasicAuth(value.BasicAuth);
|
|
88
|
-
if (value.SaslScram512Auth !== undefined)
|
|
89
|
-
return visitor.SaslScram512Auth(value.SaslScram512Auth);
|
|
90
|
-
if (value.SaslScram256Auth !== undefined)
|
|
91
|
-
return visitor.SaslScram256Auth(value.SaslScram256Auth);
|
|
92
|
-
if (value.ClientCertificateTlsAuth !== undefined)
|
|
93
|
-
return visitor.ClientCertificateTlsAuth(value.ClientCertificateTlsAuth);
|
|
94
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
95
|
-
};
|
|
96
|
-
})(SelfManagedKafkaAccessConfigurationCredentials || (SelfManagedKafkaAccessConfigurationCredentials = {}));
|
|
97
65
|
export const SelfManagedKafkaStartPosition = {
|
|
98
66
|
LATEST: "LATEST",
|
|
99
67
|
TRIM_HORIZON: "TRIM_HORIZON",
|
|
@@ -656,11 +656,14 @@ export declare namespace MQBrokerAccessCredentials {
|
|
|
656
656
|
BasicAuth?: never;
|
|
657
657
|
$unknown: [string, any];
|
|
658
658
|
}
|
|
659
|
+
/**
|
|
660
|
+
* @deprecated unused in schema-serde mode.
|
|
661
|
+
*
|
|
662
|
+
*/
|
|
659
663
|
interface Visitor<T> {
|
|
660
664
|
BasicAuth: (value: string) => T;
|
|
661
665
|
_: (name: string, value: any) => T;
|
|
662
666
|
}
|
|
663
|
-
const visit: <T>(value: MQBrokerAccessCredentials, visitor: Visitor<T>) => T;
|
|
664
667
|
}
|
|
665
668
|
/**
|
|
666
669
|
* <p>The parameters for using an Active MQ broker as a source.</p>
|
|
@@ -903,12 +906,15 @@ export declare namespace MSKAccessCredentials {
|
|
|
903
906
|
ClientCertificateTlsAuth?: never;
|
|
904
907
|
$unknown: [string, any];
|
|
905
908
|
}
|
|
909
|
+
/**
|
|
910
|
+
* @deprecated unused in schema-serde mode.
|
|
911
|
+
*
|
|
912
|
+
*/
|
|
906
913
|
interface Visitor<T> {
|
|
907
914
|
SaslScram512Auth: (value: string) => T;
|
|
908
915
|
ClientCertificateTlsAuth: (value: string) => T;
|
|
909
916
|
_: (name: string, value: any) => T;
|
|
910
917
|
}
|
|
911
|
-
const visit: <T>(value: MSKAccessCredentials, visitor: Visitor<T>) => T;
|
|
912
918
|
}
|
|
913
919
|
/**
|
|
914
920
|
* @public
|
|
@@ -1052,6 +1058,10 @@ export declare namespace SelfManagedKafkaAccessConfigurationCredentials {
|
|
|
1052
1058
|
ClientCertificateTlsAuth?: never;
|
|
1053
1059
|
$unknown: [string, any];
|
|
1054
1060
|
}
|
|
1061
|
+
/**
|
|
1062
|
+
* @deprecated unused in schema-serde mode.
|
|
1063
|
+
*
|
|
1064
|
+
*/
|
|
1055
1065
|
interface Visitor<T> {
|
|
1056
1066
|
BasicAuth: (value: string) => T;
|
|
1057
1067
|
SaslScram512Auth: (value: string) => T;
|
|
@@ -1059,7 +1069,6 @@ export declare namespace SelfManagedKafkaAccessConfigurationCredentials {
|
|
|
1059
1069
|
ClientCertificateTlsAuth: (value: string) => T;
|
|
1060
1070
|
_: (name: string, value: any) => T;
|
|
1061
1071
|
}
|
|
1062
|
-
const visit: <T>(value: SelfManagedKafkaAccessConfigurationCredentials, visitor: Visitor<T>) => T;
|
|
1063
1072
|
}
|
|
1064
1073
|
/**
|
|
1065
1074
|
* @public
|
|
@@ -134,7 +134,6 @@ export declare namespace MQBrokerAccessCredentials {
|
|
|
134
134
|
BasicAuth: (value: string) => T;
|
|
135
135
|
_: (name: string, value: any) => T;
|
|
136
136
|
}
|
|
137
|
-
const visit: <T>(value: MQBrokerAccessCredentials, visitor: Visitor<T>) => T;
|
|
138
137
|
}
|
|
139
138
|
export interface PipeSourceActiveMQBrokerParameters {
|
|
140
139
|
Credentials: MQBrokerAccessCredentials | undefined;
|
|
@@ -215,7 +214,6 @@ export declare namespace MSKAccessCredentials {
|
|
|
215
214
|
ClientCertificateTlsAuth: (value: string) => T;
|
|
216
215
|
_: (name: string, value: any) => T;
|
|
217
216
|
}
|
|
218
|
-
const visit: <T>(value: MSKAccessCredentials, visitor: Visitor<T>) => T;
|
|
219
217
|
}
|
|
220
218
|
export declare const MSKStartPosition: {
|
|
221
219
|
readonly LATEST: "LATEST";
|
|
@@ -287,10 +285,6 @@ export declare namespace SelfManagedKafkaAccessConfigurationCredentials {
|
|
|
287
285
|
ClientCertificateTlsAuth: (value: string) => T;
|
|
288
286
|
_: (name: string, value: any) => T;
|
|
289
287
|
}
|
|
290
|
-
const visit: <T>(
|
|
291
|
-
value: SelfManagedKafkaAccessConfigurationCredentials,
|
|
292
|
-
visitor: Visitor<T>
|
|
293
|
-
) => T;
|
|
294
288
|
}
|
|
295
289
|
export declare const SelfManagedKafkaStartPosition: {
|
|
296
290
|
readonly LATEST: "LATEST";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pipes",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pipes Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.931.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-pipes",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.931.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.931.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.931.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.931.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|