private Amazon.MWAA.Model.ListEnvironmentsResponse CallAWSServiceOperation(IAmazonMWAA client, Amazon.MWAA.Model.ListEnvironmentsRequest request) { Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "AmazonMWAA", "ListEnvironments"); try { #if DESKTOP return(client.ListEnvironments(request)); #elif CORECLR return(client.ListEnvironmentsAsync(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; } }
internal MWAAPaginatorFactory(IAmazonMWAA client) { this.client = client; }
internal ListEnvironmentsPaginator(IAmazonMWAA client, ListEnvironmentsRequest request) { this._client = client; this._request = request; }
protected override void ProcessRecord() { base.ProcessRecord(); Client = CreateClient(_CurrentCredentials, _RegionEndpoint); }