Module Awso_pipes_syncSource

include module type of struct include Awso_pipes.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule EcsEnvironmentFileType = Awso_pipes.Values.EcsEnvironmentFileType
Sourcemodule EcsResourceRequirementType = Awso_pipes.Values.EcsResourceRequirementType
Sourcemodule EcsEnvironmentFile = Awso_pipes.Values.EcsEnvironmentFile

A list of files containing the environment variables to pass to a container. You can specify up to ten environment files. The file must have a .env file extension. Each line in an environment file should contain an environment variable in VARIABLE=VALUE format. Lines beginning with # are treated as comments and are ignored. For more information about the environment variable file syntax, see Declare default environment variables in file. If there are environment variables specified using the environment parameter in a container definition, they take precedence over the variables contained within an environment file. If multiple environment files are specified that contain the same variable, they're processed from the top down. We recommend that you use unique variable names. For more information, see Specifying environment variables in the Amazon Elastic Container Service Developer Guide. This parameter is only supported for tasks hosted on Fargate using the following platform versions: Linux platform version 1.4.0 or later. Windows platform version 1.0.0 or later.

Sourcemodule EcsEnvironmentVariable = Awso_pipes.Values.EcsEnvironmentVariable

The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name.

Sourcemodule EcsResourceRequirement = Awso_pipes.Values.EcsResourceRequirement

The type and amount of a resource to assign to a container. The supported resource types are GPUs and Elastic Inference accelerators. For more information, see Working with GPUs on Amazon ECS or Working with Amazon Elastic Inference on Amazon ECS in the Amazon Elastic Container Service Developer Guide

Sourcemodule MultiMeasureAttributeName = Awso_pipes.Values.MultiMeasureAttributeName
Sourcemodule BatchResourceRequirementType = Awso_pipes.Values.BatchResourceRequirementType
Sourcemodule EcsEnvironmentFileList = Awso_pipes.Values.EcsEnvironmentFileList
Sourcemodule EcsEnvironmentVariableList = Awso_pipes.Values.EcsEnvironmentVariableList
Sourcemodule EcsResourceRequirementsList = Awso_pipes.Values.EcsResourceRequirementsList
Sourcemodule MultiMeasureAttributeMapping = Awso_pipes.Values.MultiMeasureAttributeMapping

A mapping of a source event data field to a measure in a Timestream for LiveAnalytics record.

Sourcemodule BatchEnvironmentVariable = Awso_pipes.Values.BatchEnvironmentVariable

The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. Environment variables cannot start with "Batch". This naming convention is reserved for variables that Batch sets.

Sourcemodule BatchResourceRequirement = Awso_pipes.Values.BatchResourceRequirement

The type and amount of a resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.

Sourcemodule BatchJobDependencyType = Awso_pipes.Values.BatchJobDependencyType
Sourcemodule CapacityProviderStrategyItemBase = Awso_pipes.Values.CapacityProviderStrategyItemBase
Sourcemodule CapacityProviderStrategyItemWeight = Awso_pipes.Values.CapacityProviderStrategyItemWeight
Sourcemodule EcsContainerOverride = Awso_pipes.Values.EcsContainerOverride

The overrides that are sent to a container. An empty container override can be passed in. An example of an empty container override is {"containerOverrides": [ ] }. If a non-empty container override is specified, the name parameter must be included.

Sourcemodule EphemeralStorageSize = Awso_pipes.Values.EphemeralStorageSize
Sourcemodule EcsInferenceAcceleratorOverride = Awso_pipes.Values.EcsInferenceAcceleratorOverride

Details on an Elastic Inference accelerator task override. This parameter is used to override the Elastic Inference accelerator specified in the task definition. For more information, see Working with Amazon Elastic Inference on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

Sourcemodule PlacementConstraintExpression = Awso_pipes.Values.PlacementConstraintExpression
Sourcemodule PlacementConstraintType = Awso_pipes.Values.PlacementConstraintType
Sourcemodule PlacementStrategyField = Awso_pipes.Values.PlacementStrategyField
Sourcemodule PlacementStrategyType = Awso_pipes.Values.PlacementStrategyType
Sourcemodule SageMakerPipelineParameterName = Awso_pipes.Values.SageMakerPipelineParameterName
Sourcemodule SageMakerPipelineParameterValue = Awso_pipes.Values.SageMakerPipelineParameterValue
Sourcemodule DimensionValueType = Awso_pipes.Values.DimensionValueType
Sourcemodule MultiMeasureAttributeMappings = Awso_pipes.Values.MultiMeasureAttributeMappings
Sourcemodule BatchEnvironmentVariableList = Awso_pipes.Values.BatchEnvironmentVariableList
Sourcemodule BatchResourceRequirementsList = Awso_pipes.Values.BatchResourceRequirementsList
Sourcemodule BatchJobDependency = Awso_pipes.Values.BatchJobDependency

An object that represents an Batch job dependency.

Sourcemodule BatchRetryAttempts = Awso_pipes.Values.BatchRetryAttempts
Sourcemodule CapacityProviderStrategyItem = Awso_pipes.Values.CapacityProviderStrategyItem

The details of a capacity provider strategy. To learn more, see CapacityProviderStrategyItem in the Amazon ECS API Reference.

Sourcemodule EcsContainerOverrideList = Awso_pipes.Values.EcsContainerOverrideList
Sourcemodule EcsEphemeralStorage = Awso_pipes.Values.EcsEphemeralStorage

The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate. For more information, see Fargate task storage in the Amazon ECS User Guide for Fargate. This parameter is only supported for tasks hosted on Fargate using Linux platform version 1.4.0 or later. This parameter is not supported for Windows containers on Fargate.

Sourcemodule EcsInferenceAcceleratorOverrideList = Awso_pipes.Values.EcsInferenceAcceleratorOverrideList
Sourcemodule AwsVpcConfiguration = Awso_pipes.Values.AwsVpcConfiguration

This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.

Sourcemodule PlacementConstraint = Awso_pipes.Values.PlacementConstraint

An object representing a constraint on task placement. To learn more, see Task Placement Constraints in the Amazon Elastic Container Service Developer Guide.

The task placement strategy for a task or service. To learn more, see Task Placement Strategies in the Amazon Elastic Container Service Service Developer Guide.

A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses support tagging.

// A single Redshift SQL

Sourcemodule SageMakerPipelineParameter = Awso_pipes.Values.SageMakerPipelineParameter

Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.

Maps source data to a dimension in the target Timestream for LiveAnalytics table. For more information, see Amazon Timestream for LiveAnalytics concepts

Sourcemodule MultiMeasureMapping = Awso_pipes.Values.MultiMeasureMapping

Maps multiple measures from the source event to the same Timestream for LiveAnalytics record. For more information, see Amazon Timestream for LiveAnalytics concepts

Sourcemodule SingleMeasureMapping = Awso_pipes.Values.SingleMeasureMapping

Maps a single source data field to a single record in the specified Timestream for LiveAnalytics table. For more information, see Amazon Timestream for LiveAnalytics concepts

Filter events using an event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

// Optional SecretManager ARN which stores the database credentials

Sourcemodule ValidationExceptionField = Awso_pipes.Values.ValidationExceptionField

Indicates that an error has occurred while performing a validate operation.

Sourcemodule HeaderParametersMap = Awso_pipes.Values.HeaderParametersMap
Sourcemodule QueryStringParametersMap = Awso_pipes.Values.QueryStringParametersMap
Sourcemodule CloudwatchLogGroupArn = Awso_pipes.Values.CloudwatchLogGroupArn
Sourcemodule IncludeExecutionDataOption = Awso_pipes.Values.IncludeExecutionDataOption
Sourcemodule S3LogDestinationParametersBucketNameString = Awso_pipes.Values.S3LogDestinationParametersBucketNameString
Sourcemodule S3LogDestinationParametersBucketOwnerString = Awso_pipes.Values.S3LogDestinationParametersBucketOwnerString
Sourcemodule S3LogDestinationParametersPrefixString = Awso_pipes.Values.S3LogDestinationParametersPrefixString
Sourcemodule BatchArrayProperties = Awso_pipes.Values.BatchArrayProperties

The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an Batch job.

Sourcemodule BatchContainerOverrides = Awso_pipes.Values.BatchContainerOverrides

The overrides that are sent to a container.

Sourcemodule BatchParametersMap = Awso_pipes.Values.BatchParametersMap
Sourcemodule BatchRetryStrategy = Awso_pipes.Values.BatchRetryStrategy

The retry strategy that's associated with a job. For more information, see Automated job retries in the Batch User Guide.

Sourcemodule CapacityProviderStrategy = Awso_pipes.Values.CapacityProviderStrategy

The overrides that are associated with a task.

Sourcemodule NetworkConfiguration = Awso_pipes.Values.NetworkConfiguration

This structure specifies the network configuration for an Amazon ECS task.

Sourcemodule PlacementConstraints = Awso_pipes.Values.PlacementConstraints
Sourcemodule PlacementStrategies = Awso_pipes.Values.PlacementStrategies
Sourcemodule EventBridgeDetailType = Awso_pipes.Values.EventBridgeDetailType
Sourcemodule EventBridgeEndpointId = Awso_pipes.Values.EventBridgeEndpointId
Sourcemodule EventBridgeEventResourceList = Awso_pipes.Values.EventBridgeEventResourceList
Sourcemodule EventBridgeEventSource = Awso_pipes.Values.EventBridgeEventSource
Sourcemodule KinesisPartitionKey = Awso_pipes.Values.KinesisPartitionKey
Sourcemodule PipeTargetInvocationType = Awso_pipes.Values.PipeTargetInvocationType

// Redshift Database

// Database user name

Sourcemodule SecretManagerArnOrJsonPath = Awso_pipes.Values.SecretManagerArnOrJsonPath

// For targets, can either specify an ARN or a jsonpath pointing to the ARN.

// A name for Redshift DataAPI statement which can be used as filter of // ListStatement.

Sourcemodule SageMakerPipelineParameterList = Awso_pipes.Values.SageMakerPipelineParameterList
Sourcemodule MessageDeduplicationId = Awso_pipes.Values.MessageDeduplicationId
Sourcemodule MultiMeasureMappings = Awso_pipes.Values.MultiMeasureMappings
Sourcemodule SingleMeasureMappings = Awso_pipes.Values.SingleMeasureMappings
Sourcemodule MQBrokerAccessCredentials = Awso_pipes.Values.MQBrokerAccessCredentials

The Secrets Manager secret that stores your broker credentials.

Sourcemodule MaximumBatchingWindowInSeconds = Awso_pipes.Values.MaximumBatchingWindowInSeconds

A DeadLetterConfig object that contains information about a dead-letter queue configuration.

Sourcemodule MaximumRecordAgeInSeconds = Awso_pipes.Values.MaximumRecordAgeInSeconds
Sourcemodule MaximumRetryAttemptsESM = Awso_pipes.Values.MaximumRetryAttemptsESM
Sourcemodule OnPartialBatchItemFailureStreams = Awso_pipes.Values.OnPartialBatchItemFailureStreams
Sourcemodule MSKAccessCredentials = Awso_pipes.Values.MSKAccessCredentials

The Secrets Manager secret that stores your stream credentials.

Sourcemodule SelfManagedKafkaAccessConfigurationCredentials = Awso_pipes.Values.SelfManagedKafkaAccessConfigurationCredentials

The Secrets Manager secret that stores your stream credentials.

Sourcemodule SelfManagedKafkaAccessConfigurationVpc = Awso_pipes.Values.SelfManagedKafkaAccessConfigurationVpc

This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.

Sourcemodule RequestedPipeState = Awso_pipes.Values.RequestedPipeState
Sourcemodule DynamoDBStreamStartPosition = Awso_pipes.Values.DynamoDBStreamStartPosition
Sourcemodule KinesisStreamStartPosition = Awso_pipes.Values.KinesisStreamStartPosition
Sourcemodule KafkaBootstrapServers = Awso_pipes.Values.KafkaBootstrapServers
Sourcemodule SelfManagedKafkaStartPosition = Awso_pipes.Values.SelfManagedKafkaStartPosition
Sourcemodule ValidationExceptionFieldList = Awso_pipes.Values.ValidationExceptionFieldList
Sourcemodule PipeEnrichmentHttpParameters = Awso_pipes.Values.PipeEnrichmentHttpParameters

These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations. In the latter case, these are merged with any InvocationParameters specified on the Connection, with any values from the Connection taking precedence.

Sourcemodule CloudwatchLogsLogDestinationParameters = Awso_pipes.Values.CloudwatchLogsLogDestinationParameters

The Amazon CloudWatch Logs logging configuration settings for the pipe.

Sourcemodule FirehoseLogDestinationParameters = Awso_pipes.Values.FirehoseLogDestinationParameters

The Amazon Data Firehose logging configuration settings for the pipe.

Sourcemodule IncludeExecutionData = Awso_pipes.Values.IncludeExecutionData
Sourcemodule S3LogDestinationParameters = Awso_pipes.Values.S3LogDestinationParameters

The Amazon S3 logging configuration settings for the pipe.

Sourcemodule PipeTargetBatchJobParameters = Awso_pipes.Values.PipeTargetBatchJobParameters

The parameters for using an Batch job as a target.

Sourcemodule PipeTargetCloudWatchLogsParameters = Awso_pipes.Values.PipeTargetCloudWatchLogsParameters

The parameters for using an CloudWatch Logs log stream as a target.

Sourcemodule PipeTargetEcsTaskParameters = Awso_pipes.Values.PipeTargetEcsTaskParameters

The parameters for using an Amazon ECS task as a target.

Sourcemodule PipeTargetEventBridgeEventBusParameters = Awso_pipes.Values.PipeTargetEventBridgeEventBusParameters

The parameters for using an EventBridge event bus as a target.

Sourcemodule PipeTargetHttpParameters = Awso_pipes.Values.PipeTargetHttpParameters

These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations.

Sourcemodule PipeTargetKinesisStreamParameters = Awso_pipes.Values.PipeTargetKinesisStreamParameters

The parameters for using a Kinesis stream as a target.

Sourcemodule PipeTargetLambdaFunctionParameters = Awso_pipes.Values.PipeTargetLambdaFunctionParameters

The parameters for using a Lambda function as a target.

Sourcemodule PipeTargetRedshiftDataParameters = Awso_pipes.Values.PipeTargetRedshiftDataParameters

These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API BatchExecuteStatement.

Sourcemodule PipeTargetSageMakerPipelineParameters = Awso_pipes.Values.PipeTargetSageMakerPipelineParameters

The parameters for using a SageMaker pipeline as a target.

Sourcemodule PipeTargetSqsQueueParameters = Awso_pipes.Values.PipeTargetSqsQueueParameters

The parameters for using a Amazon SQS stream as a target.

Sourcemodule PipeTargetStateMachineParameters = Awso_pipes.Values.PipeTargetStateMachineParameters

The parameters for using a Step Functions state machine as a target.

Sourcemodule PipeTargetTimestreamParameters = Awso_pipes.Values.PipeTargetTimestreamParameters

The parameters for using a Timestream for LiveAnalytics table as a target.

The collection of event patterns used to filter events. To remove a filter, specify a FilterCriteria object with an empty array of Filter objects. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

Sourcemodule UpdatePipeSourceActiveMQBrokerParameters = Awso_pipes.Values.UpdatePipeSourceActiveMQBrokerParameters

The parameters for using an Active MQ broker as a source.

Sourcemodule UpdatePipeSourceDynamoDBStreamParameters = Awso_pipes.Values.UpdatePipeSourceDynamoDBStreamParameters

The parameters for using a DynamoDB stream as a source.

Sourcemodule UpdatePipeSourceKinesisStreamParameters = Awso_pipes.Values.UpdatePipeSourceKinesisStreamParameters

The parameters for using a Kinesis stream as a source.

Sourcemodule UpdatePipeSourceManagedStreamingKafkaParameters = Awso_pipes.Values.UpdatePipeSourceManagedStreamingKafkaParameters

The parameters for using an MSK stream as a source.

Sourcemodule UpdatePipeSourceRabbitMQBrokerParameters = Awso_pipes.Values.UpdatePipeSourceRabbitMQBrokerParameters

The parameters for using a Rabbit MQ broker as a source.

Sourcemodule UpdatePipeSourceSelfManagedKafkaParameters = Awso_pipes.Values.UpdatePipeSourceSelfManagedKafkaParameters

The parameters for using a self-managed Apache Kafka stream as a source. A self managed cluster refers to any Apache Kafka cluster not hosted by Amazon Web Services. This includes both clusters you manage yourself, as well as those hosted by a third-party provider, such as Confluent Cloud, CloudKarafka, or Redpanda. For more information, see Apache Kafka streams as a source in the Amazon EventBridge User Guide.

Sourcemodule UpdatePipeSourceSqsQueueParameters = Awso_pipes.Values.UpdatePipeSourceSqsQueueParameters

The parameters for using a Amazon SQS stream as a source.

An object that represents a pipe. Amazon EventBridgePipes connect event sources to targets and reduces the need for specialized knowledge and integration code.

Sourcemodule CloudwatchLogsLogDestination = Awso_pipes.Values.CloudwatchLogsLogDestination

The Amazon CloudWatch Logs logging configuration settings for the pipe.

Sourcemodule FirehoseLogDestination = Awso_pipes.Values.FirehoseLogDestination

The Amazon Data Firehose logging configuration settings for the pipe.

The Amazon S3 logging configuration settings for the pipe.

Sourcemodule PipeSourceActiveMQBrokerParameters = Awso_pipes.Values.PipeSourceActiveMQBrokerParameters

The parameters for using an Active MQ broker as a source.

Sourcemodule PipeSourceDynamoDBStreamParameters = Awso_pipes.Values.PipeSourceDynamoDBStreamParameters

The parameters for using a DynamoDB stream as a source.

Sourcemodule PipeSourceKinesisStreamParameters = Awso_pipes.Values.PipeSourceKinesisStreamParameters

The parameters for using a Kinesis stream as a source.

Sourcemodule PipeSourceManagedStreamingKafkaParameters = Awso_pipes.Values.PipeSourceManagedStreamingKafkaParameters

The parameters for using an MSK stream as a source.

Sourcemodule PipeSourceRabbitMQBrokerParameters = Awso_pipes.Values.PipeSourceRabbitMQBrokerParameters

The parameters for using a Rabbit MQ broker as a source.

Sourcemodule PipeSourceSelfManagedKafkaParameters = Awso_pipes.Values.PipeSourceSelfManagedKafkaParameters

The parameters for using a self-managed Apache Kafka stream as a source. A self managed cluster refers to any Apache Kafka cluster not hosted by Amazon Web Services. This includes both clusters you manage yourself, as well as those hosted by a third-party provider, such as Confluent Cloud, CloudKarafka, or Redpanda. For more information, see Apache Kafka streams as a source in the Amazon EventBridge User Guide.

Sourcemodule PipeSourceSqsQueueParameters = Awso_pipes.Values.PipeSourceSqsQueueParameters

The parameters for using a Amazon SQS stream as a source.

An action you attempted resulted in an exception.

This exception occurs due to unexpected causes.

An entity that you specified does not exist.

Sourcemodule ThrottlingException = Awso_pipes.Values.ThrottlingException

An action was throttled.

Sourcemodule ValidationException = Awso_pipes.Values.ValidationException

Indicates that an error has occurred while performing a validate operation.

Sourcemodule PipeEnrichmentParameters = Awso_pipes.Values.PipeEnrichmentParameters

The parameters required to set up enrichment on your pipe.

Sourcemodule PipeLogConfigurationParameters = Awso_pipes.Values.PipeLogConfigurationParameters

Specifies the logging configuration settings for the pipe. When you call UpdatePipe, EventBridge updates the fields in the PipeLogConfigurationParameters object atomically as one and overrides existing values. This is by design. If you don't specify an optional field in any of the Amazon Web Services service parameters objects (CloudwatchLogsLogDestinationParameters, FirehoseLogDestinationParameters, or S3LogDestinationParameters), EventBridge sets that field to its system-default value during the update. For example, suppose when you created the pipe you specified a Firehose stream log destination. You then update the pipe to add an Amazon S3 log destination. In addition to specifying the S3LogDestinationParameters for the new log destination, you must also specify the fields in the FirehoseLogDestinationParameters object in order to retain the Firehose stream log destination. For more information on generating pipe log records, see Log EventBridge Pipes in the Amazon EventBridge User Guide.

Sourcemodule PipeTargetParameters = Awso_pipes.Values.PipeTargetParameters

The parameters required to set up a target for your pipe. For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.

Sourcemodule UpdatePipeSourceParameters = Awso_pipes.Values.UpdatePipeSourceParameters

The parameters required to set up a source for your pipe.

Sourcemodule PipeLogConfiguration = Awso_pipes.Values.PipeLogConfiguration

The logging configuration settings for the pipe.

Sourcemodule PipeSourceParameters = Awso_pipes.Values.PipeSourceParameters

The parameters required to set up a source for your pipe.

Sourcemodule RequestedPipeStateDescribeResponse = Awso_pipes.Values.RequestedPipeStateDescribeResponse
Sourcemodule ServiceQuotaExceededException = Awso_pipes.Values.ServiceQuotaExceededException

A quota has been exceeded.

Sourcemodule UpdatePipeResponse = Awso_pipes.Values.UpdatePipeResponse

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.

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.

Sourcemodule UntagResourceResponse = Awso_pipes.Values.UntagResourceResponse

Removes one or more tags from the specified pipes.

Sourcemodule UntagResourceRequest = Awso_pipes.Values.UntagResourceRequest

Removes one or more tags from the specified pipes.

Sourcemodule TagResourceResponse = Awso_pipes.Values.TagResourceResponse

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.

Sourcemodule TagResourceRequest = Awso_pipes.Values.TagResourceRequest

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.

Stop an existing pipe.

Stop an existing pipe.

Start an existing pipe.

Start an existing pipe.

Sourcemodule ListTagsForResourceResponse = Awso_pipes.Values.ListTagsForResourceResponse

Displays the tags associated with a pipe.

Sourcemodule ListTagsForResourceRequest = Awso_pipes.Values.ListTagsForResourceRequest

Displays the tags associated with a pipe.

Get the pipes associated with this account. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.

Get the pipes associated with this account. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.

Sourcemodule DescribePipeResponse = Awso_pipes.Values.DescribePipeResponse

Get the information about an existing pipe. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.

Sourcemodule DescribePipeRequest = Awso_pipes.Values.DescribePipeRequest

Get the information about an existing pipe. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.

Sourcemodule DeletePipeResponse = Awso_pipes.Values.DeletePipeResponse

Delete an existing pipe. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.

Delete an existing pipe. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.

Sourcemodule CreatePipeResponse = Awso_pipes.Values.CreatePipeResponse

Create a pipe. Amazon EventBridge Pipes connect event sources to targets and reduces the need for specialized knowledge and integration code.

Create a pipe. Amazon EventBridge Pipes connect event sources to targets and reduces the need for specialized knowledge and integration code.