public void ServiceDiscoveryGetOperation()
        {
            #region example-get-operation-result-1587073807124

            var response = client.GetOperation(new GetOperationRequest
            {
                OperationId = "gv4g5meo7ndmeh4fqskygvk23d2fijwa-k9302yzd"
            });

            Operation operation = response.Operation;

            #endregion
        }
예제 #2
0
 private Amazon.ServiceDiscovery.Model.GetOperationResponse CallAWSServiceOperation(IAmazonServiceDiscovery client, Amazon.ServiceDiscovery.Model.GetOperationRequest request)
 {
     Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "AWS Cloud Map", "GetOperation");
     try
     {
         #if DESKTOP
         return(client.GetOperation(request));
         #elif CORECLR
         return(client.GetOperationAsync(request).GetAwaiter().GetResult());
         #else
                 #error "Unknown build edition"
         #endif
     }
     catch (AmazonServiceException exc)
     {
         var webException = exc.InnerException as System.Net.WebException;
         if (webException != null)
         {
             throw new Exception(Utils.Common.FormatNameResolutionFailureMessage(client.Config, webException.Message), webException);
         }
         throw;
     }
 }