Sha256: b256605e93d54924f24dc8a644b3060aa5cc68079b56081a45c4c83c5dab5c68

Contents?: true

Size: 495 Bytes

Versions: 8

Compression:

Stored size: 495 Bytes

Contents

# language: en
@opsworks @client
Feature: AWS OpsWorks

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

  Scenario: Error handling
    When I attempt to call the "DescribeLayers" API with:
    | StackId | fake_stack |
    Then I expect the response error code to be "ResourceNotFoundException"
    And I expect the response error message to include:
    """
    Unable to find stack with ID fake_stack
    """

Version data entries

8 entries across 8 versions & 1 rubygems

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