Sha256: e8923d1ea92f1383c77875e8296f4edd99263d3922b2e3619d362b9262560782

Contents?: true

Size: 561 Bytes

Versions: 8

Compression:

Stored size: 561 Bytes

Contents

# language: en
@cloudwatch @client
Feature: Amazon CloudWatch

  Scenario: Making a basic request
    When I call the "ListMetrics" API with:
    | Namespace | AWS/EC2 |
    Then the response should contain a list of "Metrics"

  Scenario: Error handling
    When I attempt to call the "SetAlarmState" API with:
    | AlarmName   | abc |
    | StateValue  | mno |
    | StateReason | xyz |
    Then I expect the response error code to be "ValidationError"
    And I expect the response error message to include:
    """
    failed to satisfy constraint
    """

Version data entries

8 entries across 8 versions & 1 rubygems

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