Esempio n. 1
0
        public void DeviceFarmGetAccountSettings()
        {
            #region to-get-information-about-account-settings-1472567568189

            var response = client.GetAccountSettings(new GetAccountSettingsRequest
            {
            });

            AccountSettings accountSettings = response.AccountSettings;

            #endregion
        }
 private Amazon.DeviceFarm.Model.GetAccountSettingsResponse CallAWSServiceOperation(IAmazonDeviceFarm client, Amazon.DeviceFarm.Model.GetAccountSettingsRequest request)
 {
     Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "AWS Device Farm", "GetAccountSettings");
     try
     {
         #if DESKTOP
         return(client.GetAccountSettings(request));
         #elif CORECLR
         return(client.GetAccountSettingsAsync(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;
     }
 }