@aws-sdk/client-firehose 3.489.0 → 3.495.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 (31) hide show
  1. package/dist-cjs/Firehose.js +1 -35
  2. package/dist-cjs/FirehoseClient.js +1 -43
  3. package/dist-cjs/commands/CreateDeliveryStreamCommand.js +1 -29
  4. package/dist-cjs/commands/DeleteDeliveryStreamCommand.js +1 -28
  5. package/dist-cjs/commands/DescribeDeliveryStreamCommand.js +1 -29
  6. package/dist-cjs/commands/ListDeliveryStreamsCommand.js +1 -28
  7. package/dist-cjs/commands/ListTagsForDeliveryStreamCommand.js +1 -28
  8. package/dist-cjs/commands/PutRecordBatchCommand.js +1 -28
  9. package/dist-cjs/commands/PutRecordCommand.js +1 -28
  10. package/dist-cjs/commands/StartDeliveryStreamEncryptionCommand.js +1 -28
  11. package/dist-cjs/commands/StopDeliveryStreamEncryptionCommand.js +1 -28
  12. package/dist-cjs/commands/TagDeliveryStreamCommand.js +1 -28
  13. package/dist-cjs/commands/UntagDeliveryStreamCommand.js +1 -28
  14. package/dist-cjs/commands/UpdateDestinationCommand.js +1 -29
  15. package/dist-cjs/commands/index.js +1 -15
  16. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  17. package/dist-cjs/extensionConfiguration.js +1 -2
  18. package/dist-cjs/index.js +1904 -10
  19. package/dist-cjs/models/FirehoseServiceException.js +1 -12
  20. package/dist-cjs/models/index.js +1 -4
  21. package/dist-cjs/models/models_0.js +1 -372
  22. package/dist-cjs/protocols/Aws_json1_1.js +1 -952
  23. package/dist-cjs/runtimeExtensions.js +1 -22
  24. package/dist-es/models/models_0.js +75 -0
  25. package/dist-es/protocols/Aws_json1_1.js +3 -0
  26. package/dist-types/commands/CreateDeliveryStreamCommand.d.ts +27 -0
  27. package/dist-types/commands/DescribeDeliveryStreamCommand.d.ts +25 -0
  28. package/dist-types/commands/UpdateDestinationCommand.d.ts +24 -0
  29. package/dist-types/models/models_0.d.ts +396 -0
  30. package/dist-types/ts3.4/models/models_0.d.ts +98 -0
  31. package/package.json +39 -39
@@ -2307,6 +2307,178 @@ export interface RedshiftDestinationConfiguration {
2307
2307
  */
2308
2308
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
2309
2309
  }
2310
+ /**
2311
+ * @public
2312
+ * @enum
2313
+ */
2314
+ export declare const SnowflakeDataLoadingOption: {
2315
+ readonly JSON_MAPPING: "JSON_MAPPING";
2316
+ readonly VARIANT_CONTENT_AND_METADATA_MAPPING: "VARIANT_CONTENT_AND_METADATA_MAPPING";
2317
+ readonly VARIANT_CONTENT_MAPPING: "VARIANT_CONTENT_MAPPING";
2318
+ };
2319
+ /**
2320
+ * @public
2321
+ */
2322
+ export type SnowflakeDataLoadingOption = (typeof SnowflakeDataLoadingOption)[keyof typeof SnowflakeDataLoadingOption];
2323
+ /**
2324
+ * @public
2325
+ * <p>Specify how long Kinesis Data Firehose retries sending data to the New Relic HTTP endpoint.
2326
+ *
2327
+ * After sending data, Kinesis Data Firehose first waits for an acknowledgment from the HTTP endpoint. If an error occurs or the acknowledgment doesn’t arrive within the acknowledgment timeout period, Kinesis Data Firehose starts the retry duration counter. It keeps retrying until the retry duration expires. After that, Kinesis Data Firehose considers it a data delivery failure and backs up the data to your Amazon S3 bucket.
2328
+ *
2329
+ * Every time that Kinesis Data Firehose sends data to the HTTP endpoint (either the initial attempt or a retry), it restarts the acknowledgement timeout counter and waits for an acknowledgement from the HTTP endpoint.
2330
+ *
2331
+ * Even if the retry duration expires, Kinesis Data Firehose still waits for the acknowledgment until it receives it or the acknowledgement timeout period is reached. If the acknowledgment times out, Kinesis Data Firehose determines whether there's time left in the retry counter. If there is time left, it retries again and repeats the logic until it receives an acknowledgment or determines that the retry time has expired.
2332
+ *
2333
+ * If you don't want Kinesis Data Firehose to retry sending data, set this value to 0.</p>
2334
+ */
2335
+ export interface SnowflakeRetryOptions {
2336
+ /**
2337
+ * @public
2338
+ * <p>the time period where Kinesis Data Firehose will retry sending data to the chosen HTTP endpoint.</p>
2339
+ */
2340
+ DurationInSeconds?: number;
2341
+ }
2342
+ /**
2343
+ * @public
2344
+ * @enum
2345
+ */
2346
+ export declare const SnowflakeS3BackupMode: {
2347
+ readonly AllData: "AllData";
2348
+ readonly FailedDataOnly: "FailedDataOnly";
2349
+ };
2350
+ /**
2351
+ * @public
2352
+ */
2353
+ export type SnowflakeS3BackupMode = (typeof SnowflakeS3BackupMode)[keyof typeof SnowflakeS3BackupMode];
2354
+ /**
2355
+ * @public
2356
+ * <p>Optionally configure a Snowflake role. Otherwise the default user role will be used.</p>
2357
+ */
2358
+ export interface SnowflakeRoleConfiguration {
2359
+ /**
2360
+ * @public
2361
+ * <p>Enable Snowflake role</p>
2362
+ */
2363
+ Enabled?: boolean;
2364
+ /**
2365
+ * @public
2366
+ * <p>The Snowflake role you wish to configure</p>
2367
+ */
2368
+ SnowflakeRole?: string;
2369
+ }
2370
+ /**
2371
+ * @public
2372
+ * <p>Configure a Snowflake VPC</p>
2373
+ */
2374
+ export interface SnowflakeVpcConfiguration {
2375
+ /**
2376
+ * @public
2377
+ * <p>The VPCE ID for Firehose to privately connect with Snowflake. The ID format is
2378
+ * com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see <a href="https://docs.snowflake.com/en/user-guide/admin-security-privatelink">Amazon PrivateLink & Snowflake</a>
2379
+ * </p>
2380
+ */
2381
+ PrivateLinkVpceId: string | undefined;
2382
+ }
2383
+ /**
2384
+ * @public
2385
+ * <p>Configure Snowflake destination</p>
2386
+ */
2387
+ export interface SnowflakeDestinationConfiguration {
2388
+ /**
2389
+ * @public
2390
+ * <p>URL for accessing your Snowflake account. This URL must include your <a href="https://docs.snowflake.com/en/user-guide/admin-account-identifier">account identifier</a>.
2391
+ * Note that the protocol (https://) and port number are optional.</p>
2392
+ */
2393
+ AccountUrl: string | undefined;
2394
+ /**
2395
+ * @public
2396
+ * <p>The private key used to encrypt your Snowflake client. For information, see <a href="https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation">Using Key Pair Authentication & Key Rotation</a>.</p>
2397
+ */
2398
+ PrivateKey: string | undefined;
2399
+ /**
2400
+ * @public
2401
+ * <p>Passphrase to decrypt the private key when the key is encrypted. For information, see <a href="https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation">Using Key Pair Authentication & Key Rotation</a>.</p>
2402
+ */
2403
+ KeyPassphrase?: string;
2404
+ /**
2405
+ * @public
2406
+ * <p>User login name for the Snowflake account.</p>
2407
+ */
2408
+ User: string | undefined;
2409
+ /**
2410
+ * @public
2411
+ * <p>All data in Snowflake is maintained in databases.</p>
2412
+ */
2413
+ Database: string | undefined;
2414
+ /**
2415
+ * @public
2416
+ * <p>Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views</p>
2417
+ */
2418
+ Schema: string | undefined;
2419
+ /**
2420
+ * @public
2421
+ * <p>All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.</p>
2422
+ */
2423
+ Table: string | undefined;
2424
+ /**
2425
+ * @public
2426
+ * <p>Optionally configure a Snowflake role. Otherwise the default user role will be used.</p>
2427
+ */
2428
+ SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration;
2429
+ /**
2430
+ * @public
2431
+ * <p>Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.</p>
2432
+ */
2433
+ DataLoadingOption?: SnowflakeDataLoadingOption;
2434
+ /**
2435
+ * @public
2436
+ * <p>The name of the record metadata column</p>
2437
+ */
2438
+ MetaDataColumnName?: string;
2439
+ /**
2440
+ * @public
2441
+ * <p>The name of the record content column</p>
2442
+ */
2443
+ ContentColumnName?: string;
2444
+ /**
2445
+ * @public
2446
+ * <p>The VPCE ID for Firehose to privately connect with Snowflake. The ID format is
2447
+ * com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see <a href="https://docs.snowflake.com/en/user-guide/admin-security-privatelink">Amazon PrivateLink & Snowflake</a>
2448
+ * </p>
2449
+ */
2450
+ SnowflakeVpcConfiguration?: SnowflakeVpcConfiguration;
2451
+ /**
2452
+ * @public
2453
+ * <p>Describes the Amazon CloudWatch logging options for your delivery stream.</p>
2454
+ */
2455
+ CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
2456
+ /**
2457
+ * @public
2458
+ * <p>Describes a data processing configuration.</p>
2459
+ */
2460
+ ProcessingConfiguration?: ProcessingConfiguration;
2461
+ /**
2462
+ * @public
2463
+ * <p>The Amazon Resource Name (ARN) of the Snowflake role</p>
2464
+ */
2465
+ RoleARN: string | undefined;
2466
+ /**
2467
+ * @public
2468
+ * <p>The time period where Kinesis Data Firehose will retry sending data to the chosen HTTP endpoint.</p>
2469
+ */
2470
+ RetryOptions?: SnowflakeRetryOptions;
2471
+ /**
2472
+ * @public
2473
+ * <p>Choose an S3 backup mode</p>
2474
+ */
2475
+ S3BackupMode?: SnowflakeS3BackupMode;
2476
+ /**
2477
+ * @public
2478
+ * <p>Describes the configuration of a destination in Amazon S3.</p>
2479
+ */
2480
+ S3Configuration: S3DestinationConfiguration | undefined;
2481
+ }
2310
2482
  /**
2311
2483
  * @public
2312
2484
  * <p>The buffering options. If no value is specified, the default values for Splunk are used.</p>
@@ -2558,6 +2730,11 @@ export interface CreateDeliveryStreamInput {
2558
2730
  * stream.</p>
2559
2731
  */
2560
2732
  MSKSourceConfiguration?: MSKSourceConfiguration;
2733
+ /**
2734
+ * @public
2735
+ * <p>Configure Snowflake destination</p>
2736
+ */
2737
+ SnowflakeDestinationConfiguration?: SnowflakeDestinationConfiguration;
2561
2738
  }
2562
2739
  /**
2563
2740
  * @public
@@ -3081,6 +3258,95 @@ export interface RedshiftDestinationDescription {
3081
3258
  */
3082
3259
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
3083
3260
  }
3261
+ /**
3262
+ * @public
3263
+ * <p>Optional Snowflake destination description</p>
3264
+ */
3265
+ export interface SnowflakeDestinationDescription {
3266
+ /**
3267
+ * @public
3268
+ * <p>URL for accessing your Snowflake account. This URL must include your <a href="https://docs.snowflake.com/en/user-guide/admin-account-identifier">account identifier</a>.
3269
+ * Note that the protocol (https://) and port number are optional.</p>
3270
+ */
3271
+ AccountUrl?: string;
3272
+ /**
3273
+ * @public
3274
+ * <p>User login name for the Snowflake account.</p>
3275
+ */
3276
+ User?: string;
3277
+ /**
3278
+ * @public
3279
+ * <p>All data in Snowflake is maintained in databases.</p>
3280
+ */
3281
+ Database?: string;
3282
+ /**
3283
+ * @public
3284
+ * <p>Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views</p>
3285
+ */
3286
+ Schema?: string;
3287
+ /**
3288
+ * @public
3289
+ * <p>All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.</p>
3290
+ */
3291
+ Table?: string;
3292
+ /**
3293
+ * @public
3294
+ * <p>Optionally configure a Snowflake role. Otherwise the default user role will be used.</p>
3295
+ */
3296
+ SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration;
3297
+ /**
3298
+ * @public
3299
+ * <p>Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.</p>
3300
+ */
3301
+ DataLoadingOption?: SnowflakeDataLoadingOption;
3302
+ /**
3303
+ * @public
3304
+ * <p>The name of the record metadata column</p>
3305
+ */
3306
+ MetaDataColumnName?: string;
3307
+ /**
3308
+ * @public
3309
+ * <p>The name of the record content column</p>
3310
+ */
3311
+ ContentColumnName?: string;
3312
+ /**
3313
+ * @public
3314
+ * <p>The VPCE ID for Firehose to privately connect with Snowflake. The ID format is
3315
+ * com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see <a href="https://docs.snowflake.com/en/user-guide/admin-security-privatelink">Amazon PrivateLink & Snowflake</a>
3316
+ * </p>
3317
+ */
3318
+ SnowflakeVpcConfiguration?: SnowflakeVpcConfiguration;
3319
+ /**
3320
+ * @public
3321
+ * <p>Describes the Amazon CloudWatch logging options for your delivery stream.</p>
3322
+ */
3323
+ CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
3324
+ /**
3325
+ * @public
3326
+ * <p>Describes a data processing configuration.</p>
3327
+ */
3328
+ ProcessingConfiguration?: ProcessingConfiguration;
3329
+ /**
3330
+ * @public
3331
+ * <p>The Amazon Resource Name (ARN) of the Snowflake role</p>
3332
+ */
3333
+ RoleARN?: string;
3334
+ /**
3335
+ * @public
3336
+ * <p>The time period where Kinesis Data Firehose will retry sending data to the chosen HTTP endpoint.</p>
3337
+ */
3338
+ RetryOptions?: SnowflakeRetryOptions;
3339
+ /**
3340
+ * @public
3341
+ * <p>Choose an S3 backup mode</p>
3342
+ */
3343
+ S3BackupMode?: SnowflakeS3BackupMode;
3344
+ /**
3345
+ * @public
3346
+ * <p>Describes a destination in Amazon S3.</p>
3347
+ */
3348
+ S3DestinationDescription?: S3DestinationDescription;
3349
+ }
3084
3350
  /**
3085
3351
  * @public
3086
3352
  * <p>Describes a destination in Splunk.</p>
@@ -3192,6 +3458,11 @@ export interface DestinationDescription {
3192
3458
  * <p>Describes the specified HTTP endpoint destination.</p>
3193
3459
  */
3194
3460
  HttpEndpointDestinationDescription?: HttpEndpointDestinationDescription;
3461
+ /**
3462
+ * @public
3463
+ * <p>Optional description for the destination</p>
3464
+ */
3465
+ SnowflakeDestinationDescription?: SnowflakeDestinationDescription;
3195
3466
  /**
3196
3467
  * @public
3197
3468
  * <p>The destination in the Serverless offering for Amazon OpenSearch Service.</p>
@@ -4006,6 +4277,106 @@ export interface RedshiftDestinationUpdate {
4006
4277
  */
4007
4278
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
4008
4279
  }
4280
+ /**
4281
+ * @public
4282
+ * <p>Update to configuration settings</p>
4283
+ */
4284
+ export interface SnowflakeDestinationUpdate {
4285
+ /**
4286
+ * @public
4287
+ * <p>URL for accessing your Snowflake account. This URL must include your <a href="https://docs.snowflake.com/en/user-guide/admin-account-identifier">account identifier</a>.
4288
+ * Note that the protocol (https://) and port number are optional.</p>
4289
+ */
4290
+ AccountUrl?: string;
4291
+ /**
4292
+ * @public
4293
+ * <p>The private key used to encrypt your Snowflake client. For information, see <a href="https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation">Using Key Pair Authentication & Key Rotation</a>.</p>
4294
+ */
4295
+ PrivateKey?: string;
4296
+ /**
4297
+ * @public
4298
+ * <p>Passphrase to decrypt the private key when the key is encrypted. For information, see <a href="https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation">Using Key Pair Authentication & Key Rotation</a>.</p>
4299
+ */
4300
+ KeyPassphrase?: string;
4301
+ /**
4302
+ * @public
4303
+ * <p>User login name for the Snowflake account.</p>
4304
+ */
4305
+ User?: string;
4306
+ /**
4307
+ * @public
4308
+ * <p>All data in Snowflake is maintained in databases.</p>
4309
+ */
4310
+ Database?: string;
4311
+ /**
4312
+ * @public
4313
+ * <p>Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views</p>
4314
+ */
4315
+ Schema?: string;
4316
+ /**
4317
+ * @public
4318
+ * <p>All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.</p>
4319
+ */
4320
+ Table?: string;
4321
+ /**
4322
+ * @public
4323
+ * <p>Optionally configure a Snowflake role. Otherwise the default user role will be used.</p>
4324
+ */
4325
+ SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration;
4326
+ /**
4327
+ * @public
4328
+ * <p> JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.</p>
4329
+ */
4330
+ DataLoadingOption?: SnowflakeDataLoadingOption;
4331
+ /**
4332
+ * @public
4333
+ * <p>The name of the record metadata column</p>
4334
+ */
4335
+ MetaDataColumnName?: string;
4336
+ /**
4337
+ * @public
4338
+ * <p>The name of the content metadata column</p>
4339
+ */
4340
+ ContentColumnName?: string;
4341
+ /**
4342
+ * @public
4343
+ * <p>Describes the Amazon CloudWatch logging options for your delivery stream.</p>
4344
+ */
4345
+ CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
4346
+ /**
4347
+ * @public
4348
+ * <p>Describes a data processing configuration.</p>
4349
+ */
4350
+ ProcessingConfiguration?: ProcessingConfiguration;
4351
+ /**
4352
+ * @public
4353
+ * <p>The Amazon Resource Name (ARN) of the Snowflake role</p>
4354
+ */
4355
+ RoleARN?: string;
4356
+ /**
4357
+ * @public
4358
+ * <p>Specify how long Kinesis Data Firehose retries sending data to the New Relic HTTP endpoint.
4359
+ *
4360
+ * After sending data, Kinesis Data Firehose first waits for an acknowledgment from the HTTP endpoint. If an error occurs or the acknowledgment doesn’t arrive within the acknowledgment timeout period, Kinesis Data Firehose starts the retry duration counter. It keeps retrying until the retry duration expires. After that, Kinesis Data Firehose considers it a data delivery failure and backs up the data to your Amazon S3 bucket.
4361
+ *
4362
+ * Every time that Kinesis Data Firehose sends data to the HTTP endpoint (either the initial attempt or a retry), it restarts the acknowledgement timeout counter and waits for an acknowledgement from the HTTP endpoint.
4363
+ *
4364
+ * Even if the retry duration expires, Kinesis Data Firehose still waits for the acknowledgment until it receives it or the acknowledgement timeout period is reached. If the acknowledgment times out, Kinesis Data Firehose determines whether there's time left in the retry counter. If there is time left, it retries again and repeats the logic until it receives an acknowledgment or determines that the retry time has expired.
4365
+ *
4366
+ * If you don't want Kinesis Data Firehose to retry sending data, set this value to 0.</p>
4367
+ */
4368
+ RetryOptions?: SnowflakeRetryOptions;
4369
+ /**
4370
+ * @public
4371
+ * <p>Choose an S3 backup mode</p>
4372
+ */
4373
+ S3BackupMode?: SnowflakeS3BackupMode;
4374
+ /**
4375
+ * @public
4376
+ * <p>Describes an update for a destination in Amazon S3.</p>
4377
+ */
4378
+ S3Update?: S3DestinationUpdate;
4379
+ }
4009
4380
  /**
4010
4381
  * @public
4011
4382
  * <p>Describes an update for a destination in Splunk.</p>
@@ -4141,6 +4512,11 @@ export interface UpdateDestinationInput {
4141
4512
  * Service.</p>
4142
4513
  */
4143
4514
  AmazonOpenSearchServerlessDestinationUpdate?: AmazonOpenSearchServerlessDestinationUpdate;
4515
+ /**
4516
+ * @public
4517
+ * <p>Update to the Snowflake destination condiguration settings</p>
4518
+ */
4519
+ SnowflakeDestinationUpdate?: SnowflakeDestinationUpdate;
4144
4520
  }
4145
4521
  /**
4146
4522
  * @public
@@ -4167,6 +4543,18 @@ export declare const HttpEndpointDestinationConfigurationFilterSensitiveLog: (ob
4167
4543
  * @internal
4168
4544
  */
4169
4545
  export declare const RedshiftDestinationConfigurationFilterSensitiveLog: (obj: RedshiftDestinationConfiguration) => any;
4546
+ /**
4547
+ * @internal
4548
+ */
4549
+ export declare const SnowflakeRoleConfigurationFilterSensitiveLog: (obj: SnowflakeRoleConfiguration) => any;
4550
+ /**
4551
+ * @internal
4552
+ */
4553
+ export declare const SnowflakeVpcConfigurationFilterSensitiveLog: (obj: SnowflakeVpcConfiguration) => any;
4554
+ /**
4555
+ * @internal
4556
+ */
4557
+ export declare const SnowflakeDestinationConfigurationFilterSensitiveLog: (obj: SnowflakeDestinationConfiguration) => any;
4170
4558
  /**
4171
4559
  * @internal
4172
4560
  */
@@ -4183,6 +4571,10 @@ export declare const HttpEndpointDestinationDescriptionFilterSensitiveLog: (obj:
4183
4571
  * @internal
4184
4572
  */
4185
4573
  export declare const RedshiftDestinationDescriptionFilterSensitiveLog: (obj: RedshiftDestinationDescription) => any;
4574
+ /**
4575
+ * @internal
4576
+ */
4577
+ export declare const SnowflakeDestinationDescriptionFilterSensitiveLog: (obj: SnowflakeDestinationDescription) => any;
4186
4578
  /**
4187
4579
  * @internal
4188
4580
  */
@@ -4203,6 +4595,10 @@ export declare const HttpEndpointDestinationUpdateFilterSensitiveLog: (obj: Http
4203
4595
  * @internal
4204
4596
  */
4205
4597
  export declare const RedshiftDestinationUpdateFilterSensitiveLog: (obj: RedshiftDestinationUpdate) => any;
4598
+ /**
4599
+ * @internal
4600
+ */
4601
+ export declare const SnowflakeDestinationUpdateFilterSensitiveLog: (obj: SnowflakeDestinationUpdate) => any;
4206
4602
  /**
4207
4603
  * @internal
4208
4604
  */
@@ -490,6 +490,49 @@ export interface RedshiftDestinationConfiguration {
490
490
  S3BackupConfiguration?: S3DestinationConfiguration;
491
491
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
492
492
  }
493
+ export declare const SnowflakeDataLoadingOption: {
494
+ readonly JSON_MAPPING: "JSON_MAPPING";
495
+ readonly VARIANT_CONTENT_AND_METADATA_MAPPING: "VARIANT_CONTENT_AND_METADATA_MAPPING";
496
+ readonly VARIANT_CONTENT_MAPPING: "VARIANT_CONTENT_MAPPING";
497
+ };
498
+ export type SnowflakeDataLoadingOption =
499
+ (typeof SnowflakeDataLoadingOption)[keyof typeof SnowflakeDataLoadingOption];
500
+ export interface SnowflakeRetryOptions {
501
+ DurationInSeconds?: number;
502
+ }
503
+ export declare const SnowflakeS3BackupMode: {
504
+ readonly AllData: "AllData";
505
+ readonly FailedDataOnly: "FailedDataOnly";
506
+ };
507
+ export type SnowflakeS3BackupMode =
508
+ (typeof SnowflakeS3BackupMode)[keyof typeof SnowflakeS3BackupMode];
509
+ export interface SnowflakeRoleConfiguration {
510
+ Enabled?: boolean;
511
+ SnowflakeRole?: string;
512
+ }
513
+ export interface SnowflakeVpcConfiguration {
514
+ PrivateLinkVpceId: string | undefined;
515
+ }
516
+ export interface SnowflakeDestinationConfiguration {
517
+ AccountUrl: string | undefined;
518
+ PrivateKey: string | undefined;
519
+ KeyPassphrase?: string;
520
+ User: string | undefined;
521
+ Database: string | undefined;
522
+ Schema: string | undefined;
523
+ Table: string | undefined;
524
+ SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration;
525
+ DataLoadingOption?: SnowflakeDataLoadingOption;
526
+ MetaDataColumnName?: string;
527
+ ContentColumnName?: string;
528
+ SnowflakeVpcConfiguration?: SnowflakeVpcConfiguration;
529
+ CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
530
+ ProcessingConfiguration?: ProcessingConfiguration;
531
+ RoleARN: string | undefined;
532
+ RetryOptions?: SnowflakeRetryOptions;
533
+ S3BackupMode?: SnowflakeS3BackupMode;
534
+ S3Configuration: S3DestinationConfiguration | undefined;
535
+ }
493
536
  export interface SplunkBufferingHints {
494
537
  IntervalInSeconds?: number;
495
538
  SizeInMBs?: number;
@@ -540,6 +583,7 @@ export interface CreateDeliveryStreamInput {
540
583
  Tags?: Tag[];
541
584
  AmazonOpenSearchServerlessDestinationConfiguration?: AmazonOpenSearchServerlessDestinationConfiguration;
542
585
  MSKSourceConfiguration?: MSKSourceConfiguration;
586
+ SnowflakeDestinationConfiguration?: SnowflakeDestinationConfiguration;
543
587
  }
544
588
  export interface CreateDeliveryStreamOutput {
545
589
  DeliveryStreamARN?: string;
@@ -691,6 +735,24 @@ export interface RedshiftDestinationDescription {
691
735
  S3BackupDescription?: S3DestinationDescription;
692
736
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
693
737
  }
738
+ export interface SnowflakeDestinationDescription {
739
+ AccountUrl?: string;
740
+ User?: string;
741
+ Database?: string;
742
+ Schema?: string;
743
+ Table?: string;
744
+ SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration;
745
+ DataLoadingOption?: SnowflakeDataLoadingOption;
746
+ MetaDataColumnName?: string;
747
+ ContentColumnName?: string;
748
+ SnowflakeVpcConfiguration?: SnowflakeVpcConfiguration;
749
+ CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
750
+ ProcessingConfiguration?: ProcessingConfiguration;
751
+ RoleARN?: string;
752
+ RetryOptions?: SnowflakeRetryOptions;
753
+ S3BackupMode?: SnowflakeS3BackupMode;
754
+ S3DestinationDescription?: S3DestinationDescription;
755
+ }
694
756
  export interface SplunkDestinationDescription {
695
757
  HECEndpoint?: string;
696
758
  HECEndpointType?: HECEndpointType;
@@ -712,6 +774,7 @@ export interface DestinationDescription {
712
774
  AmazonopensearchserviceDestinationDescription?: AmazonopensearchserviceDestinationDescription;
713
775
  SplunkDestinationDescription?: SplunkDestinationDescription;
714
776
  HttpEndpointDestinationDescription?: HttpEndpointDestinationDescription;
777
+ SnowflakeDestinationDescription?: SnowflakeDestinationDescription;
715
778
  AmazonOpenSearchServerlessDestinationDescription?: AmazonOpenSearchServerlessDestinationDescription;
716
779
  }
717
780
  export interface KinesisStreamSourceDescription {
@@ -881,6 +944,25 @@ export interface RedshiftDestinationUpdate {
881
944
  S3BackupUpdate?: S3DestinationUpdate;
882
945
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
883
946
  }
947
+ export interface SnowflakeDestinationUpdate {
948
+ AccountUrl?: string;
949
+ PrivateKey?: string;
950
+ KeyPassphrase?: string;
951
+ User?: string;
952
+ Database?: string;
953
+ Schema?: string;
954
+ Table?: string;
955
+ SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration;
956
+ DataLoadingOption?: SnowflakeDataLoadingOption;
957
+ MetaDataColumnName?: string;
958
+ ContentColumnName?: string;
959
+ CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
960
+ ProcessingConfiguration?: ProcessingConfiguration;
961
+ RoleARN?: string;
962
+ RetryOptions?: SnowflakeRetryOptions;
963
+ S3BackupMode?: SnowflakeS3BackupMode;
964
+ S3Update?: S3DestinationUpdate;
965
+ }
884
966
  export interface SplunkDestinationUpdate {
885
967
  HECEndpoint?: string;
886
968
  HECEndpointType?: HECEndpointType;
@@ -905,6 +987,7 @@ export interface UpdateDestinationInput {
905
987
  SplunkDestinationUpdate?: SplunkDestinationUpdate;
906
988
  HttpEndpointDestinationUpdate?: HttpEndpointDestinationUpdate;
907
989
  AmazonOpenSearchServerlessDestinationUpdate?: AmazonOpenSearchServerlessDestinationUpdate;
990
+ SnowflakeDestinationUpdate?: SnowflakeDestinationUpdate;
908
991
  }
909
992
  export interface UpdateDestinationOutput {}
910
993
  export declare const HttpEndpointConfigurationFilterSensitiveLog: (
@@ -922,6 +1005,15 @@ export declare const HttpEndpointDestinationConfigurationFilterSensitiveLog: (
922
1005
  export declare const RedshiftDestinationConfigurationFilterSensitiveLog: (
923
1006
  obj: RedshiftDestinationConfiguration
924
1007
  ) => any;
1008
+ export declare const SnowflakeRoleConfigurationFilterSensitiveLog: (
1009
+ obj: SnowflakeRoleConfiguration
1010
+ ) => any;
1011
+ export declare const SnowflakeVpcConfigurationFilterSensitiveLog: (
1012
+ obj: SnowflakeVpcConfiguration
1013
+ ) => any;
1014
+ export declare const SnowflakeDestinationConfigurationFilterSensitiveLog: (
1015
+ obj: SnowflakeDestinationConfiguration
1016
+ ) => any;
925
1017
  export declare const CreateDeliveryStreamInputFilterSensitiveLog: (
926
1018
  obj: CreateDeliveryStreamInput
927
1019
  ) => any;
@@ -934,6 +1026,9 @@ export declare const HttpEndpointDestinationDescriptionFilterSensitiveLog: (
934
1026
  export declare const RedshiftDestinationDescriptionFilterSensitiveLog: (
935
1027
  obj: RedshiftDestinationDescription
936
1028
  ) => any;
1029
+ export declare const SnowflakeDestinationDescriptionFilterSensitiveLog: (
1030
+ obj: SnowflakeDestinationDescription
1031
+ ) => any;
937
1032
  export declare const DestinationDescriptionFilterSensitiveLog: (
938
1033
  obj: DestinationDescription
939
1034
  ) => any;
@@ -949,6 +1044,9 @@ export declare const HttpEndpointDestinationUpdateFilterSensitiveLog: (
949
1044
  export declare const RedshiftDestinationUpdateFilterSensitiveLog: (
950
1045
  obj: RedshiftDestinationUpdate
951
1046
  ) => any;
1047
+ export declare const SnowflakeDestinationUpdateFilterSensitiveLog: (
1048
+ obj: SnowflakeDestinationUpdate
1049
+ ) => any;
952
1050
  export declare const UpdateDestinationInputFilterSensitiveLog: (
953
1051
  obj: UpdateDestinationInput
954
1052
  ) => any;