1# language: en
2@smoke @cognitosync
3Feature: Amazon Cognito Sync
4
5  Scenario: Making a request
6    When I call the "ListIdentityPoolUsage" API
7    Then the value at "IdentityPoolUsages" should be a list
8
9  Scenario: Handling errors
10    When I attempt to call the "DescribeIdentityPoolUsage" API with:
11      | IdentityPoolId | us-east-1:aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee |
12    Then I expect the response error code to be "ResourceNotFoundException"
13