Sha256: 6c664cf8e559c0e25b12a4633c714f77502739de6cdddf2ba56751e3c2ab758e

Contents?: true

Size: 546 Bytes

Versions: 8

Compression:

Stored size: 546 Bytes

Contents

# language: en
@cloudfront @client
Feature: Amazon CloudFront

  Scenario: Making a basic request
    When I call the "ListDistributions" API with:
    | MaxItems | 1 |
    Then the response should contain a "DistributionList" with a list of "Items"

  Scenario: Error handling
    When I attempt to call the "GetDistribution" API with:
    | Id | fake-id |
    Then I expect the response error code to be "NoSuchDistribution"
    And I expect the response error message to include:
    """
    The specified distribution does not exist.
    """

Version data entries

8 entries across 8 versions & 1 rubygems

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