Sha256: c65a23803facb37f628f3b7693899706f0a4daec03a47e4a29bd538dd5546542

Contents?: true

Size: 509 Bytes

Versions: 8

Compression:

Stored size: 509 Bytes

Contents

# language: en
@sts @client
Feature: AWS STS

  Scenario: Making a basic request
    When I call the "GetSessionToken" API
    Then the response should contain a "Credentials" member

  Scenario: Error handling
    When I attempt to call the "GetFederationToken" API with:
    | Name   | temp |
    | Policy |      |
    Then I expect the response error code to be "ValidationError"
    And I expect the response error message to include:
    """
    Value '' at 'policy' failed to satisfy constraint
    """

Version data entries

8 entries across 8 versions & 1 rubygems

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