AWS SDK for C++AWS SDK for C++ Version 1.11.440 |
#include <PipesClient.h>
Amazon EventBridge Pipes connects event sources to targets. Pipes reduces the need for specialized knowledge and integration code when developing event driven architectures. This helps ensures consistency across your company’s applications. With Pipes, the target can be any available EventBridge target. 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.
Definition at line 26 of file PipesClient.h.
Definition at line 29 of file PipesClient.h.
Definition at line 33 of file PipesClient.h.
Definition at line 34 of file PipesClient.h.
Aws::Pipes::PipesClientConfiguration()
,
nullptr
Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
nullptr
,
Aws::Pipes::PipesClientConfiguration()
Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
nullptr
,
Aws::Pipes::PipesClientConfiguration()
Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used
Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used
Create a pipe. Amazon EventBridge Pipes connect event sources to targets and reduces the need for specialized knowledge and integration code.
nullptr
An Async wrapper for CreatePipe that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 106 of file PipesClient.h.
A Callable wrapper for CreatePipe that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 97 of file PipesClient.h.
Delete an existing pipe. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.
nullptr
An Async wrapper for DeletePipe that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 134 of file PipesClient.h.
A Callable wrapper for DeletePipe that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 125 of file PipesClient.h.
Get the information about an existing pipe. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.
nullptr
An Async wrapper for DescribePipe that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 163 of file PipesClient.h.
A Callable wrapper for DescribePipe that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 154 of file PipesClient.h.
{}
)
const
Get the pipes associated with this account. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.
nullptr
,
{}
An Async wrapper for ListPipes that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 192 of file PipesClient.h.
{}
)
const
A Callable wrapper for ListPipes that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 183 of file PipesClient.h.
nullptr
An Async wrapper for ListTagsForResource that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 217 of file PipesClient.h.
A Callable wrapper for ListTagsForResource that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 208 of file PipesClient.h.
nullptr
An Async wrapper for StartPipe that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 242 of file PipesClient.h.
A Callable wrapper for StartPipe that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 233 of file PipesClient.h.
nullptr
An Async wrapper for StopPipe that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 267 of file PipesClient.h.
A Callable wrapper for StopPipe that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 258 of file PipesClient.h.
Assigns one or more tags (key-value pairs) to the specified pipe. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
You can use the TagResource
action with a pipe that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the pipe. If you specify a tag key that is already associated with the pipe, the new tag value that you specify replaces the previous value for that tag.
You can associate as many as 50 tags with a pipe.
nullptr
An Async wrapper for TagResource that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 302 of file PipesClient.h.
A Callable wrapper for TagResource that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 293 of file PipesClient.h.
nullptr
An Async wrapper for UntagResource that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 328 of file PipesClient.h.
A Callable wrapper for UntagResource that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 319 of file PipesClient.h.
Update an existing pipe. When you call UpdatePipe
, EventBridge only the updates fields you have specified in the request; the rest remain unchanged. The exception to this is if you modify any Amazon Web Services-service specific fields in the SourceParameters
, EnrichmentParameters
, or TargetParameters
objects. For example, DynamoDBStreamParameters
or EventBridgeEventBusParameters
. EventBridge updates the fields in these objects atomically as one and overrides existing values. This is by design, and means that if you don't specify an optional field in one of these Parameters
objects, EventBridge sets that field to its system-default value during the update.
For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.
nullptr
An Async wrapper for UpdatePipe that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 367 of file PipesClient.h.
A Callable wrapper for UpdatePipe that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 358 of file PipesClient.h.
Definition at line 374 of file PipesClient.h.