1# language: en 2@smoke @dms 3Feature: AWS Database Migration Service 4 5 Scenario: Making a request 6 When I call the "DescribeEndpoints" API 7 Then the value at "endpoints" should be a list 8 9 Scenario: Handling errors 10 When I attempt to call the "DescribeTableStatistics" API with: 11 | ReplicationTaskArn | arn:aws:acm:region:123456789012 | 12 Then I expect the response error code to be "InvalidParameterValueException" 13