Skip to content

Commit

Permalink
Merge pull request #11 from oracle/release_2020-08-11
Browse files Browse the repository at this point in the history
Release 2020 08 11
  • Loading branch information
varunmankal authored Aug 11, 2020
2 parents 6999330 + 350c6fb commit 6e3d56a
Show file tree
Hide file tree
Showing 201 changed files with 3,248 additions and 399 deletions.
15 changes: 15 additions & 0 deletions Analytics/AnalyticsClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public async Task<ChangeAnalyticsInstanceCompartmentResponse> ChangeAnalyticsIns
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ChangeAnalyticsInstanceCompartmentResponse>(responseMessage);
}
Expand Down Expand Up @@ -133,6 +134,7 @@ public async Task<ChangeAnalyticsInstanceNetworkEndpointResponse> ChangeAnalytic
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ChangeAnalyticsInstanceNetworkEndpointResponse>(responseMessage);
}
Expand Down Expand Up @@ -172,6 +174,7 @@ public async Task<CreateAnalyticsInstanceResponse> CreateAnalyticsInstance(Creat
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<CreateAnalyticsInstanceResponse>(responseMessage);
}
Expand Down Expand Up @@ -211,6 +214,7 @@ public async Task<DeleteAnalyticsInstanceResponse> DeleteAnalyticsInstance(Delet
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<DeleteAnalyticsInstanceResponse>(responseMessage);
}
Expand Down Expand Up @@ -249,6 +253,7 @@ public async Task<DeleteWorkRequestResponse> DeleteWorkRequest(DeleteWorkRequest
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<DeleteWorkRequestResponse>(responseMessage);
}
Expand Down Expand Up @@ -287,6 +292,7 @@ public async Task<GetAnalyticsInstanceResponse> GetAnalyticsInstance(GetAnalytic
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<GetAnalyticsInstanceResponse>(responseMessage);
}
Expand Down Expand Up @@ -325,6 +331,7 @@ public async Task<GetWorkRequestResponse> GetWorkRequest(GetWorkRequestRequest r
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<GetWorkRequestResponse>(responseMessage);
}
Expand Down Expand Up @@ -363,6 +370,7 @@ public async Task<ListAnalyticsInstancesResponse> ListAnalyticsInstances(ListAna
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ListAnalyticsInstancesResponse>(responseMessage);
}
Expand Down Expand Up @@ -401,6 +409,7 @@ public async Task<ListWorkRequestErrorsResponse> ListWorkRequestErrors(ListWorkR
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ListWorkRequestErrorsResponse>(responseMessage);
}
Expand Down Expand Up @@ -439,6 +448,7 @@ public async Task<ListWorkRequestLogsResponse> ListWorkRequestLogs(ListWorkReque
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ListWorkRequestLogsResponse>(responseMessage);
}
Expand Down Expand Up @@ -477,6 +487,7 @@ public async Task<ListWorkRequestsResponse> ListWorkRequests(ListWorkRequestsReq
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ListWorkRequestsResponse>(responseMessage);
}
Expand Down Expand Up @@ -516,6 +527,7 @@ public async Task<ScaleAnalyticsInstanceResponse> ScaleAnalyticsInstance(ScaleAn
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ScaleAnalyticsInstanceResponse>(responseMessage);
}
Expand Down Expand Up @@ -555,6 +567,7 @@ public async Task<StartAnalyticsInstanceResponse> StartAnalyticsInstance(StartAn
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<StartAnalyticsInstanceResponse>(responseMessage);
}
Expand Down Expand Up @@ -594,6 +607,7 @@ public async Task<StopAnalyticsInstanceResponse> StopAnalyticsInstance(StopAnaly
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<StopAnalyticsInstanceResponse>(responseMessage);
}
Expand Down Expand Up @@ -633,6 +647,7 @@ public async Task<UpdateAnalyticsInstanceResponse> UpdateAnalyticsInstance(Updat
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<UpdateAnalyticsInstanceResponse>(responseMessage);
}
Expand Down
4 changes: 4 additions & 0 deletions Announcementsservice/AnnouncementClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public async Task<GetAnnouncementResponse> GetAnnouncement(GetAnnouncementReques
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<GetAnnouncementResponse>(responseMessage);
}
Expand Down Expand Up @@ -130,6 +131,7 @@ public async Task<GetAnnouncementUserStatusResponse> GetAnnouncementUserStatus(G
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<GetAnnouncementUserStatusResponse>(responseMessage);
}
Expand Down Expand Up @@ -168,6 +170,7 @@ public async Task<ListAnnouncementsResponse> ListAnnouncements(ListAnnouncements
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ListAnnouncementsResponse>(responseMessage);
}
Expand Down Expand Up @@ -206,6 +209,7 @@ public async Task<UpdateAnnouncementUserStatusResponse> UpdateAnnouncementUserSt
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<UpdateAnnouncementUserStatusResponse>(responseMessage);
}
Expand Down
6 changes: 6 additions & 0 deletions Apigateway/DeploymentClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public async Task<ChangeDeploymentCompartmentResponse> ChangeDeploymentCompartme
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ChangeDeploymentCompartmentResponse>(responseMessage);
}
Expand Down Expand Up @@ -130,6 +131,7 @@ public async Task<CreateDeploymentResponse> CreateDeployment(CreateDeploymentReq
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<CreateDeploymentResponse>(responseMessage);
}
Expand Down Expand Up @@ -167,6 +169,7 @@ public async Task<DeleteDeploymentResponse> DeleteDeployment(DeleteDeploymentReq
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<DeleteDeploymentResponse>(responseMessage);
}
Expand Down Expand Up @@ -204,6 +207,7 @@ public async Task<GetDeploymentResponse> GetDeployment(GetDeploymentRequest requ
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<GetDeploymentResponse>(responseMessage);
}
Expand Down Expand Up @@ -242,6 +246,7 @@ public async Task<ListDeploymentsResponse> ListDeployments(ListDeploymentsReques
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ListDeploymentsResponse>(responseMessage);
}
Expand Down Expand Up @@ -279,6 +284,7 @@ public async Task<UpdateDeploymentResponse> UpdateDeployment(UpdateDeploymentReq
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<UpdateDeploymentResponse>(responseMessage);
}
Expand Down
6 changes: 6 additions & 0 deletions Apigateway/GatewayClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public async Task<ChangeGatewayCompartmentResponse> ChangeGatewayCompartment(Cha
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ChangeGatewayCompartmentResponse>(responseMessage);
}
Expand Down Expand Up @@ -130,6 +131,7 @@ public async Task<CreateGatewayResponse> CreateGateway(CreateGatewayRequest requ
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<CreateGatewayResponse>(responseMessage);
}
Expand Down Expand Up @@ -167,6 +169,7 @@ public async Task<DeleteGatewayResponse> DeleteGateway(DeleteGatewayRequest requ
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<DeleteGatewayResponse>(responseMessage);
}
Expand Down Expand Up @@ -204,6 +207,7 @@ public async Task<GetGatewayResponse> GetGateway(GetGatewayRequest request, Retr
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<GetGatewayResponse>(responseMessage);
}
Expand Down Expand Up @@ -242,6 +246,7 @@ public async Task<ListGatewaysResponse> ListGateways(ListGatewaysRequest request
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ListGatewaysResponse>(responseMessage);
}
Expand Down Expand Up @@ -279,6 +284,7 @@ public async Task<UpdateGatewayResponse> UpdateGateway(UpdateGatewayRequest requ
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<UpdateGatewayResponse>(responseMessage);
}
Expand Down
5 changes: 5 additions & 0 deletions Apigateway/WorkRequestsClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public async Task<CancelWorkRequestResponse> CancelWorkRequest(CancelWorkRequest
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<CancelWorkRequestResponse>(responseMessage);
}
Expand Down Expand Up @@ -129,6 +130,7 @@ public async Task<GetWorkRequestResponse> GetWorkRequest(GetWorkRequestRequest r
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<GetWorkRequestResponse>(responseMessage);
}
Expand Down Expand Up @@ -167,6 +169,7 @@ public async Task<ListWorkRequestErrorsResponse> ListWorkRequestErrors(ListWorkR
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ListWorkRequestErrorsResponse>(responseMessage);
}
Expand Down Expand Up @@ -205,6 +208,7 @@ public async Task<ListWorkRequestLogsResponse> ListWorkRequestLogs(ListWorkReque
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ListWorkRequestLogsResponse>(responseMessage);
}
Expand Down Expand Up @@ -243,6 +247,7 @@ public async Task<ListWorkRequestsResponse> ListWorkRequests(ListWorkRequestsReq
{
responseMessage = await this.restClient.HttpSend(requestMessage);
}
this.restClient.CheckHttpResponseMessage(requestMessage, responseMessage);

return Converter.FromHttpResponseMessage<ListWorkRequestsResponse>(responseMessage);
}
Expand Down
Loading

0 comments on commit 6e3d56a

Please sign in to comment.