Sha256: e6acba4963cd2a8369a27092ab8f59bba0104419c00b79b6813fc2d810d2a01f
Contents?: true
Size: 952 Bytes
Versions: 21
Compression:
Stored size: 952 Bytes
Contents
class AWS module DataPipeline module Formats BASIC = { 'pipelineId' => String, } LIST_PIPELINES = { "hasMoreResults" => Fog::Nullable::Boolean, "marker" => Fog::Nullable::String, "pipelineIdList" => [ { "id" => String, "name" => String, } ] } DESCRIBE_PIPELINES = { "pipelineDescriptionList" => [ { "description" => Fog::Nullable::String, "name" => String, "pipelineId" => String, "fields" => [ { "key" => String, "refValue" => Fog::Nullable::String, "stringValue" => Fog::Nullable::String, } ] } ] } PUT_PIPELINE_DEFINITION = { "errored" => Fog::Boolean, "validationErrors" => Fog::Nullable::Array, } end end end
Version data entries
21 entries across 21 versions & 6 rubygems