@@ -829,7 +829,7 @@ export interface PipeSourceDynamoDBStreamParameters {
829
829
DeadLetterConfig ?: DeadLetterConfig ;
830
830
831
831
/**
832
- * <p>(Streams only) Define how to handle item process failures. <code>AUTOMATIC_BISECT</code> halves each batch and retry each half
832
+ * <p>Define how to handle item process failures. <code>AUTOMATIC_BISECT</code> halves each batch and retry each half
833
833
* until all the records are processed or there is one failed message left in the batch.</p>
834
834
* @public
835
835
*/
@@ -842,27 +842,27 @@ export interface PipeSourceDynamoDBStreamParameters {
842
842
MaximumBatchingWindowInSeconds ?: number ;
843
843
844
844
/**
845
- * <p>(Streams only) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite.
845
+ * <p>Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite.
846
846
* When the value is set to infinite, EventBridge never discards old records. </p>
847
847
* @public
848
848
*/
849
849
MaximumRecordAgeInSeconds ?: number ;
850
850
851
851
/**
852
- * <p>(Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of
852
+ * <p>Discard records after the specified number of retries. The default value is -1, which sets the maximum number of
853
853
* retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.</p>
854
854
* @public
855
855
*/
856
856
MaximumRetryAttempts ?: number ;
857
857
858
858
/**
859
- * <p>(Streams only) The number of batches to process concurrently from each shard. The default value is 1.</p>
859
+ * <p>The number of batches to process concurrently from each shard. The default value is 1.</p>
860
860
* @public
861
861
*/
862
862
ParallelizationFactor ?: number ;
863
863
864
864
/**
865
- * <p>(Streams only) The position in a stream from which to start reading.</p>
865
+ * <p>The position in a stream from which to start reading.</p>
866
866
* @public
867
867
*/
868
868
StartingPosition : DynamoDBStreamStartPosition | undefined ;
@@ -929,7 +929,7 @@ export interface PipeSourceKinesisStreamParameters {
929
929
DeadLetterConfig ?: DeadLetterConfig ;
930
930
931
931
/**
932
- * <p>(Streams only) Define how to handle item process failures. <code>AUTOMATIC_BISECT</code> halves each batch and retry each half
932
+ * <p>Define how to handle item process failures. <code>AUTOMATIC_BISECT</code> halves each batch and retry each half
933
933
* until all the records are processed or there is one failed message left in the batch.</p>
934
934
* @public
935
935
*/
@@ -942,27 +942,27 @@ export interface PipeSourceKinesisStreamParameters {
942
942
MaximumBatchingWindowInSeconds ?: number ;
943
943
944
944
/**
945
- * <p>(Streams only) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite.
945
+ * <p>Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite.
946
946
* When the value is set to infinite, EventBridge never discards old records. </p>
947
947
* @public
948
948
*/
949
949
MaximumRecordAgeInSeconds ?: number ;
950
950
951
951
/**
952
- * <p>(Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of
952
+ * <p>Discard records after the specified number of retries. The default value is -1, which sets the maximum number of
953
953
* retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.</p>
954
954
* @public
955
955
*/
956
956
MaximumRetryAttempts ?: number ;
957
957
958
958
/**
959
- * <p>(Streams only) The number of batches to process concurrently from each shard. The default value is 1.</p>
959
+ * <p>The number of batches to process concurrently from each shard. The default value is 1.</p>
960
960
* @public
961
961
*/
962
962
ParallelizationFactor ?: number ;
963
963
964
964
/**
965
- * <p>(Streams only) The position in a stream from which to start reading.</p>
965
+ * <p>The position in a stream from which to start reading.</p>
966
966
* @public
967
967
*/
968
968
StartingPosition : KinesisStreamStartPosition | undefined ;
@@ -1057,7 +1057,7 @@ export interface PipeSourceManagedStreamingKafkaParameters {
1057
1057
TopicName : string | undefined ;
1058
1058
1059
1059
/**
1060
- * <p>(Streams only) The position in a stream from which to start reading.</p>
1060
+ * <p>The position in a stream from which to start reading.</p>
1061
1061
* @public
1062
1062
*/
1063
1063
StartingPosition ?: MSKStartPosition ;
@@ -1267,7 +1267,7 @@ export interface PipeSourceSelfManagedKafkaParameters {
1267
1267
TopicName : string | undefined ;
1268
1268
1269
1269
/**
1270
- * <p>(Streams only) The position in a stream from which to start reading.</p>
1270
+ * <p>The position in a stream from which to start reading.</p>
1271
1271
* @public
1272
1272
*/
1273
1273
StartingPosition ?: SelfManagedKafkaStartPosition ;
@@ -2505,7 +2505,7 @@ export interface PipeTargetTimestreamParameters {
2505
2505
2506
2506
/**
2507
2507
* <p>How to format the timestamps. For example,
2508
- * <code>YYYY -MM-DDThh :mm:ss.sssTZD </code>.</p>
2508
+ * <code>yyyy -MM-dd'T'HH :mm:ss'Z' </code>.</p>
2509
2509
* <p>Required if <code>TimeFieldType</code> is specified as
2510
2510
* <code>TIMESTAMP_FORMAT</code>.</p>
2511
2511
* @public
@@ -3573,7 +3573,7 @@ export interface UpdatePipeSourceDynamoDBStreamParameters {
3573
3573
DeadLetterConfig ?: DeadLetterConfig ;
3574
3574
3575
3575
/**
3576
- * <p>(Streams only) Define how to handle item process failures. <code>AUTOMATIC_BISECT</code> halves each batch and retry each half
3576
+ * <p>Define how to handle item process failures. <code>AUTOMATIC_BISECT</code> halves each batch and retry each half
3577
3577
* until all the records are processed or there is one failed message left in the batch.</p>
3578
3578
* @public
3579
3579
*/
@@ -3586,21 +3586,21 @@ export interface UpdatePipeSourceDynamoDBStreamParameters {
3586
3586
MaximumBatchingWindowInSeconds ?: number ;
3587
3587
3588
3588
/**
3589
- * <p>(Streams only) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite.
3589
+ * <p>Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite.
3590
3590
* When the value is set to infinite, EventBridge never discards old records. </p>
3591
3591
* @public
3592
3592
*/
3593
3593
MaximumRecordAgeInSeconds ?: number ;
3594
3594
3595
3595
/**
3596
- * <p>(Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of
3596
+ * <p>Discard records after the specified number of retries. The default value is -1, which sets the maximum number of
3597
3597
* retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.</p>
3598
3598
* @public
3599
3599
*/
3600
3600
MaximumRetryAttempts ?: number ;
3601
3601
3602
3602
/**
3603
- * <p>(Streams only) The number of batches to process concurrently from each shard. The default value is 1.</p>
3603
+ * <p>The number of batches to process concurrently from each shard. The default value is 1.</p>
3604
3604
* @public
3605
3605
*/
3606
3606
ParallelizationFactor ?: number ;
@@ -3624,7 +3624,7 @@ export interface UpdatePipeSourceKinesisStreamParameters {
3624
3624
DeadLetterConfig ?: DeadLetterConfig ;
3625
3625
3626
3626
/**
3627
- * <p>(Streams only) Define how to handle item process failures. <code>AUTOMATIC_BISECT</code> halves each batch and retry each half
3627
+ * <p>Define how to handle item process failures. <code>AUTOMATIC_BISECT</code> halves each batch and retry each half
3628
3628
* until all the records are processed or there is one failed message left in the batch.</p>
3629
3629
* @public
3630
3630
*/
@@ -3637,21 +3637,21 @@ export interface UpdatePipeSourceKinesisStreamParameters {
3637
3637
MaximumBatchingWindowInSeconds ?: number ;
3638
3638
3639
3639
/**
3640
- * <p>(Streams only) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite.
3640
+ * <p>Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite.
3641
3641
* When the value is set to infinite, EventBridge never discards old records. </p>
3642
3642
* @public
3643
3643
*/
3644
3644
MaximumRecordAgeInSeconds ?: number ;
3645
3645
3646
3646
/**
3647
- * <p>(Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of
3647
+ * <p>Discard records after the specified number of retries. The default value is -1, which sets the maximum number of
3648
3648
* retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.</p>
3649
3649
* @public
3650
3650
*/
3651
3651
MaximumRetryAttempts ?: number ;
3652
3652
3653
3653
/**
3654
- * <p>(Streams only) The number of batches to process concurrently from each shard. The default value is 1.</p>
3654
+ * <p>The number of batches to process concurrently from each shard. The default value is 1.</p>
3655
3655
* @public
3656
3656
*/
3657
3657
ParallelizationFactor ?: number ;
0 commit comments