You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-pipes/README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,12 @@
6
6
7
7
AWS SDK for JavaScript Pipes Client for Node.js, Browser and React Native.
8
8
9
-
<p>Amazon EventBridge Pipes connects event sources to targets. Pipes reduces the need for specialized knowledge and integration code when developing
10
-
event driven architectures. This helps ensures consistency across your company’s applications. With Pipes, the target can be any available EventBridge target.
11
-
To set up a pipe, you select the event source, add optional event filtering, define optional enrichment, and select the target for the event data. </p>
9
+
<p>Amazon EventBridge Pipes connects event sources to targets. Pipes reduces the need
10
+
for specialized knowledge and integration code when developing event driven architectures.
11
+
This helps ensures consistency across your company’s applications. With Pipes, the target
12
+
can be any available EventBridge target. To set up a pipe, you select the event
13
+
source, add optional event filtering, define optional enrichment, and select the target for
Copy file name to clipboardExpand all lines: clients/client-pipes/src/Pipes.ts
+6-3
Original file line number
Diff line number
Diff line change
@@ -159,9 +159,12 @@ export interface Pipes {
159
159
}
160
160
161
161
/**
162
-
* <p>Amazon EventBridge Pipes connects event sources to targets. Pipes reduces the need for specialized knowledge and integration code when developing
163
-
* event driven architectures. This helps ensures consistency across your company’s applications. With Pipes, the target can be any available EventBridge target.
164
-
* To set up a pipe, you select the event source, add optional event filtering, define optional enrichment, and select the target for the event data. </p>
162
+
* <p>Amazon EventBridge Pipes connects event sources to targets. Pipes reduces the need
163
+
* for specialized knowledge and integration code when developing event driven architectures.
164
+
* This helps ensures consistency across your company’s applications. With Pipes, the target
165
+
* can be any available EventBridge target. To set up a pipe, you select the event
166
+
* source, add optional event filtering, define optional enrichment, and select the target for
* <p>Amazon EventBridge Pipes connects event sources to targets. Pipes reduces the need for specialized knowledge and integration code when developing
283
-
* event driven architectures. This helps ensures consistency across your company’s applications. With Pipes, the target can be any available EventBridge target.
284
-
* To set up a pipe, you select the event source, add optional event filtering, define optional enrichment, and select the target for the event data. </p>
282
+
* <p>Amazon EventBridge Pipes connects event sources to targets. Pipes reduces the need
283
+
* for specialized knowledge and integration code when developing event driven architectures.
284
+
* This helps ensures consistency across your company’s applications. With Pipes, the target
285
+
* can be any available EventBridge target. To set up a pipe, you select the event
286
+
* source, add optional event filtering, define optional enrichment, and select the target for
* <p>Update an existing pipe. When you call <code>UpdatePipe</code>, EventBridge only the updates fields you have specified in the request; the rest remain unchanged.
31
-
* The exception to this is if you modify any Amazon Web Services-service specific fields in the <code>SourceParameters</code>, <code>EnrichmentParameters</code>, or
32
-
* <code>TargetParameters</code> objects. For example, <code>DynamoDBStreamParameters</code> or <code>EventBridgeEventBusParameters</code>.
33
-
* EventBridge updates the fields in these objects atomically as one and overrides existing values.
34
-
* This is by design, and means that if you don't specify an optional field in one of these <code>Parameters</code> objects, EventBridge sets that field to its system-default value during the update.</p>
30
+
* <p>Update an existing pipe. When you call <code>UpdatePipe</code>, EventBridge only the
31
+
* updates fields you have specified in the request; the rest remain unchanged. The exception
32
+
* to this is if you modify any Amazon Web Services-service specific fields in the
33
+
* <code>SourceParameters</code>, <code>EnrichmentParameters</code>, or
34
+
* <code>TargetParameters</code> objects. For example,
35
+
* <code>DynamoDBStreamParameters</code> or <code>EventBridgeEventBusParameters</code>.
36
+
* EventBridge updates the fields in these objects atomically as one and overrides existing
37
+
* values. This is by design, and means that if you don't specify an optional field in one of
38
+
* these <code>Parameters</code> objects, EventBridge sets that field to its system-default
39
+
* value during the update.</p>
35
40
* <p>For more information about pipes, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html">
36
-
* Amazon EventBridge Pipes</a> in the Amazon EventBridge User Guide.</p>
41
+
* Amazon EventBridge Pipes</a> in the Amazon EventBridge User Guide.</p>
37
42
* @example
38
43
* Use a bare-bones client and the command you need to make an API call.
Copy file name to clipboardExpand all lines: clients/client-pipes/src/index.ts
+6-3
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
1
// smithy-typescript generated code
2
2
/* eslint-disable */
3
3
/**
4
-
* <p>Amazon EventBridge Pipes connects event sources to targets. Pipes reduces the need for specialized knowledge and integration code when developing
5
-
* event driven architectures. This helps ensures consistency across your company’s applications. With Pipes, the target can be any available EventBridge target.
6
-
* To set up a pipe, you select the event source, add optional event filtering, define optional enrichment, and select the target for the event data. </p>
4
+
* <p>Amazon EventBridge Pipes connects event sources to targets. Pipes reduces the need
5
+
* for specialized knowledge and integration code when developing event driven architectures.
6
+
* This helps ensures consistency across your company’s applications. With Pipes, the target
7
+
* can be any available EventBridge target. To set up a pipe, you select the event
8
+
* source, add optional event filtering, define optional enrichment, and select the target for
0 commit comments