Sha256: 525b072cbf40bd2bc8e3586a9659830907e69d8a947bf573b709326067c0c62f

Contents?: true

Size: 1.98 KB

Versions: 13

Compression:

Stored size: 1.98 KB

Contents

# frozen_string_literal: true

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

13 entries across 13 versions & 1 rubygems

Version Path
awspec-1.31.0 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-1.30.0 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-1.29.3 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-1.29.2 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-1.29.1 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-1.29.0 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-1.28.2 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-1.28.1 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-1.28.0 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-1.27.1 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-1.27.0 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-1.26.0 lib/awspec/stub/elastictranscoder_pipeline.rb
awspec-1.25.2 lib/awspec/stub/elastictranscoder_pipeline.rb