/** * Functions Service API * API for the Functions service. * OpenAPI spec version: 20181201 * * * NOTE: This class is auto generated by OracleSDKGenerator. * Do not edit the class manually. * * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved. * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. */ import * as InvokeFunctionResponse from "./invoke-function-response"; export import InvokeFunctionResponse = InvokeFunctionResponse.InvokeFunctionResponse; import * as ChangeApplicationCompartmentResponse from "./change-application-compartment-response"; export import ChangeApplicationCompartmentResponse = ChangeApplicationCompartmentResponse.ChangeApplicationCompartmentResponse; import * as CreateApplicationResponse from "./create-application-response"; export import CreateApplicationResponse = CreateApplicationResponse.CreateApplicationResponse; import * as CreateFunctionResponse from "./create-function-response"; export import CreateFunctionResponse = CreateFunctionResponse.CreateFunctionResponse; import * as DeleteApplicationResponse from "./delete-application-response"; export import DeleteApplicationResponse = DeleteApplicationResponse.DeleteApplicationResponse; import * as DeleteFunctionResponse from "./delete-function-response"; export import DeleteFunctionResponse = DeleteFunctionResponse.DeleteFunctionResponse; import * as GetApplicationResponse from "./get-application-response"; export import GetApplicationResponse = GetApplicationResponse.GetApplicationResponse; import * as GetFunctionResponse from "./get-function-response"; export import GetFunctionResponse = GetFunctionResponse.GetFunctionResponse; import * as GetPbfListingResponse from "./get-pbf-listing-response"; export import GetPbfListingResponse = GetPbfListingResponse.GetPbfListingResponse; import * as GetPbfListingVersionResponse from "./get-pbf-listing-version-response"; export import GetPbfListingVersionResponse = GetPbfListingVersionResponse.GetPbfListingVersionResponse; import * as ListApplicationsResponse from "./list-applications-response"; export import ListApplicationsResponse = ListApplicationsResponse.ListApplicationsResponse; import * as ListFunctionsResponse from "./list-functions-response"; export import ListFunctionsResponse = ListFunctionsResponse.ListFunctionsResponse; import * as ListPbfListingVersionsResponse from "./list-pbf-listing-versions-response"; export import ListPbfListingVersionsResponse = ListPbfListingVersionsResponse.ListPbfListingVersionsResponse; import * as ListPbfListingsResponse from "./list-pbf-listings-response"; export import ListPbfListingsResponse = ListPbfListingsResponse.ListPbfListingsResponse; import * as ListTriggersResponse from "./list-triggers-response"; export import ListTriggersResponse = ListTriggersResponse.ListTriggersResponse; import * as UpdateApplicationResponse from "./update-application-response"; export import UpdateApplicationResponse = UpdateApplicationResponse.UpdateApplicationResponse; import * as UpdateFunctionResponse from "./update-function-response"; export import UpdateFunctionResponse = UpdateFunctionResponse.UpdateFunctionResponse;