Sha256: 2b89dcc80426fcf45958a6b72720a560ea71eb62148d12be05727a59041318b6

Contents?: true

Size: 1.95 KB

Versions: 158

Compression:

Stored size: 1.95 KB

Contents

Aws.config[:elastictranscoder] = {
  stub_responses: {
    list_pipelines: {
      pipelines: [
        {
          id: '12345678901234-a0bc4d',
          arn:
            'arn:aws:elastictranscoder:ap-northeast-1:406412696610:pipeline/12345678901234-a0bc4d',
          name: 'my-elastictranscoder-pipeline',
          status: 'Active',
          input_bucket: 'ets-input-bucket-name',
          output_bucket: 'ets-output-bucket-name',
          role: 'arn:aws:iam::01234567890:role/Elastic_Transcoder_Default_Role',
          aws_kms_key_arn: nil,
          notifications: {
            progressing: '',
            completed: '',
            warning: '',
            error: ''
          },
          content_config: {
            bucket: 'ets-output-bucket-name',
            storage_class: 'ReducedRedundancy',
            permissions: []
          },
          thumbnail_config: {
            bucket: 'ets-output-bucket-name',
            storage_class: 'ReducedRedundancy',
            permissions: []
          }
        },
        {
          id: '234567890123-9zyxv',
          arn:
            'arn:aws:elastictranscoder:ap-northeast-1:406412696610:pipeline/234567890123-9zyxv',
          name: 'yet-another-my-slastictranscoder-pipeline',
          status: 'Active',
          input_bucket: 'ya-input-bucket-name',
          output_bucket: 'ya-output-bucket-name',
          role: 'arn:aws:iam::01234567890:role/Elastic_Transcoder_Default_Role',
          aws_kms_key_arn: nil,
          notifications: {
            progressing: '',
            completed: '',
            warning: '',
            error: ''
          },
          content_config: {
            bucket: 'ya-output-bucket-name',
            storage_class: 'Standard',
            permissions: []
          },
          thumbnail_config: {
            bucket: 'ya-output-bucket-name',
            storage_class: 'Standard',
            permissions: []
          }
        }
      ],
      next_page_token: nil
    }
  }
}

Version data entries

158 entries across 158 versions & 4 rubygems

Version Path
awspec-0.87.0 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.86.0 lib/awspec/stub/elastictranscoder_pipeline.rb
cmonson_2ndwatch_awspec-0.85.4 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.85.3 lib/awspec/stub/elastictranscoder_pipeline.rb
cmonson_2ndwatch_awspec-0.85.3 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.85.2 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.85.1 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.85.0 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.84.1 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.84.0 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.83.0 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.82.3 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.82.2 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.82.1 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.82.0 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.81.1 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.81.0 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.80.1 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.80.0 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-0.79.2 lib/awspec/stub/elastictranscoder_pipeline.rb