Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.TestConnection C# (CSharp) Метод

TestConnection() публичный Метод

Tests the connection between the replication instance and the endpoint.
/// The resource is in a state that prevents it from being used for database migration. /// /// AWS DMS cannot access the KMS key. /// /// The resource could not be found. /// /// The quota for this resource quota has been exceeded. ///
public TestConnection ( TestConnectionRequest request ) : TestConnectionResponse
request TestConnectionRequest Container for the necessary parameters to execute the TestConnection service method.
Результат TestConnectionResponse
        public TestConnectionResponse TestConnection(TestConnectionRequest request)
        {
            var marshaller = new TestConnectionRequestMarshaller();
            var unmarshaller = TestConnectionResponseUnmarshaller.Instance;

            return Invoke<TestConnectionRequest,TestConnectionResponse>(request, marshaller, unmarshaller);
        }
AmazonDatabaseMigrationServiceClient