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

Version Path
gapinc-fog-1.12.1.2.1 tests/aws/requests/data_pipeline/helper.rb
fog-maestrodev-1.15.0.20130829165835 tests/aws/requests/data_pipeline/helper.rb
fog-1.15.0 tests/aws/requests/data_pipeline/helper.rb
gapinc-fog-1.14.0 tests/aws/requests/data_pipeline/helper.rb
fog-maestrodev-1.14.0.20130806165225 tests/aws/requests/data_pipeline/helper.rb
fog-1.14.0 tests/aws/requests/data_pipeline/helper.rb
fog-1.13.0 tests/aws/requests/data_pipeline/helper.rb
gapinc-fog-1.12.1.2 tests/aws/requests/data_pipeline/helper.rb
gapinc-fog-1.12.1.1 tests/aws/requests/data_pipeline/helper.rb
gapinc-fog-1.12.1a tests/aws/requests/data_pipeline/helper.rb
gapinc-fog-1.12.1 tests/aws/requests/data_pipeline/helper.rb
fog-1.12.1 tests/aws/requests/data_pipeline/helper.rb
fog-1.12.0 tests/aws/requests/data_pipeline/helper.rb
hpfog-0.0.20 tests/aws/requests/data_pipeline/helper.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/tests/aws/requests/data_pipeline/helper.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/tests/aws/requests/data_pipeline/helper.rb
fog-1.11.1 tests/aws/requests/data_pipeline/helper.rb
fog-1.11.0 tests/aws/requests/data_pipeline/helper.rb
fog-1.10.1 tests/aws/requests/data_pipeline/helper.rb
fog-test-me-1.10.0 tests/aws/requests/data_pipeline/helper.rb