示例#1
0
 internal SearchSystemInstancesPaginator(IAmazonIoTThingsGraph client, SearchSystemInstancesRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 private Amazon.IoTThingsGraph.Model.ListTagsForResourceResponse CallAWSServiceOperation(IAmazonIoTThingsGraph client, Amazon.IoTThingsGraph.Model.ListTagsForResourceRequest request)
 {
     Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "AWS IoT Things Graph", "ListTagsForResource");
     try
     {
         #if DESKTOP
         return(client.ListTagsForResource(request));
         #elif CORECLR
         return(client.ListTagsForResourceAsync(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 GetSystemTemplateRevisionsPaginator(IAmazonIoTThingsGraph client, GetSystemTemplateRevisionsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
示例#4
0
 internal IoTThingsGraphPaginatorFactory(IAmazonIoTThingsGraph client)
 {
     this.client = client;
 }
示例#5
0
 internal ListFlowExecutionMessagesPaginator(IAmazonIoTThingsGraph client, ListFlowExecutionMessagesRequest request)
 {
     this._client  = client;
     this._request = request;
 }
示例#6
0
 internal SearchFlowExecutionsPaginator(IAmazonIoTThingsGraph client, SearchFlowExecutionsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListTagsForResourcePaginator(IAmazonIoTThingsGraph client, ListTagsForResourceRequest request)
 {
     this._client  = client;
     this._request = request;
 }
        protected override void ProcessRecord()
        {
            base.ProcessRecord();

            Client = CreateClient(_CurrentCredentials, _RegionEndpoint);
        }
 internal SearchEntitiesPaginator(IAmazonIoTThingsGraph client, SearchEntitiesRequest request)
 {
     this._client  = client;
     this._request = request;
 }