@aws-sdk/client-firehose
Advanced tools
Comparing version 3.734.0 to 3.737.0
@@ -354,2 +354,3 @@ import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core"; | ||
DeliveryStreamType: [], | ||
DirectPutSourceConfiguration: _json, | ||
ElasticsearchDestinationConfiguration: _json, | ||
@@ -637,2 +638,3 @@ ExtendedS3DestinationConfiguration: (_) => se_ExtendedS3DestinationConfiguration(_, context), | ||
DatabaseSourceDescription: (_) => de_DatabaseSourceDescription(_, context), | ||
DirectPutSourceDescription: _json, | ||
KinesisStreamSourceDescription: (_) => de_KinesisStreamSourceDescription(_, context), | ||
@@ -639,0 +641,0 @@ MSKSourceDescription: (_) => de_MSKSourceDescription(_, context), |
@@ -106,2 +106,5 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* DeliveryStreamType: "DirectPut" || "KinesisStreamAsSource" || "MSKAsSource" || "DatabaseAsSource", | ||
* DirectPutSourceConfiguration: { // DirectPutSourceConfiguration | ||
* ThroughputHintInMBs: Number("int"), // required | ||
* }, | ||
* KinesisStreamSourceConfiguration: { // KinesisStreamSourceConfiguration | ||
@@ -609,2 +612,3 @@ * KinesisStreamARN: "STRING_VALUE", // required | ||
* RoleARN: "STRING_VALUE", // required | ||
* AppendOnly: true || false, | ||
* CatalogConfiguration: { // CatalogConfiguration | ||
@@ -611,0 +615,0 @@ * CatalogARN: "STRING_VALUE", |
@@ -73,2 +73,5 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // Source: { // SourceDescription | ||
* // DirectPutSourceDescription: { // DirectPutSourceDescription | ||
* // ThroughputHintInMBs: Number("int"), | ||
* // }, | ||
* // KinesisStreamSourceDescription: { // KinesisStreamSourceDescription | ||
@@ -625,2 +628,3 @@ * // KinesisStreamARN: "STRING_VALUE", | ||
* // RoleARN: "STRING_VALUE", | ||
* // AppendOnly: true || false, | ||
* // CatalogConfiguration: { // CatalogConfiguration | ||
@@ -627,0 +631,0 @@ * // CatalogARN: "STRING_VALUE", |
@@ -509,2 +509,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* RoleARN: "STRING_VALUE", | ||
* AppendOnly: true || false, | ||
* CatalogConfiguration: { // CatalogConfiguration | ||
@@ -511,0 +512,0 @@ * CatalogARN: "STRING_VALUE", |
@@ -333,2 +333,5 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
(typeof DeliveryStreamType)[keyof typeof DeliveryStreamType]; | ||
export interface DirectPutSourceConfiguration { | ||
ThroughputHintInMBs: number | undefined; | ||
} | ||
export interface ElasticsearchBufferingHints { | ||
@@ -562,2 +565,3 @@ IntervalInSeconds?: number | undefined; | ||
RoleARN: string | undefined; | ||
AppendOnly?: boolean | undefined; | ||
CatalogConfiguration: CatalogConfiguration | undefined; | ||
@@ -687,2 +691,3 @@ S3Configuration: S3DestinationConfiguration | undefined; | ||
DeliveryStreamType?: DeliveryStreamType | undefined; | ||
DirectPutSourceConfiguration?: DirectPutSourceConfiguration | undefined; | ||
KinesisStreamSourceConfiguration?: | ||
@@ -918,2 +923,3 @@ | KinesisStreamSourceConfiguration | ||
RoleARN?: string | undefined; | ||
AppendOnly?: boolean | undefined; | ||
CatalogConfiguration?: CatalogConfiguration | undefined; | ||
@@ -991,2 +997,5 @@ S3DestinationDescription?: S3DestinationDescription | undefined; | ||
} | ||
export interface DirectPutSourceDescription { | ||
ThroughputHintInMBs?: number | undefined; | ||
} | ||
export interface KinesisStreamSourceDescription { | ||
@@ -1005,2 +1014,3 @@ KinesisStreamARN?: string | undefined; | ||
export interface SourceDescription { | ||
DirectPutSourceDescription?: DirectPutSourceDescription | undefined; | ||
KinesisStreamSourceDescription?: KinesisStreamSourceDescription | undefined; | ||
@@ -1172,2 +1182,3 @@ MSKSourceDescription?: MSKSourceDescription | undefined; | ||
RoleARN?: string | undefined; | ||
AppendOnly?: boolean | undefined; | ||
CatalogConfiguration?: CatalogConfiguration | undefined; | ||
@@ -1174,0 +1185,0 @@ S3Configuration?: S3DestinationConfiguration | undefined; |
{ | ||
"name": "@aws-sdk/client-firehose", | ||
"description": "AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native", | ||
"version": "3.734.0", | ||
"version": "3.737.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
715396
16055