private Amazon.Outposts.Model.TagResourceResponse CallAWSServiceOperation(IAmazonOutposts client, Amazon.Outposts.Model.TagResourceRequest request) { Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "AWS Outposts", "TagResource"); try { #if DESKTOP return(client.TagResource(request)); #elif CORECLR return(client.TagResourceAsync(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 ListSitesPaginator(IAmazonOutposts client, ListSitesRequest request) { this._client = client; this._request = request; }
internal ListCatalogItemsPaginator(IAmazonOutposts client, ListCatalogItemsRequest request) { this._client = client; this._request = request; }
protected override void ProcessRecord() { base.ProcessRecord(); Client = CreateClient(_CurrentCredentials, _RegionEndpoint); }
internal OutpostsPaginatorFactory(IAmazonOutposts client) { this.client = client; }