@aws-sdk/client-pipes 3.758.0 → 3.774.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 +40 -45
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AssignPublicIp: () => AssignPublicIp,
|
|
25
25
|
AwsVpcConfigurationFilterSensitiveLog: () => AwsVpcConfigurationFilterSensitiveLog,
|
|
26
26
|
BatchJobDependencyType: () => BatchJobDependencyType,
|
|
@@ -105,7 +105,7 @@ __export(src_exports, {
|
|
|
105
105
|
__Client: () => import_smithy_client.Client,
|
|
106
106
|
paginateListPipes: () => paginateListPipes
|
|
107
107
|
});
|
|
108
|
-
module.exports = __toCommonJS(
|
|
108
|
+
module.exports = __toCommonJS(index_exports);
|
|
109
109
|
|
|
110
110
|
// src/PipesClient.ts
|
|
111
111
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -232,9 +232,9 @@ var PipesClient = class extends import_smithy_client.Client {
|
|
|
232
232
|
this.middlewareStack.use(
|
|
233
233
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
234
234
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultPipesHttpAuthSchemeParametersProvider,
|
|
235
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
235
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
236
236
|
"aws.auth#sigv4": config.credentials
|
|
237
|
-
})
|
|
237
|
+
}), "identityProviderConfigProvider")
|
|
238
238
|
})
|
|
239
239
|
);
|
|
240
240
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -340,8 +340,7 @@ var S3OutputFormat = {
|
|
|
340
340
|
var MQBrokerAccessCredentials;
|
|
341
341
|
((MQBrokerAccessCredentials3) => {
|
|
342
342
|
MQBrokerAccessCredentials3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
343
|
-
if (value.BasicAuth !== void 0)
|
|
344
|
-
return visitor.BasicAuth(value.BasicAuth);
|
|
343
|
+
if (value.BasicAuth !== void 0) return visitor.BasicAuth(value.BasicAuth);
|
|
345
344
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
346
345
|
}, "visit");
|
|
347
346
|
})(MQBrokerAccessCredentials || (MQBrokerAccessCredentials = {}));
|
|
@@ -360,8 +359,7 @@ var KinesisStreamStartPosition = {
|
|
|
360
359
|
var MSKAccessCredentials;
|
|
361
360
|
((MSKAccessCredentials3) => {
|
|
362
361
|
MSKAccessCredentials3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
363
|
-
if (value.SaslScram512Auth !== void 0)
|
|
364
|
-
return visitor.SaslScram512Auth(value.SaslScram512Auth);
|
|
362
|
+
if (value.SaslScram512Auth !== void 0) return visitor.SaslScram512Auth(value.SaslScram512Auth);
|
|
365
363
|
if (value.ClientCertificateTlsAuth !== void 0)
|
|
366
364
|
return visitor.ClientCertificateTlsAuth(value.ClientCertificateTlsAuth);
|
|
367
365
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -374,12 +372,9 @@ var MSKStartPosition = {
|
|
|
374
372
|
var SelfManagedKafkaAccessConfigurationCredentials;
|
|
375
373
|
((SelfManagedKafkaAccessConfigurationCredentials3) => {
|
|
376
374
|
SelfManagedKafkaAccessConfigurationCredentials3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
377
|
-
if (value.BasicAuth !== void 0)
|
|
378
|
-
|
|
379
|
-
if (value.
|
|
380
|
-
return visitor.SaslScram512Auth(value.SaslScram512Auth);
|
|
381
|
-
if (value.SaslScram256Auth !== void 0)
|
|
382
|
-
return visitor.SaslScram256Auth(value.SaslScram256Auth);
|
|
375
|
+
if (value.BasicAuth !== void 0) return visitor.BasicAuth(value.BasicAuth);
|
|
376
|
+
if (value.SaslScram512Auth !== void 0) return visitor.SaslScram512Auth(value.SaslScram512Auth);
|
|
377
|
+
if (value.SaslScram256Auth !== void 0) return visitor.SaslScram256Auth(value.SaslScram256Auth);
|
|
383
378
|
if (value.ClientCertificateTlsAuth !== void 0)
|
|
384
379
|
return visitor.ClientCertificateTlsAuth(value.ClientCertificateTlsAuth);
|
|
385
380
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -865,15 +860,15 @@ var se_CreatePipeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
865
860
|
Description: [],
|
|
866
861
|
DesiredState: [],
|
|
867
862
|
Enrichment: [],
|
|
868
|
-
EnrichmentParameters: (_) => (0, import_smithy_client._json)(_),
|
|
863
|
+
EnrichmentParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EnrichmentParameters"),
|
|
869
864
|
KmsKeyIdentifier: [],
|
|
870
|
-
LogConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
865
|
+
LogConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LogConfiguration"),
|
|
871
866
|
RoleArn: [],
|
|
872
867
|
Source: [],
|
|
873
|
-
SourceParameters: (_) => se_PipeSourceParameters(_, context),
|
|
874
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
868
|
+
SourceParameters: /* @__PURE__ */ __name((_) => se_PipeSourceParameters(_, context), "SourceParameters"),
|
|
869
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
875
870
|
Target: [],
|
|
876
|
-
TargetParameters: (_) => (0, import_smithy_client._json)(_)
|
|
871
|
+
TargetParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TargetParameters")
|
|
877
872
|
})
|
|
878
873
|
);
|
|
879
874
|
b.m("POST").h(headers).b(body);
|
|
@@ -951,7 +946,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
951
946
|
let body;
|
|
952
947
|
body = JSON.stringify(
|
|
953
948
|
(0, import_smithy_client.take)(input, {
|
|
954
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
949
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
955
950
|
})
|
|
956
951
|
);
|
|
957
952
|
b.m("POST").h(headers).b(body);
|
|
@@ -982,13 +977,13 @@ var se_UpdatePipeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
982
977
|
Description: [],
|
|
983
978
|
DesiredState: [],
|
|
984
979
|
Enrichment: [],
|
|
985
|
-
EnrichmentParameters: (_) => (0, import_smithy_client._json)(_),
|
|
980
|
+
EnrichmentParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EnrichmentParameters"),
|
|
986
981
|
KmsKeyIdentifier: [],
|
|
987
|
-
LogConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
982
|
+
LogConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LogConfiguration"),
|
|
988
983
|
RoleArn: [],
|
|
989
|
-
SourceParameters: (_) => (0, import_smithy_client._json)(_),
|
|
984
|
+
SourceParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SourceParameters"),
|
|
990
985
|
Target: [],
|
|
991
|
-
TargetParameters: (_) => (0, import_smithy_client._json)(_)
|
|
986
|
+
TargetParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TargetParameters")
|
|
992
987
|
})
|
|
993
988
|
);
|
|
994
989
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1004,10 +999,10 @@ var de_CreatePipeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1004
999
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1005
1000
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1006
1001
|
Arn: import_smithy_client.expectString,
|
|
1007
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1002
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1008
1003
|
CurrentState: import_smithy_client.expectString,
|
|
1009
1004
|
DesiredState: import_smithy_client.expectString,
|
|
1010
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1005
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1011
1006
|
Name: import_smithy_client.expectString
|
|
1012
1007
|
});
|
|
1013
1008
|
Object.assign(contents, doc);
|
|
@@ -1023,10 +1018,10 @@ var de_DeletePipeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1023
1018
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1024
1019
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1025
1020
|
Arn: import_smithy_client.expectString,
|
|
1026
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1021
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1027
1022
|
CurrentState: import_smithy_client.expectString,
|
|
1028
1023
|
DesiredState: import_smithy_client.expectString,
|
|
1029
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1024
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1030
1025
|
Name: import_smithy_client.expectString
|
|
1031
1026
|
});
|
|
1032
1027
|
Object.assign(contents, doc);
|
|
@@ -1042,19 +1037,19 @@ var de_DescribePipeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1042
1037
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1043
1038
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1044
1039
|
Arn: import_smithy_client.expectString,
|
|
1045
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1040
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1046
1041
|
CurrentState: import_smithy_client.expectString,
|
|
1047
1042
|
Description: import_smithy_client.expectString,
|
|
1048
1043
|
DesiredState: import_smithy_client.expectString,
|
|
1049
1044
|
Enrichment: import_smithy_client.expectString,
|
|
1050
1045
|
EnrichmentParameters: import_smithy_client._json,
|
|
1051
1046
|
KmsKeyIdentifier: import_smithy_client.expectString,
|
|
1052
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1047
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1053
1048
|
LogConfiguration: import_smithy_client._json,
|
|
1054
1049
|
Name: import_smithy_client.expectString,
|
|
1055
1050
|
RoleArn: import_smithy_client.expectString,
|
|
1056
1051
|
Source: import_smithy_client.expectString,
|
|
1057
|
-
SourceParameters: (_) => de_PipeSourceParameters(_, context),
|
|
1052
|
+
SourceParameters: /* @__PURE__ */ __name((_) => de_PipeSourceParameters(_, context), "SourceParameters"),
|
|
1058
1053
|
StateReason: import_smithy_client.expectString,
|
|
1059
1054
|
Tags: import_smithy_client._json,
|
|
1060
1055
|
Target: import_smithy_client.expectString,
|
|
@@ -1073,7 +1068,7 @@ var de_ListPipesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1073
1068
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1074
1069
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1075
1070
|
NextToken: import_smithy_client.expectString,
|
|
1076
|
-
Pipes: (_) => de_PipeList(_, context)
|
|
1071
|
+
Pipes: /* @__PURE__ */ __name((_) => de_PipeList(_, context), "Pipes")
|
|
1077
1072
|
});
|
|
1078
1073
|
Object.assign(contents, doc);
|
|
1079
1074
|
return contents;
|
|
@@ -1102,10 +1097,10 @@ var de_StartPipeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1102
1097
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1103
1098
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1104
1099
|
Arn: import_smithy_client.expectString,
|
|
1105
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1100
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1106
1101
|
CurrentState: import_smithy_client.expectString,
|
|
1107
1102
|
DesiredState: import_smithy_client.expectString,
|
|
1108
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1103
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1109
1104
|
Name: import_smithy_client.expectString
|
|
1110
1105
|
});
|
|
1111
1106
|
Object.assign(contents, doc);
|
|
@@ -1121,10 +1116,10 @@ var de_StopPipeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1121
1116
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1122
1117
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1123
1118
|
Arn: import_smithy_client.expectString,
|
|
1124
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1119
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1125
1120
|
CurrentState: import_smithy_client.expectString,
|
|
1126
1121
|
DesiredState: import_smithy_client.expectString,
|
|
1127
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1122
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1128
1123
|
Name: import_smithy_client.expectString
|
|
1129
1124
|
});
|
|
1130
1125
|
Object.assign(contents, doc);
|
|
@@ -1160,10 +1155,10 @@ var de_UpdatePipeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1160
1155
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1161
1156
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1162
1157
|
Arn: import_smithy_client.expectString,
|
|
1163
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1158
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1164
1159
|
CurrentState: import_smithy_client.expectString,
|
|
1165
1160
|
DesiredState: import_smithy_client.expectString,
|
|
1166
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1161
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1167
1162
|
Name: import_smithy_client.expectString
|
|
1168
1163
|
});
|
|
1169
1164
|
Object.assign(contents, doc);
|
|
@@ -1305,7 +1300,7 @@ var se_PipeSourceKinesisStreamParameters = /* @__PURE__ */ __name((input, contex
|
|
|
1305
1300
|
OnPartialBatchItemFailure: [],
|
|
1306
1301
|
ParallelizationFactor: [],
|
|
1307
1302
|
StartingPosition: [],
|
|
1308
|
-
StartingPositionTimestamp: (_) => _.getTime() / 1e3
|
|
1303
|
+
StartingPositionTimestamp: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartingPositionTimestamp")
|
|
1309
1304
|
});
|
|
1310
1305
|
}, "se_PipeSourceKinesisStreamParameters");
|
|
1311
1306
|
var se_PipeSourceParameters = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1313,7 +1308,7 @@ var se_PipeSourceParameters = /* @__PURE__ */ __name((input, context) => {
|
|
|
1313
1308
|
ActiveMQBrokerParameters: import_smithy_client._json,
|
|
1314
1309
|
DynamoDBStreamParameters: import_smithy_client._json,
|
|
1315
1310
|
FilterCriteria: import_smithy_client._json,
|
|
1316
|
-
KinesisStreamParameters: (_) => se_PipeSourceKinesisStreamParameters(_, context),
|
|
1311
|
+
KinesisStreamParameters: /* @__PURE__ */ __name((_) => se_PipeSourceKinesisStreamParameters(_, context), "KinesisStreamParameters"),
|
|
1317
1312
|
ManagedStreamingKafkaParameters: import_smithy_client._json,
|
|
1318
1313
|
RabbitMQBrokerParameters: import_smithy_client._json,
|
|
1319
1314
|
SelfManagedKafkaParameters: import_smithy_client._json,
|
|
@@ -1323,11 +1318,11 @@ var se_PipeSourceParameters = /* @__PURE__ */ __name((input, context) => {
|
|
|
1323
1318
|
var de_Pipe = /* @__PURE__ */ __name((output, context) => {
|
|
1324
1319
|
return (0, import_smithy_client.take)(output, {
|
|
1325
1320
|
Arn: import_smithy_client.expectString,
|
|
1326
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1321
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1327
1322
|
CurrentState: import_smithy_client.expectString,
|
|
1328
1323
|
DesiredState: import_smithy_client.expectString,
|
|
1329
1324
|
Enrichment: import_smithy_client.expectString,
|
|
1330
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1325
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1331
1326
|
Name: import_smithy_client.expectString,
|
|
1332
1327
|
Source: import_smithy_client.expectString,
|
|
1333
1328
|
StateReason: import_smithy_client.expectString,
|
|
@@ -1350,7 +1345,7 @@ var de_PipeSourceKinesisStreamParameters = /* @__PURE__ */ __name((output, conte
|
|
|
1350
1345
|
OnPartialBatchItemFailure: import_smithy_client.expectString,
|
|
1351
1346
|
ParallelizationFactor: import_smithy_client.expectInt32,
|
|
1352
1347
|
StartingPosition: import_smithy_client.expectString,
|
|
1353
|
-
StartingPositionTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1348
|
+
StartingPositionTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartingPositionTimestamp")
|
|
1354
1349
|
});
|
|
1355
1350
|
}, "de_PipeSourceKinesisStreamParameters");
|
|
1356
1351
|
var de_PipeSourceParameters = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1358,7 +1353,7 @@ var de_PipeSourceParameters = /* @__PURE__ */ __name((output, context) => {
|
|
|
1358
1353
|
ActiveMQBrokerParameters: import_smithy_client._json,
|
|
1359
1354
|
DynamoDBStreamParameters: import_smithy_client._json,
|
|
1360
1355
|
FilterCriteria: import_smithy_client._json,
|
|
1361
|
-
KinesisStreamParameters: (_) => de_PipeSourceKinesisStreamParameters(_, context),
|
|
1356
|
+
KinesisStreamParameters: /* @__PURE__ */ __name((_) => de_PipeSourceKinesisStreamParameters(_, context), "KinesisStreamParameters"),
|
|
1362
1357
|
ManagedStreamingKafkaParameters: import_smithy_client._json,
|
|
1363
1358
|
RabbitMQBrokerParameters: import_smithy_client._json,
|
|
1364
1359
|
SelfManagedKafkaParameters: import_smithy_client._json,
|
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.774.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,17 +20,17 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|