void shutdown()

in lex_node/src/main.cpp [28:33]


void shutdown(const Aws::SDKOptions &options) {
  AWS_LOG_INFO(__func__, "Shutting down Lex Node...");
  Aws::Utils::Logging::ShutdownAWSLogging();
  Aws::ShutdownAPI(options);
  ros::shutdown();
}