Sha256: da9f8402e749e2c6436b25c922794b6d9ab2c3b0669a3fa1c782f64cda1580a2

Contents?: true

Size: 487 Bytes

Versions: 8

Compression:

Stored size: 487 Bytes

Contents

# language: en
@route53 @client
Feature: Amazon Route 53

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

  Scenario: Error handling
    When I attempt to call the "GetHostedZone" API with:
    | Id | fake-zone |
    Then I expect the response error code to be "NoSuchHostedZone"
    And I expect the response error message to include:
    """
    No hosted zone found with ID: fake-zone
    """

Version data entries

8 entries across 8 versions & 1 rubygems

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