Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";

§Classes

Pipes

§Interfaces

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.

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.

BatchContainerOverrides

The overrides that are sent to a container.

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.

BatchJobDependency

An object that represents an Batch job dependency.

BatchResourceRequirement

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

BatchRetryStrategy

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

CapacityProviderStrategyItem

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

CreatePipeRequest
CreatePipeResponse
DeadLetterConfig

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

DeletePipeRequest
DeletePipeResponse
DescribePipeRequest
DescribePipeResponse
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.

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.

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.

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.

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.

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

EcsTaskOverride

The overrides that are associated with a task.

Filter

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

FilterCriteria

The collection of event patterns used to filter events. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

ListPipesRequest
ListPipesResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
MQBrokerAccessCredentials

The Secrets Manager secret that stores your broker credentials.

MSKAccessCredentials

The Secrets Manager secret that stores your stream credentials.

NetworkConfiguration

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

Pipe

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

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.

PipeEnrichmentParameters

The parameters required to set up enrichment on your pipe.

PipeSourceActiveMQBrokerParameters

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

PipeSourceDynamoDBStreamParameters

The parameters for using a DynamoDB stream as a source.

PipeSourceKinesisStreamParameters

The parameters for using a Kinesis stream as a source.

PipeSourceManagedStreamingKafkaParameters

The parameters for using an MSK stream as a source.

PipeSourceParameters

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

PipeSourceRabbitMQBrokerParameters

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

PipeSourceSelfManagedKafkaParameters

The parameters for using a self-managed Apache Kafka stream as a source.

PipeSourceSqsQueueParameters

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

PipeTargetBatchJobParameters

The parameters for using an Batch job as a target.

PipeTargetCloudWatchLogsParameters

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

PipeTargetEcsTaskParameters

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

PipeTargetEventBridgeEventBusParameters

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

PipeTargetHttpParameters

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

PipeTargetKinesisStreamParameters

The parameters for using a Kinesis stream as a source.

PipeTargetLambdaFunctionParameters

The parameters for using a Lambda function as a target.

PipeTargetParameters

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

PipeTargetRedshiftDataParameters

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

PipeTargetSageMakerPipelineParameters

The parameters for using a SageMaker pipeline as a target.

PipeTargetSqsQueueParameters

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

PipeTargetStateMachineParameters

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

PlacementConstraint

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

PlacementStrategy

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.

SageMakerPipelineParameter

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

SelfManagedKafkaAccessConfigurationCredentials

The Secrets Manager secret that stores your stream credentials.

SelfManagedKafkaAccessConfigurationVpc

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

StartPipeRequest
StartPipeResponse
StopPipeRequest
StopPipeResponse
Tag

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

TagResourceRequest
UntagResourceRequest
UpdatePipeRequest
UpdatePipeResponse
UpdatePipeSourceActiveMQBrokerParameters

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

UpdatePipeSourceDynamoDBStreamParameters

The parameters for using a DynamoDB stream as a source.

UpdatePipeSourceKinesisStreamParameters

The parameters for using a Kinesis stream as a source.

UpdatePipeSourceManagedStreamingKafkaParameters

The parameters for using an MSK stream as a source.

UpdatePipeSourceParameters

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

UpdatePipeSourceRabbitMQBrokerParameters

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

UpdatePipeSourceSelfManagedKafkaParameters

The parameters for using a self-managed Apache Kafka stream as a source.

UpdatePipeSourceSqsQueueParameters

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

§Type Aliases

AssignPublicIp
BatchJobDependencyType
BatchResourceRequirementType
DynamoDBStreamStartPosition
EcsEnvironmentFileType
EcsResourceRequirementType
KinesisStreamStartPosition
LaunchType
MSKStartPosition
OnPartialBatchItemFailureStreams
PipeState
PipeTargetInvocationType
PlacementConstraintType
PlacementStrategyType
PropagateTags
RequestedPipeState
RequestedPipeStateDescribeResponse
SelfManagedKafkaStartPosition