Exemplo n.º 1
0
 internal ListDeviceEventsPaginator(IAmazonAlexaForBusiness client, ListDeviceEventsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemplo n.º 2
0
 private Amazon.AlexaForBusiness.Model.AssociateSkillWithUsersResponse CallAWSServiceOperation(IAmazonAlexaForBusiness client, Amazon.AlexaForBusiness.Model.AssociateSkillWithUsersRequest request)
 {
     Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "Alexa For Business", "AssociateSkillWithUsers");
     try
     {
         #if DESKTOP
         return(client.AssociateSkillWithUsers(request));
         #elif CORECLR
         return(client.AssociateSkillWithUsersAsync(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;
     }
 }
Exemplo n.º 3
0
 internal SearchContactsPaginator(IAmazonAlexaForBusiness client, SearchContactsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListGatewaysPaginator(IAmazonAlexaForBusiness client, ListGatewaysRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal SearchNetworkProfilesPaginator(IAmazonAlexaForBusiness client, SearchNetworkProfilesRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemplo n.º 6
0
 internal ListSmartHomeAppliancesPaginator(IAmazonAlexaForBusiness client, ListSmartHomeAppliancesRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemplo n.º 7
0
 internal SearchSkillGroupsPaginator(IAmazonAlexaForBusiness client, SearchSkillGroupsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemplo n.º 8
0
 internal ListSkillsStoreCategoriesPaginator(IAmazonAlexaForBusiness client, ListSkillsStoreCategoriesRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemplo n.º 9
0
 internal AlexaForBusinessPaginatorFactory(IAmazonAlexaForBusiness client)
 {
     this.client = client;
 }
Exemplo n.º 10
0
 internal SearchAddressBooksPaginator(IAmazonAlexaForBusiness client, SearchAddressBooksRequest request)
 {
     this._client  = client;
     this._request = request;
 }
        protected override void ProcessRecord()
        {
            base.ProcessRecord();

            Client = CreateClient(_CurrentCredentials, _RegionEndpoint);
        }
 internal ListBusinessReportSchedulesPaginator(IAmazonAlexaForBusiness client, ListBusinessReportSchedulesRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListConferenceProvidersPaginator(IAmazonAlexaForBusiness client, ListConferenceProvidersRequest request)
 {
     this._client  = client;
     this._request = request;
 }