Sha256: b73895e406a43cdfa61c62565081b15bcdfaea1d6ca587397f88ce34749bb263

Contents?: true

Size: 495 Bytes

Versions: 8

Compression:

Stored size: 495 Bytes

Contents

# language: en
@cloudsearch @client
Feature: Amazon CloudSearch

  Scenario: Making a basic request
    When I call the "DescribeDomains" API
    Then the response should contain a "DomainStatusList"

  Scenario: Error handling
    When I attempt to call the "DescribeIndexFields" API with:
    | DomainName | fakedomain |
    Then I expect the response error code to be "ResourceNotFound"
    And I expect the response error message to include:
    """
    Domain not found: fakedomain
    """

Version data entries

8 entries across 8 versions & 1 rubygems

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