/** * Notifications API * Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern. For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm). * 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 ChangeTopicCompartmentResponse from "./change-topic-compartment-response"; export import ChangeTopicCompartmentResponse = ChangeTopicCompartmentResponse.ChangeTopicCompartmentResponse; import * as CreateTopicResponse from "./create-topic-response"; export import CreateTopicResponse = CreateTopicResponse.CreateTopicResponse; import * as DeleteTopicResponse from "./delete-topic-response"; export import DeleteTopicResponse = DeleteTopicResponse.DeleteTopicResponse; import * as GetTopicResponse from "./get-topic-response"; export import GetTopicResponse = GetTopicResponse.GetTopicResponse; import * as ListTopicsResponse from "./list-topics-response"; export import ListTopicsResponse = ListTopicsResponse.ListTopicsResponse; import * as UpdateTopicResponse from "./update-topic-response"; export import UpdateTopicResponse = UpdateTopicResponse.UpdateTopicResponse; import * as ChangeSubscriptionCompartmentResponse from "./change-subscription-compartment-response"; export import ChangeSubscriptionCompartmentResponse = ChangeSubscriptionCompartmentResponse.ChangeSubscriptionCompartmentResponse; import * as CreateSubscriptionResponse from "./create-subscription-response"; export import CreateSubscriptionResponse = CreateSubscriptionResponse.CreateSubscriptionResponse; import * as DeleteSubscriptionResponse from "./delete-subscription-response"; export import DeleteSubscriptionResponse = DeleteSubscriptionResponse.DeleteSubscriptionResponse; import * as GetConfirmSubscriptionResponse from "./get-confirm-subscription-response"; export import GetConfirmSubscriptionResponse = GetConfirmSubscriptionResponse.GetConfirmSubscriptionResponse; import * as GetSubscriptionResponse from "./get-subscription-response"; export import GetSubscriptionResponse = GetSubscriptionResponse.GetSubscriptionResponse; import * as GetUnsubscriptionResponse from "./get-unsubscription-response"; export import GetUnsubscriptionResponse = GetUnsubscriptionResponse.GetUnsubscriptionResponse; import * as ListSubscriptionsResponse from "./list-subscriptions-response"; export import ListSubscriptionsResponse = ListSubscriptionsResponse.ListSubscriptionsResponse; import * as PublishMessageResponse from "./publish-message-response"; export import PublishMessageResponse = PublishMessageResponse.PublishMessageResponse; import * as ResendSubscriptionConfirmationResponse from "./resend-subscription-confirmation-response"; export import ResendSubscriptionConfirmationResponse = ResendSubscriptionConfirmationResponse.ResendSubscriptionConfirmationResponse; import * as UpdateSubscriptionResponse from "./update-subscription-response"; export import UpdateSubscriptionResponse = UpdateSubscriptionResponse.UpdateSubscriptionResponse;