?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/dev-uz-avocat/wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/features/smoke/



?? Go up: /home/webdevt/www/dev-uz-avocat/wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/features

?? Viewing: dms.feature

# language: en
@smoke @dms
Feature: AWS Database Migration Service

  Scenario: Making a request
    When I call the "DescribeEndpoints" API
    Then the request should be successful

  Scenario: Handling errors
    When I attempt to call the "DescribeTableStatistics" API with:
        | ReplicationTaskArn  | arn:aws:acm:region:123456789012 |
    Then I expect the response error code to be "InvalidParameterValueException"


??

??