AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Enumerations
Aws::Pipes::Model Namespace Reference

Namespaces

 
 
 
 
 
 
 
 
 
 
namespace  LaunchTypeMapper
 
namespace  LogLevelMapper
 
 
 
 
namespace  PipeStateMapper
 
 
 
 
 
 
 
 
 
 

Classes

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class  Filter
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class  Pipe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class  Tag
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Typedefs

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Enumerations

enum class  AssignPublicIp { NOT_SET , ENABLED , DISABLED }
 
 
 
 
 
enum class  EcsEnvironmentFileType { NOT_SET , s3 }
 
 
 
 
 
enum class  LaunchType { NOT_SET , EC2 , FARGATE , EXTERNAL }
 
enum class  LogLevel {
  NOT_SET , OFF , ERROR_ , INFO ,
  TRACE
}
 
enum class  MeasureValueType {
  NOT_SET , DOUBLE , BIGINT , VARCHAR ,
  BOOLEAN , TIMESTAMP
}
 
 
 
 
 
 
 
 
 
 
enum class  S3OutputFormat { NOT_SET , json , plain , w3c }
 
 
 

Typedef Documentation

◆ CreatePipeOutcome

Definition at line 85 of file PipesServiceClientModel.h.

◆ CreatePipeOutcomeCallable

Definition at line 98 of file PipesServiceClientModel.h.

◆ DeletePipeOutcome

Definition at line 86 of file PipesServiceClientModel.h.

◆ DeletePipeOutcomeCallable

Definition at line 99 of file PipesServiceClientModel.h.

◆ DescribePipeOutcome

Definition at line 87 of file PipesServiceClientModel.h.

◆ DescribePipeOutcomeCallable

Definition at line 100 of file PipesServiceClientModel.h.

◆ ListPipesOutcome

Definition at line 88 of file PipesServiceClientModel.h.

◆ ListPipesOutcomeCallable

Definition at line 101 of file PipesServiceClientModel.h.

◆ ListTagsForResourceOutcome

Definition at line 89 of file PipesServiceClientModel.h.

◆ ListTagsForResourceOutcomeCallable

Definition at line 102 of file PipesServiceClientModel.h.

◆ StartPipeOutcome

Definition at line 90 of file PipesServiceClientModel.h.

◆ StartPipeOutcomeCallable

Definition at line 103 of file PipesServiceClientModel.h.

◆ StopPipeOutcome

Definition at line 91 of file PipesServiceClientModel.h.

◆ StopPipeOutcomeCallable

Definition at line 104 of file PipesServiceClientModel.h.

◆ TagResourceOutcome

Definition at line 92 of file PipesServiceClientModel.h.

◆ TagResourceOutcomeCallable

Definition at line 105 of file PipesServiceClientModel.h.

◆ UntagResourceOutcome

Definition at line 93 of file PipesServiceClientModel.h.

◆ UntagResourceOutcomeCallable

Definition at line 106 of file PipesServiceClientModel.h.

◆ UpdatePipeOutcome

Definition at line 94 of file PipesServiceClientModel.h.

◆ UpdatePipeOutcomeCallable

Definition at line 107 of file PipesServiceClientModel.h.

Enumeration Type Documentation

◆ AssignPublicIp

Enumerator
NOT_SET 
ENABLED 
DISABLED 

Definition at line 16 of file AssignPublicIp.h.

◆ BatchJobDependencyType

Enumerator
NOT_SET 
N_TO_N 
SEQUENTIAL 

Definition at line 16 of file BatchJobDependencyType.h.

◆ BatchResourceRequirementType

Enumerator
NOT_SET 
GPU 
MEMORY 
VCPU 

Definition at line 16 of file BatchResourceRequirementType.h.

◆ DimensionValueType

Enumerator
NOT_SET 
VARCHAR 

Definition at line 16 of file DimensionValueType.h.

◆ DynamoDBStreamStartPosition

Enumerator
NOT_SET 
TRIM_HORIZON 
LATEST 

Definition at line 16 of file DynamoDBStreamStartPosition.h.

◆ EcsEnvironmentFileType

Enumerator
NOT_SET 
s3 

Definition at line 16 of file EcsEnvironmentFileType.h.

◆ EcsResourceRequirementType

Enumerator
NOT_SET 
GPU 
InferenceAccelerator 

Definition at line 16 of file EcsResourceRequirementType.h.

◆ EpochTimeUnit

Enumerator
NOT_SET 
MILLISECONDS 
SECONDS 
MICROSECONDS 
NANOSECONDS 

Definition at line 16 of file EpochTimeUnit.h.

◆ IncludeExecutionDataOption

Enumerator
NOT_SET 
ALL 

Definition at line 16 of file IncludeExecutionDataOption.h.

◆ KinesisStreamStartPosition

Enumerator
NOT_SET 
TRIM_HORIZON 
LATEST 
AT_TIMESTAMP 

Definition at line 16 of file KinesisStreamStartPosition.h.

◆ LaunchType

strong
Enumerator
NOT_SET 
EC2 
FARGATE 
EXTERNAL 

Definition at line 16 of file LaunchType.h.

◆ LogLevel

strong
Enumerator
NOT_SET 
OFF 
ERROR_ 
INFO 
TRACE 

Definition at line 16 of file LogLevel.h.

◆ MeasureValueType

Enumerator
NOT_SET 
DOUBLE 
BIGINT 
VARCHAR 
BOOLEAN 
TIMESTAMP 

Definition at line 16 of file MeasureValueType.h.

◆ MSKStartPosition

Enumerator
NOT_SET 
TRIM_HORIZON 
LATEST 

Definition at line 16 of file MSKStartPosition.h.

◆ OnPartialBatchItemFailureStreams

Enumerator
NOT_SET 
AUTOMATIC_BISECT 

Definition at line 16 of file OnPartialBatchItemFailureStreams.h.

◆ PipeState

strong
Enumerator
NOT_SET 
RUNNING 
STOPPED 
CREATING 
UPDATING 
DELETING 
STARTING 
STOPPING 
CREATE_FAILED 
UPDATE_FAILED 
START_FAILED 
STOP_FAILED 
DELETE_FAILED 
CREATE_ROLLBACK_FAILED 
DELETE_ROLLBACK_FAILED 
UPDATE_ROLLBACK_FAILED 

Definition at line 16 of file PipeState.h.

◆ PipeTargetInvocationType

Enumerator
NOT_SET 
REQUEST_RESPONSE 
FIRE_AND_FORGET 

Definition at line 16 of file PipeTargetInvocationType.h.

◆ PlacementConstraintType

Enumerator
NOT_SET 
distinctInstance 
memberOf 

Definition at line 16 of file PlacementConstraintType.h.

◆ PlacementStrategyType

Enumerator
NOT_SET 
random 
spread 
binpack 

Definition at line 16 of file PlacementStrategyType.h.

◆ PropagateTags

Enumerator
NOT_SET 
TASK_DEFINITION 

Definition at line 16 of file PropagateTags.h.

◆ RequestedPipeState

Enumerator
NOT_SET 
RUNNING 
STOPPED 

Definition at line 16 of file RequestedPipeState.h.

◆ RequestedPipeStateDescribeResponse

Enumerator
NOT_SET 
RUNNING 
STOPPED 
DELETED 

Definition at line 16 of file RequestedPipeStateDescribeResponse.h.

◆ S3OutputFormat

Enumerator
NOT_SET 
json 
plain 
w3c 

Definition at line 16 of file S3OutputFormat.h.

◆ SelfManagedKafkaStartPosition

Enumerator
NOT_SET 
TRIM_HORIZON 
LATEST 

Definition at line 16 of file SelfManagedKafkaStartPosition.h.

◆ TimeFieldType

Enumerator
NOT_SET 
EPOCH 
TIMESTAMP_FORMAT 

Definition at line 16 of file TimeFieldType.h.