lib/aws-sdk-elasticache/plugins/endpoints.rb in aws-sdk-elasticache-1.90.0 vs lib/aws-sdk-elasticache/plugins/endpoints.rb in aws-sdk-elasticache-1.91.0

- old
+ new

@@ -184,9 +184,11 @@ Aws::ElastiCache::Endpoints::RevokeCacheSecurityGroupIngress.build(context) when :start_migration Aws::ElastiCache::Endpoints::StartMigration.build(context) when :test_failover Aws::ElastiCache::Endpoints::TestFailover.build(context) + when :test_migration + Aws::ElastiCache::Endpoints::TestMigration.build(context) end end end def add_handlers(handlers, _config)