module Aws::Api::Docs::Crosslink

def self.exclude?(uid)

def self.exclude?(uid)
  EXCLUDE_UIDS.any? do |service|
    uid.match(/^#{service}/)
  end
end