Sha256: 729af48a8c9ce81d40ce1b363142916395c3ee2b001a46d21bdbc7b674232f04

Contents?: true

Size: 509 Bytes

Versions: 8

Compression:

Stored size: 509 Bytes

Contents

# language: en
@elastictranscoder @client
Feature: Amazon Elastic Transcoder

  Scenario: Making a basic request
    When I call the "ListPresets" API
    Then the response should contain a list of "Presets"

  Scenario: Error handling
    When I attempt to call the "ReadJob" API with:
    | Id | fake_job |
    Then I expect the response error code to be "ValidationException"
    And I expect the response error message to include:
    """
    Value 'fake_job' at 'id' failed to satisfy constraint
    """

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.0.rc12 features/elastictranscoder/client.feature
aws-sdk-core-2.0.0.rc11 features/elastictranscoder/client.feature
aws-sdk-core-2.0.0.rc10 features/elastictranscoder/client.feature
aws-sdk-core-2.0.0.rc9 features/elastictranscoder/client.feature
aws-sdk-core-2.0.0.rc8 features/elastictranscoder/client.feature
aws-sdk-core-2.0.0.rc7 features/elastictranscoder/client.feature
aws-sdk-core-2.0.0.rc6 features/elastictranscoder/client.feature
aws-sdk-core-2.0.0.rc5 features/elastictranscoder/client.feature