Amazon.DirectoryService.AmazonDirectoryServiceClient.RegisterEventTopic C# (CSharp) Метод

RegisterEventTopic() публичный Метод

Associates a directory with an SNS topic. This establishes the directory as a publisher to the specified SNS topic. You can then receive email or text (SMS) messages when the status of your directory changes. You get notified if your directory goes from an Active status to an Impaired or Inoperable status. You also receive a notification when the directory returns to an Active status.
/// A client exception has occurred. /// /// The specified entity could not be found. /// /// One or more parameters are not valid. /// /// An exception has occurred in AWS Directory Service. ///
public RegisterEventTopic ( RegisterEventTopicRequest request ) : RegisterEventTopicResponse
request Amazon.DirectoryService.Model.RegisterEventTopicRequest Container for the necessary parameters to execute the RegisterEventTopic service method.
Результат RegisterEventTopicResponse
        public RegisterEventTopicResponse RegisterEventTopic(RegisterEventTopicRequest request)
        {
            var marshaller = new RegisterEventTopicRequestMarshaller();
            var unmarshaller = RegisterEventTopicResponseUnmarshaller.Instance;

            return Invoke<RegisterEventTopicRequest,RegisterEventTopicResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient