@aws-sdk/client-firehose 3.758.0 → 3.772.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +34 -34
  2. package/package.json +3 -3
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 src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AmazonOpenSearchServerlessS3BackupMode: () => AmazonOpenSearchServerlessS3BackupMode,
25
25
  AmazonopensearchserviceIndexRotationPeriod: () => AmazonopensearchserviceIndexRotationPeriod,
26
26
  AmazonopensearchserviceS3BackupMode: () => AmazonopensearchserviceS3BackupMode,
@@ -99,7 +99,7 @@ __export(src_exports, {
99
99
  UpdateDestinationInputFilterSensitiveLog: () => UpdateDestinationInputFilterSensitiveLog,
100
100
  __Client: () => import_smithy_client.Client
101
101
  });
102
- module.exports = __toCommonJS(src_exports);
102
+ module.exports = __toCommonJS(index_exports);
103
103
 
104
104
  // src/FirehoseClient.ts
105
105
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -226,9 +226,9 @@ var FirehoseClient = class extends import_smithy_client.Client {
226
226
  this.middlewareStack.use(
227
227
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
228
228
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultFirehoseHttpAuthSchemeParametersProvider,
229
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
229
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
230
230
  "aws.auth#sigv4": config.credentials
231
- })
231
+ }), "identityProviderConfigProvider")
232
232
  })
233
233
  );
234
234
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -1129,11 +1129,11 @@ var se_CreateDeliveryStreamInput = /* @__PURE__ */ __name((input, context) => {
1129
1129
  DeliveryStreamType: [],
1130
1130
  DirectPutSourceConfiguration: import_smithy_client._json,
1131
1131
  ElasticsearchDestinationConfiguration: import_smithy_client._json,
1132
- ExtendedS3DestinationConfiguration: (_) => se_ExtendedS3DestinationConfiguration(_, context),
1132
+ ExtendedS3DestinationConfiguration: /* @__PURE__ */ __name((_) => se_ExtendedS3DestinationConfiguration(_, context), "ExtendedS3DestinationConfiguration"),
1133
1133
  HttpEndpointDestinationConfiguration: import_smithy_client._json,
1134
1134
  IcebergDestinationConfiguration: import_smithy_client._json,
1135
1135
  KinesisStreamSourceConfiguration: import_smithy_client._json,
1136
- MSKSourceConfiguration: (_) => se_MSKSourceConfiguration(_, context),
1136
+ MSKSourceConfiguration: /* @__PURE__ */ __name((_) => se_MSKSourceConfiguration(_, context), "MSKSourceConfiguration"),
1137
1137
  RedshiftDestinationConfiguration: import_smithy_client._json,
1138
1138
  S3DestinationConfiguration: import_smithy_client._json,
1139
1139
  SnowflakeDestinationConfiguration: import_smithy_client._json,
@@ -1145,7 +1145,7 @@ var se_DataFormatConversionConfiguration = /* @__PURE__ */ __name((input, contex
1145
1145
  return (0, import_smithy_client.take)(input, {
1146
1146
  Enabled: [],
1147
1147
  InputFormatConfiguration: import_smithy_client._json,
1148
- OutputFormatConfiguration: (_) => se_OutputFormatConfiguration(_, context),
1148
+ OutputFormatConfiguration: /* @__PURE__ */ __name((_) => se_OutputFormatConfiguration(_, context), "OutputFormatConfiguration"),
1149
1149
  SchemaConfiguration: import_smithy_client._json
1150
1150
  });
1151
1151
  }, "se_DataFormatConversionConfiguration");
@@ -1156,7 +1156,7 @@ var se_ExtendedS3DestinationConfiguration = /* @__PURE__ */ __name((input, conte
1156
1156
  CloudWatchLoggingOptions: import_smithy_client._json,
1157
1157
  CompressionFormat: [],
1158
1158
  CustomTimeZone: [],
1159
- DataFormatConversionConfiguration: (_) => se_DataFormatConversionConfiguration(_, context),
1159
+ DataFormatConversionConfiguration: /* @__PURE__ */ __name((_) => se_DataFormatConversionConfiguration(_, context), "DataFormatConversionConfiguration"),
1160
1160
  DynamicPartitioningConfiguration: import_smithy_client._json,
1161
1161
  EncryptionConfiguration: import_smithy_client._json,
1162
1162
  ErrorOutputPrefix: [],
@@ -1175,7 +1175,7 @@ var se_ExtendedS3DestinationUpdate = /* @__PURE__ */ __name((input, context) =>
1175
1175
  CloudWatchLoggingOptions: import_smithy_client._json,
1176
1176
  CompressionFormat: [],
1177
1177
  CustomTimeZone: [],
1178
- DataFormatConversionConfiguration: (_) => se_DataFormatConversionConfiguration(_, context),
1178
+ DataFormatConversionConfiguration: /* @__PURE__ */ __name((_) => se_DataFormatConversionConfiguration(_, context), "DataFormatConversionConfiguration"),
1179
1179
  DynamicPartitioningConfiguration: import_smithy_client._json,
1180
1180
  EncryptionConfiguration: import_smithy_client._json,
1181
1181
  ErrorOutputPrefix: [],
@@ -1191,7 +1191,7 @@ var se_MSKSourceConfiguration = /* @__PURE__ */ __name((input, context) => {
1191
1191
  return (0, import_smithy_client.take)(input, {
1192
1192
  AuthenticationConfiguration: import_smithy_client._json,
1193
1193
  MSKClusterARN: [],
1194
- ReadFromTimestamp: (_) => _.getTime() / 1e3,
1194
+ ReadFromTimestamp: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ReadFromTimestamp"),
1195
1195
  TopicName: []
1196
1196
  });
1197
1197
  }, "se_MSKSourceConfiguration");
@@ -1211,13 +1211,13 @@ var se_OrcSerDe = /* @__PURE__ */ __name((input, context) => {
1211
1211
  }, "se_OrcSerDe");
1212
1212
  var se_OutputFormatConfiguration = /* @__PURE__ */ __name((input, context) => {
1213
1213
  return (0, import_smithy_client.take)(input, {
1214
- Serializer: (_) => se_Serializer(_, context)
1214
+ Serializer: /* @__PURE__ */ __name((_) => se_Serializer(_, context), "Serializer")
1215
1215
  });
1216
1216
  }, "se_OutputFormatConfiguration");
1217
1217
  var se_PutRecordBatchInput = /* @__PURE__ */ __name((input, context) => {
1218
1218
  return (0, import_smithy_client.take)(input, {
1219
1219
  DeliveryStreamName: [],
1220
- Records: (_) => se_PutRecordBatchRequestEntryList(_, context)
1220
+ Records: /* @__PURE__ */ __name((_) => se_PutRecordBatchRequestEntryList(_, context), "Records")
1221
1221
  });
1222
1222
  }, "se_PutRecordBatchInput");
1223
1223
  var se_PutRecordBatchRequestEntryList = /* @__PURE__ */ __name((input, context) => {
@@ -1228,7 +1228,7 @@ var se_PutRecordBatchRequestEntryList = /* @__PURE__ */ __name((input, context)
1228
1228
  var se_PutRecordInput = /* @__PURE__ */ __name((input, context) => {
1229
1229
  return (0, import_smithy_client.take)(input, {
1230
1230
  DeliveryStreamName: [],
1231
- Record: (_) => se__Record(_, context)
1231
+ Record: /* @__PURE__ */ __name((_) => se__Record(_, context), "Record")
1232
1232
  });
1233
1233
  }, "se_PutRecordInput");
1234
1234
  var se__Record = /* @__PURE__ */ __name((input, context) => {
@@ -1238,7 +1238,7 @@ var se__Record = /* @__PURE__ */ __name((input, context) => {
1238
1238
  }, "se__Record");
1239
1239
  var se_Serializer = /* @__PURE__ */ __name((input, context) => {
1240
1240
  return (0, import_smithy_client.take)(input, {
1241
- OrcSerDe: (_) => se_OrcSerDe(_, context),
1241
+ OrcSerDe: /* @__PURE__ */ __name((_) => se_OrcSerDe(_, context), "OrcSerDe"),
1242
1242
  ParquetSerDe: import_smithy_client._json
1243
1243
  });
1244
1244
  }, "se_Serializer");
@@ -1250,7 +1250,7 @@ var se_UpdateDestinationInput = /* @__PURE__ */ __name((input, context) => {
1250
1250
  DeliveryStreamName: [],
1251
1251
  DestinationId: [],
1252
1252
  ElasticsearchDestinationUpdate: import_smithy_client._json,
1253
- ExtendedS3DestinationUpdate: (_) => se_ExtendedS3DestinationUpdate(_, context),
1253
+ ExtendedS3DestinationUpdate: /* @__PURE__ */ __name((_) => se_ExtendedS3DestinationUpdate(_, context), "ExtendedS3DestinationUpdate"),
1254
1254
  HttpEndpointDestinationUpdate: import_smithy_client._json,
1255
1255
  IcebergDestinationUpdate: import_smithy_client._json,
1256
1256
  RedshiftDestinationUpdate: import_smithy_client._json,
@@ -1263,7 +1263,7 @@ var de_DatabaseSnapshotInfo = /* @__PURE__ */ __name((output, context) => {
1263
1263
  return (0, import_smithy_client.take)(output, {
1264
1264
  FailureDescription: import_smithy_client._json,
1265
1265
  Id: import_smithy_client.expectString,
1266
- RequestTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1266
+ RequestTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RequestTimestamp"),
1267
1267
  RequestedBy: import_smithy_client.expectString,
1268
1268
  Status: import_smithy_client.expectString,
1269
1269
  Table: import_smithy_client.expectString
@@ -1284,7 +1284,7 @@ var de_DatabaseSourceDescription = /* @__PURE__ */ __name((output, context) => {
1284
1284
  Endpoint: import_smithy_client.expectString,
1285
1285
  Port: import_smithy_client.expectInt32,
1286
1286
  SSLMode: import_smithy_client.expectString,
1287
- SnapshotInfo: (_) => de_DatabaseSnapshotInfoList(_, context),
1287
+ SnapshotInfo: /* @__PURE__ */ __name((_) => de_DatabaseSnapshotInfoList(_, context), "SnapshotInfo"),
1288
1288
  SnapshotWatermarkTable: import_smithy_client.expectString,
1289
1289
  SurrogateKeys: import_smithy_client._json,
1290
1290
  Tables: import_smithy_client._json,
@@ -1295,29 +1295,29 @@ var de_DataFormatConversionConfiguration = /* @__PURE__ */ __name((output, conte
1295
1295
  return (0, import_smithy_client.take)(output, {
1296
1296
  Enabled: import_smithy_client.expectBoolean,
1297
1297
  InputFormatConfiguration: import_smithy_client._json,
1298
- OutputFormatConfiguration: (_) => de_OutputFormatConfiguration(_, context),
1298
+ OutputFormatConfiguration: /* @__PURE__ */ __name((_) => de_OutputFormatConfiguration(_, context), "OutputFormatConfiguration"),
1299
1299
  SchemaConfiguration: import_smithy_client._json
1300
1300
  });
1301
1301
  }, "de_DataFormatConversionConfiguration");
1302
1302
  var de_DeliveryStreamDescription = /* @__PURE__ */ __name((output, context) => {
1303
1303
  return (0, import_smithy_client.take)(output, {
1304
- CreateTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1304
+ CreateTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateTimestamp"),
1305
1305
  DeliveryStreamARN: import_smithy_client.expectString,
1306
1306
  DeliveryStreamEncryptionConfiguration: import_smithy_client._json,
1307
1307
  DeliveryStreamName: import_smithy_client.expectString,
1308
1308
  DeliveryStreamStatus: import_smithy_client.expectString,
1309
1309
  DeliveryStreamType: import_smithy_client.expectString,
1310
- Destinations: (_) => de_DestinationDescriptionList(_, context),
1310
+ Destinations: /* @__PURE__ */ __name((_) => de_DestinationDescriptionList(_, context), "Destinations"),
1311
1311
  FailureDescription: import_smithy_client._json,
1312
1312
  HasMoreDestinations: import_smithy_client.expectBoolean,
1313
- LastUpdateTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1314
- Source: (_) => de_SourceDescription(_, context),
1313
+ LastUpdateTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTimestamp"),
1314
+ Source: /* @__PURE__ */ __name((_) => de_SourceDescription(_, context), "Source"),
1315
1315
  VersionId: import_smithy_client.expectString
1316
1316
  });
1317
1317
  }, "de_DeliveryStreamDescription");
1318
1318
  var de_DescribeDeliveryStreamOutput = /* @__PURE__ */ __name((output, context) => {
1319
1319
  return (0, import_smithy_client.take)(output, {
1320
- DeliveryStreamDescription: (_) => de_DeliveryStreamDescription(_, context)
1320
+ DeliveryStreamDescription: /* @__PURE__ */ __name((_) => de_DeliveryStreamDescription(_, context), "DeliveryStreamDescription")
1321
1321
  });
1322
1322
  }, "de_DescribeDeliveryStreamOutput");
1323
1323
  var de_DestinationDescription = /* @__PURE__ */ __name((output, context) => {
@@ -1326,7 +1326,7 @@ var de_DestinationDescription = /* @__PURE__ */ __name((output, context) => {
1326
1326
  AmazonopensearchserviceDestinationDescription: import_smithy_client._json,
1327
1327
  DestinationId: import_smithy_client.expectString,
1328
1328
  ElasticsearchDestinationDescription: import_smithy_client._json,
1329
- ExtendedS3DestinationDescription: (_) => de_ExtendedS3DestinationDescription(_, context),
1329
+ ExtendedS3DestinationDescription: /* @__PURE__ */ __name((_) => de_ExtendedS3DestinationDescription(_, context), "ExtendedS3DestinationDescription"),
1330
1330
  HttpEndpointDestinationDescription: import_smithy_client._json,
1331
1331
  IcebergDestinationDescription: import_smithy_client._json,
1332
1332
  RedshiftDestinationDescription: import_smithy_client._json,
@@ -1348,7 +1348,7 @@ var de_ExtendedS3DestinationDescription = /* @__PURE__ */ __name((output, contex
1348
1348
  CloudWatchLoggingOptions: import_smithy_client._json,
1349
1349
  CompressionFormat: import_smithy_client.expectString,
1350
1350
  CustomTimeZone: import_smithy_client.expectString,
1351
- DataFormatConversionConfiguration: (_) => de_DataFormatConversionConfiguration(_, context),
1351
+ DataFormatConversionConfiguration: /* @__PURE__ */ __name((_) => de_DataFormatConversionConfiguration(_, context), "DataFormatConversionConfiguration"),
1352
1352
  DynamicPartitioningConfiguration: import_smithy_client._json,
1353
1353
  EncryptionConfiguration: import_smithy_client._json,
1354
1354
  ErrorOutputPrefix: import_smithy_client.expectString,
@@ -1362,7 +1362,7 @@ var de_ExtendedS3DestinationDescription = /* @__PURE__ */ __name((output, contex
1362
1362
  }, "de_ExtendedS3DestinationDescription");
1363
1363
  var de_KinesisStreamSourceDescription = /* @__PURE__ */ __name((output, context) => {
1364
1364
  return (0, import_smithy_client.take)(output, {
1365
- DeliveryStartTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1365
+ DeliveryStartTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeliveryStartTimestamp"),
1366
1366
  KinesisStreamARN: import_smithy_client.expectString,
1367
1367
  RoleARN: import_smithy_client.expectString
1368
1368
  });
@@ -1370,9 +1370,9 @@ var de_KinesisStreamSourceDescription = /* @__PURE__ */ __name((output, context)
1370
1370
  var de_MSKSourceDescription = /* @__PURE__ */ __name((output, context) => {
1371
1371
  return (0, import_smithy_client.take)(output, {
1372
1372
  AuthenticationConfiguration: import_smithy_client._json,
1373
- DeliveryStartTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1373
+ DeliveryStartTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeliveryStartTimestamp"),
1374
1374
  MSKClusterARN: import_smithy_client.expectString,
1375
- ReadFromTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1375
+ ReadFromTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReadFromTimestamp"),
1376
1376
  TopicName: import_smithy_client.expectString
1377
1377
  });
1378
1378
  }, "de_MSKSourceDescription");
@@ -1392,21 +1392,21 @@ var de_OrcSerDe = /* @__PURE__ */ __name((output, context) => {
1392
1392
  }, "de_OrcSerDe");
1393
1393
  var de_OutputFormatConfiguration = /* @__PURE__ */ __name((output, context) => {
1394
1394
  return (0, import_smithy_client.take)(output, {
1395
- Serializer: (_) => de_Serializer(_, context)
1395
+ Serializer: /* @__PURE__ */ __name((_) => de_Serializer(_, context), "Serializer")
1396
1396
  });
1397
1397
  }, "de_OutputFormatConfiguration");
1398
1398
  var de_Serializer = /* @__PURE__ */ __name((output, context) => {
1399
1399
  return (0, import_smithy_client.take)(output, {
1400
- OrcSerDe: (_) => de_OrcSerDe(_, context),
1400
+ OrcSerDe: /* @__PURE__ */ __name((_) => de_OrcSerDe(_, context), "OrcSerDe"),
1401
1401
  ParquetSerDe: import_smithy_client._json
1402
1402
  });
1403
1403
  }, "de_Serializer");
1404
1404
  var de_SourceDescription = /* @__PURE__ */ __name((output, context) => {
1405
1405
  return (0, import_smithy_client.take)(output, {
1406
- DatabaseSourceDescription: (_) => de_DatabaseSourceDescription(_, context),
1406
+ DatabaseSourceDescription: /* @__PURE__ */ __name((_) => de_DatabaseSourceDescription(_, context), "DatabaseSourceDescription"),
1407
1407
  DirectPutSourceDescription: import_smithy_client._json,
1408
- KinesisStreamSourceDescription: (_) => de_KinesisStreamSourceDescription(_, context),
1409
- MSKSourceDescription: (_) => de_MSKSourceDescription(_, context)
1408
+ KinesisStreamSourceDescription: /* @__PURE__ */ __name((_) => de_KinesisStreamSourceDescription(_, context), "KinesisStreamSourceDescription"),
1409
+ MSKSourceDescription: /* @__PURE__ */ __name((_) => de_MSKSourceDescription(_, context), "MSKSourceDescription")
1410
1410
  });
1411
1411
  }, "de_SourceDescription");
1412
1412
  var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-firehose",
3
3
  "description": "AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.772.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-firehose",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",