private Amazon.AppSync.Model.CreateTypeResponse CallAWSServiceOperation(IAmazonAppSync client, Amazon.AppSync.Model.CreateTypeRequest request) { Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "AWS AppSync", "CreateType"); try { #if DESKTOP return(client.CreateType(request)); #elif CORECLR return(client.CreateTypeAsync(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; } }
protected override void ProcessRecord() { base.ProcessRecord(); Client = CreateClient(_CurrentCredentials, _RegionEndpoint); }
public Function() { this.appSyncClient = new AmazonAppSyncClient(); }